SYS_CONTRACT_BREAK_RATES
Freight Contract Quantity break stepped rates
tableFINSYS
SYS_CONTRACT_BREAK_RATES — Freight Contract Quantity break stepped rates. FIN table in the standard Ross ERP 8.0 schema: 11 columns, used by 3 programs. Columns, data types, keys, foreign keys and relationships.
Open SYS_CONTRACT_BREAK_RATES in the interactive Data Dictionary →Part of SYS 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 | AP_DIVISION | varchar(2) | PK | Division |
| 4 | VENDOR_NUMBER | varchar(12) | PK | Supplier Number (or ID) |
| 5 | SYS_FREIGHT_CONTRACT_NUMBER | varchar(12) | PK | Contract Number |
| 6 | SYS_FREIGHT_CONTRACT_VERSION | varchar(5) | PK | Contract Version |
| 7 | SYS_FREIGHT_CONTRACT_ITEM | varchar(6) | PK | Contract Item |
| 8 | SYS_FREIGHT_MODE | varchar(8) | PK FK→SYS_CONTRACT_ITEMS | Freight Mode |
| 9 | SYS_BREAK_STEP | smallint | PK | Break step number |
| 10 | SYS_BREAK_QTY | numeric(20,6) | Break Quantity | |
| 11 | SYS_FREIGHT_RATE | numeric(20,4) | Freight Rate |