Definition of table ent-class
Vendor/Source classifications
, Table Dump Name entclass
Alphabetical Field Summary
class-desc: (CHAR) Description of the class
credate: (DATE) Date of record creation
ent-class: (CHAR) Classification code
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
upddate: (DATE) Date of last record update
Alphabetical Index Summary
class-code: (UNIQUE, PRIMARY) fiscal-year, ent-class
extern-guid: extern-guid
Alphabetical Trigger Summary
CREATE: Overridable, Procedure is tr-c-enc.p (SOURCE NOT AVAILABLE)
DELETE: Overridable, Procedure is tr-d-enc.p (SOURCE NOT AVAILABLE)
REPLICATION-CREATE: Procedure is rp-c-enc.p (SOURCE NOT AVAILABLE)
REPLICATION-DELETE: Procedure is rp-d-enc.p (SOURCE NOT AVAILABLE)
REPLICATION-WRITE: Procedure is rp-u-enc.p (SOURCE NOT AVAILABLE)
WRITE: Overridable, Procedure is tr-u-enc.p (SOURCE NOT AVAILABLE)
Other tables who reference ent-class
entity - Definitions for vendors & customers
Tables ent-class references
period - Period definition file. This defines the start/stop of each
Detailed Alphabetical Field Listing
class-desc Data type: CHARACTER
Format: x(32)
Help: Description of the class
credate Data type: DATE
Format: 99/99/9999 (Initial Value: TODAY)
Description: Date of record creation
ent-class Data type: CHARACTER
Format: x(8)
Help: Classification code
Attributes: Index Component, Mandatory
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
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