FRL_TMP_LEDGER
Temporary Ledger Table
tableFINFRL
FRL_TMP_LEDGER — Temporary Ledger Table. FIN table in the standard Ross ERP 8.0 schema: 9 columns, used by 2 programs. Columns, data types, keys, foreign keys and relationships.
Open FRL_TMP_LEDGER in the interactive Data Dictionary →Part of FRL 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 | ROW_NUM | smallint | Row Number | |
| 3 | NEG_SIGN | smallint | Neg Sign | |
| 4 | ACCT_CODE | varchar(64) | ||
| 5 | BALANCE_NUM | smallint | Balance Number | |
| 6 | ACCT_DESC | varchar(50) | Account Description | |
| 7 | CR_AMOUNT | numeric(20,2) | Credit Amount | |
| 8 | DR_AMOUNT | numeric(20,2) | Debit Amount | |
| 9 | PROCESS_ID | int | Process ID |