GL_STRUCTURE
General Ledger Account Structure
tableFINGL
GL_STRUCTURE — General Ledger Account Structure. FIN table in the standard Ross ERP 8.0 schema: 7 columns, used by 74 programs. Columns, data types, keys, foreign keys and relationships.
Open GL_STRUCTURE in the interactive Data Dictionary →Part of GL tables & objects · all tables, views & procedures
Columns
| # | Column | Type | Key | Description |
|---|---|---|---|---|
| 1 | GEM_DBKEY | int | GEMBASE internal surrogate primary key: a system-generated unique row identifier (the database key). Not a business field; every table carries one. | |
| 2 | COMPANY_CODE | varchar(10) | PK | Company Code |
| 3 | SUBCLASS_ID | smallint | PK | GL Element |
| 4 | SUBCLASS_DESCRIPTION | varchar(30) | Element Description | |
| 5 | SUBCLASS_IN_USE | varchar(1) | Element in Use | |
| 6 | SUBCLASS_LENGTH | smallint | Element Length | |
| 7 | ENTITY_TYPE | varchar(10) | Element Type |