TM_CARGO_TYPES
Types of cargo
tableFINTM
TM_CARGO_TYPES — Types of cargo. FIN table in the standard Ross ERP 8.0 schema: 17 columns, used by 4 programs. Columns, data types, keys, foreign keys and relationships.
Open TM_CARGO_TYPES in the interactive Data Dictionary →Part of TM 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 | TM_CARGO_TYPE | varchar(6) | PK | Cargo Type |
| 4 | DESCRIPTION | varchar(30) | Description | |
| 5 | DEFAULT_TARE_WEIGHT | numeric(20,3) | ||
| 6 | WEIGHT_UOM | varchar(4) | Weight Unit of Measure | |
| 7 | TM_NUMBERS_REQUIRED | varchar(1) | Container numbers required | |
| 8 | TM_SEAL_REQUIRED | varchar(1) | Container Seal Required | |
| 9 | DIMENSION_UOM | varchar(4) | ||
| 10 | TM_CARGO_MAX_CUBIC | numeric(20,4) | ||
| 11 | CUBIC_SIZE_UOM | varchar(4) | Cubic Size Unit of Measure | |
| 12 | TM_CARGO_MAX_WEIGHT | numeric(20,4) | ||
| 13 | TM_ON_SHIPMENT_FLAG | varchar(1) | On-shipment Processing used for this cargo type | |
| 14 | SYS_FREIGHT_MODE | varchar(8) | Freight Mode | |
| 15 | TM_WIDTH | numeric(10,2) | Width | |
| 16 | TM_HEIGHT | numeric(10,2) | Height of an entity | |
| 17 | TM_LENGTH | numeric(10,2) | Length |