POSTING_FORMAT_LINES
Posting Format Lines
tableFINPOSTING
POSTING_FORMAT_LINES — Posting Format Lines. FIN table in the standard Ross ERP 8.0 schema: 9 columns, used by 17 programs. Columns, data types, keys, foreign keys and relationships.
Open POSTING_FORMAT_LINES in the interactive Data Dictionary →Part of Other 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 | FORMAT_CODE | varchar(6) | PK FK→POSTING_FORMATS | Format Code |
| 4 | SEQUENCE | smallint | PK | Sequence Number |
| 5 | POSTING_AMOUNT | numeric(20,2) | Posting Amount | |
| 6 | ACCOUNT_NUMBER | varchar(50) | GL Account Number | |
| 7 | GL_JOURNAL_VALUE_DR | numeric(20,2) | Journal Value | |
| 8 | GL_JOURNAL_VALUE_CR | numeric(20,2) | Journal Value | |
| 9 | PERCENTAGE | numeric(20,4) | Percentage |