BT_COMMODITY_BUYER_XREF
Commodity Class/Buyer Cross-reference Table
tableFINBT
BT_COMMODITY_BUYER_XREF — Commodity Class/Buyer Cross-reference Table. FIN table in the standard Ross ERP 8.0 schema: 7 columns, used by 10 programs. Columns, data types, keys, foreign keys and relationships.
Open BT_COMMODITY_BUYER_XREF 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 | COMPANY_CODE | varchar(10) | PK | Company Code |
| 3 | BT_COMMODITY_CLASS | varchar(15) | PK FK→BT_COMMODITY_CLASSES | Commodity Class |
| 4 | DIVISION | varchar(2) | PK | Division |
| 5 | BUYER_CODE | varchar(4) | FK→BUYER_CODES | Buyer Code |
| 6 | SYSTEM_DTIME | datetime | System Date/Time | |
| 7 | USERNAME | varchar(20) | Username |