BIN_TYPE_CAPACITY_BY_PART
Bin Type Capacity By Part
tableFINBIN
BIN_TYPE_CAPACITY_BY_PART — Bin Type Capacity By Part. FIN table in the standard Ross ERP 8.0 schema: 7 columns, used by 6 programs. Columns, data types, keys, foreign keys and relationships.
Open BIN_TYPE_CAPACITY_BY_PART in the interactive Data Dictionary →Part of Other 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 | BIN_TYPE | varchar(6) | PK FK→BIN_TYPES | Bin Location Type Code |
| 4 | PART_CODE | varchar(15) | PK | Product |
| 5 | WAREHOUSE | varchar(2) | PK | Warehouse Code |
| 6 | MH_UNIT | varchar(4) | FK→UNITS_OF_MEASURE | Material Handling Unit |
| 7 | MH_MAX_QTY | numeric(20,6) | Maximum Number of Material Handling Units in this Bin |