GL_RUN_CONTROL
GL Allocation Run Control
tableFINGL
GL_RUN_CONTROL — GL Allocation Run Control. FIN table in the standard Ross ERP 8.0 schema: 19 columns, used by 9 programs. Columns, data types, keys, foreign keys and relationships.
Open GL_RUN_CONTROL 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 | GL_RUN_NUMBER | int | PK | GL Allocation Run Number |
| 4 | GL_RUN_DESCRIPTION | varchar(60) | ||
| 5 | GL_FROM_LEVEL | int | ||
| 6 | GL_FROM_RULE | varchar(15) | ||
| 7 | GL_TO_LEVEL | int | ||
| 8 | GL_TO_RULE | varchar(15) | ||
| 9 | GL_BASIS_YEAR | smallint | ||
| 10 | GL_BASIS_PERIOD | smallint | ||
| 11 | GL_POSTING_YEAR | smallint | ||
| 12 | GL_POSTING_PERIOD | smallint | ||
| 13 | GL_RUN_STATUS | varchar(1) | GL Allocation Run Status Flag | |
| 14 | GL_RUN_CREDIT_TOTAL | numeric(20,2) | ||
| 15 | GL_RUN_DEBIT_TOTAL | numeric(20,2) | ||
| 16 | USERNAME | varchar(20) | Username | |
| 17 | SYSTEM_DATE | datetime | System Date Transaction Made | |
| 18 | GL_EFFECTIVE_DATE | datetime | ADB Effective Date | |
| 19 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |