Definition of table level-item
Name or description of each component of an account number at a given level. ex. account 11 is level 1 (called fund), but the name of the component (i.e. 11) at level 1 is "General Fund"
, Table Dump Name level-it
Alphabetical Field Summary
acct-fund: (CHAR) Fund number
acct-group: (CHAR) Group (Asset,Liability,Equity,Expense,Revenue,etc)
acct-level: (INTG) Account Level (non-user field)
comment: (CHAR) General comment or notes you wish to include at this time
credate: (DATE) Date of record creation
description: (CHAR) Description of this item
extern-guid: (CHAR) External Global Unique ID for this record
fiscal-year: (CHAR) Start year of fiscal year (i.e. 1992 for FY 1992/1993)
primary-key: (INTG) Unique, Primary key for table/record
sub-key: (CHAR) The actual component of this level
upddate: (DATE) Date of last record update
Alphabetical Index Summary
extern-guid: extern-guid
item-by-sub-key: fiscal-year, sub-key, acct-group, acct-level, acct-fund
level-item: (UNIQUE, PRIMARY) fiscal-year, acct-fund, acct-group, acct-level, sub-key
Alphabetical Trigger Summary
CREATE: Overridable, Procedure is tr-c-lvi.p (SOURCE NOT AVAILABLE)
DELETE: Overridable, Procedure is tr-d-lvi.p (SOURCE NOT AVAILABLE)
REPLICATION-CREATE: Procedure is rp-c-lvi.p (SOURCE NOT AVAILABLE)
REPLICATION-DELETE: Procedure is rp-d-lvi.p (SOURCE NOT AVAILABLE)
REPLICATION-WRITE: Procedure is rp-u-lvi.p (SOURCE NOT AVAILABLE)
WRITE: Overridable, Procedure is tr-u-lvi.p (SOURCE NOT AVAILABLE)
Tables level-item references
fund - Description file for the funds
level-desc - Account Level descriptions. There is one record for each
period - Period definition file. This defines the start/stop of each
Detailed Alphabetical Field Listing
acct-fund Data type: CHARACTER
Format: x(8)
Help: Fund number
Attributes: Index Component, Mandatory
acct-group Data type: CHARACTER
Format: x(12)
Help: Group (Asset,Liability,Equity,Expense,Revenue,etc)
Attributes: Index Component, Mandatory
acct-level Data type: INTEGER
Format: >9 (Initial Value: 1)
Description: Account Level (non-user field)
Attributes: Index Component
comment Data type: CHARACTER
Format: x(32)
Help: General comment or notes you wish to include at this time
credate Data type: DATE
Format: 99/99/9999 (Initial Value: TODAY)
Description: Date of record creation
description Data type: CHARACTER
Format: x(32)
Help: Description of this item
extern-guid Data type: CHARACTER
Format: x(32)
Description: External Global Unique ID for this record
Attributes: Index Component
fiscal-year Data type: CHARACTER
Format: 9999
Description: Start year of fiscal year (i.e. 1992 for FY 1992/1993)
Attributes: Index Component
primary-key Data type: INTEGER
Format: zzzzzzzzz9
Help: Unique, Primary key for table/record
sub-key Data type: CHARACTER
Format: x(6)
Help: The actual component of this level
Attributes: Index Component, Mandatory
upddate Data type: DATE
Format: 99/99/9999 (Initial Value: TODAY)
Description: Date of last record update
Created on 04/17/2012 by DBHTML V1.2