AR_BALANCE_CONTROLS
Period Balances by type and currency code also
tableFINAR
AR_BALANCE_CONTROLS — Period Balances by type and currency code also. FIN table in the standard Ross ERP 8.0 schema: 14 columns, used by 22 programs. Columns, data types, keys, foreign keys and relationships.
Open AR_BALANCE_CONTROLS in the interactive Data Dictionary →Part of AR 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 | DIVISION | varchar(2) | PK FK→AR_CONTROLS | Division |
| 4 | YEAR | smallint | PK | Year Number |
| 5 | PERIOD | smallint | PK | Period Number |
| 6 | TRANSACTION_TYPE | varchar(2) | PK FK→AR_TRANSACTION_TYPES | Transaction Type |
| 7 | BALANCE_THIS_PERIOD | numeric(20,2) | Balance this Period in Currency | |
| 8 | TOTAL_THIS_PERIOD | numeric(20,2) | Total Transactions This Period in Currency | |
| 9 | TOTAL_TRANSACTIONS | int | Total Number of Transactions | |
| 10 | SYS_CURRENCY_CODE | varchar(6) | PK | Currency Code |
| 11 | AR_TOTAL_BASE | numeric(20,2) | Total Transaction Value in Base Currency | |
| 12 | AR_BALANCE_BASE | numeric(20,2) | Total Outstanding Balance in Base Currency | |
| 13 | AR_BALANCE_2_BASE | numeric(20,2) | ||
| 14 | AR_TOTAL_2_BASE | numeric(20,2) |