BT_STATUS_CODES
Table for maintaining the status codes
tableFINBT
BT_STATUS_CODES — Table for maintaining the status codes. FIN table in the standard Ross ERP 8.0 schema: 5 columns, used by 5 programs. Columns, data types, keys, foreign keys and relationships.
Open BT_STATUS_CODES in the interactive Data Dictionary →Part of BT 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 | BT_TABLE_NAME | varchar(24) | PK | Table Name |
| 3 | BT_FIELD_NAME | varchar(24) | PK | Field Name |
| 4 | BT_STATUS_CODE | varchar(1) | PK | Status Code |
| 5 | SYS_CODE_DESCRIPTION | varchar(30) | Code Description |