TM_CONTAINERS
Shipping Containers
tableFINTM
TM_CONTAINERS — Shipping Containers. FIN table in the standard Ross ERP 8.0 schema: 14 columns, used by 3 programs. Columns, data types, keys, foreign keys and relationships.
Open TM_CONTAINERS 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_CONTAINER_NUMBER | varchar(15) | PK | Container Number |
| 4 | TM_CARGO_TYPE | varchar(6) | FK→TM_CARGO_TYPES | Cargo Type |
| 5 | TM_TARE_WEIGHT | numeric(20,3) | Tare Weight | |
| 6 | WEIGHT_UOM | varchar(4) | Weight Unit of Measure | |
| 7 | TM_DATE_RECEIVED | datetime | ||
| 8 | AP_DIVISION | varchar(2) | Division | |
| 9 | VENDOR_NUMBER | varchar(12) | FK→VENDORS | Supplier Number (or ID) |
| 10 | DIMENSION_UOM | varchar(4) | ||
| 11 | STATUS_FLAG | varchar(1) | Status Flag | |
| 12 | TM_WIDTH | numeric(10,2) | Width | |
| 13 | TM_HEIGHT | numeric(10,2) | Height of an entity | |
| 14 | TM_LENGTH | numeric(10,2) | Length |