BILLBACK_REASON_CODES
Billback Reason Codes
tableFINBILLBACK
BILLBACK_REASON_CODES — Billback Reason Codes. FIN table in the standard Ross ERP 8.0 schema: 8 columns, used by 8 programs. Columns, data types, keys, foreign keys and relationships.
Open BILLBACK_REASON_CODES 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 | REASON_CODE | varchar(6) | PK | Reason Code |
| 4 | CODE_DESCRIPTION | varchar(30) | Code Description | |
| 5 | GL_SHORT_CODE | varchar(6) | FK→GL_SHORT_CODES | General Ledger Short Code |
| 6 | ACCOUNT_NUMBER | varchar(50) | GL Account Number | |
| 7 | ACTIVE_FLAG | varchar(1) | Active Flag | |
| 8 | DIVISION | varchar(2) | PK | Division |