GL_BATCH_HEADERS
General Ledger Batch Headers
tableFINGL
GL_BATCH_HEADERS — General Ledger Batch Headers. FIN table in the standard Ross ERP 8.0 schema: 14 columns, used by 15 programs. Columns, data types, keys, foreign keys and relationships.
Open GL_BATCH_HEADERS 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 | JOURNAL_BATCH_NUMBER | int | PK | Journal Batch No. |
| 4 | SYSTEM_DATE | datetime | System Date Transaction Made | |
| 5 | BATCH_APPROVAL_FLAG | varchar(1) | Batch has been approved for transfer - no more changes | |
| 6 | BATCH_CONTROL_TOTAL | numeric(20,2) | Batch Control Total | |
| 7 | BATCH_TOTAL | numeric(20,2) | Batch Total | |
| 8 | STATUS_FLAG | varchar(1) | Status Flag | |
| 9 | USER_ID | varchar(20) | User Identification Code | |
| 10 | BATCH_DESCRIPTION | varchar(30) | Batch Description | |
| 11 | ACTIVATION_STATUS | varchar(1) | Activation Status | |
| 12 | PA_PROJECT_CODE | varchar(10) | PA Project Code | |
| 13 | PA_WBS_NUMBER | varchar(25) | Project WBS Number | |
| 14 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |