GL_RUN_TRAN_LINES
GL Allocation Run Transaction Lines
tableFINGL
GL_RUN_TRAN_LINES — GL Allocation Run Transaction Lines. FIN table in the standard Ross ERP 8.0 schema: 15 columns, used by 6 programs. Columns, data types, keys, foreign keys and relationships.
Open GL_RUN_TRAN_LINES 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_RULE_LEVEL | int | PK | GL Allocation Rule Level |
| 5 | GL_RULE_CODE | varchar(15) | PK FK→GL_RUN_TRANSACTIONS | GL Allocation Rule Code |
| 6 | JOURNAL_LINE | smallint | PK | Journal Line |
| 7 | ACCOUNT_NUMBER | varchar(50) | GL Account Number | |
| 8 | ACCOUNT_IDENT | varchar(6) | Balance Type Identifier | |
| 9 | GL_CREDIT_AMOUNT | numeric(20,2) | ||
| 10 | GL_DEBIT_AMOUNT | numeric(20,2) | ||
| 11 | SYS_CURRENCY_CODE | varchar(6) | Currency Code | |
| 12 | SYS_BASE_CURRENCY_CODE | varchar(6) | ||
| 13 | CURRENT_YEAR | smallint | Current Year | |
| 14 | JOURNAL_PERIOD | smallint | Journal Period | |
| 15 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |