Definition of table level-desc
Account Level descriptions. There is one record for each account group (Asset, Liability, Expense, etc) for each account level.
, Table Dump Name level-de
Alphabetical Field Summary
acct-fund: (CHAR) Fund for this level description
acct-group: (CHAR) Enter account group (i.e. Asset, Liability, Equity, etc)
acct-level: (INTG) Account level to describe
credate: (DATE) Date of record creation
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)
level-desc: (CHAR) Description of level
level-len: (INTG) Number of characters/digits for this account level
primary-key: (INTG) Unique, Primary key for table/record
upddate: (DATE) Date of last record update
Alphabetical Index Summary
extern-guid: extern-guid
level-desc: fiscal-year, acct-fund, acct-group, level-desc
level-num: (UNIQUE, PRIMARY) fiscal-year, acct-fund, acct-group, acct-level
Alphabetical Trigger Summary
CREATE: Overridable, Procedure is tr-c-lvd.p (SOURCE NOT AVAILABLE)
DELETE: Overridable, Procedure is tr-d-lvd.p (SOURCE NOT AVAILABLE)
REPLICATION-CREATE: Procedure is rp-c-lvd.p (SOURCE NOT AVAILABLE)
REPLICATION-DELETE: Procedure is rp-d-lvd.p (SOURCE NOT AVAILABLE)
REPLICATION-WRITE: Procedure is rp-u-lvd.p (SOURCE NOT AVAILABLE)
WRITE: Overridable, Procedure is tr-u-lvd.p (SOURCE NOT AVAILABLE)
Other tables who reference level-desc
fa-class-code - Fixed Assets Item Class Table
fa-item-group - Item Grouping table for fixed assets
level-item - Name or description of each component of an account number a
Tables level-desc references
fund - Description file for the funds
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 for this level description
Attributes: Index Component
acct-group Data type: CHARACTER
Format: x(12)
Help: Enter account group (i.e. Asset, Liability, Equity, etc)
Attributes: Index Component
acct-level Data type: INTEGER
Format: >9 (Initial Value: 0)
Help: Account level to describe
Attributes: Index Component
credate Data type: DATE
Format: 99/99/9999 (Initial Value: TODAY)
Description: Date of record creation
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
level-desc Data type: CHARACTER
Format: x(18)
Help: Description of level
Attributes: Index Component
level-len Data type: INTEGER
Format: z9 (Initial Value: 0)
Help: Number of characters/digits for this account level
primary-key Data type: INTEGER
Format: zzzzzzzzz9
Help: Unique, Primary key for table/record
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