BOM_WORK_TABLE
Bill of Materials Work table
tableMANBOM
BOM_WORK_TABLE — Bill of Materials Work table. MAN table in the standard Ross ERP 8.0 schema: 9 columns, used by 2 programs. Columns, data types, keys, foreign keys and relationships.
Open BOM_WORK_TABLE 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 | PID | varchar(8) | PK | Processor Identification |
| 3 | WAREHOUSE | varchar(2) | PK | Warehouse Code |
| 4 | PART_CODE | varchar(15) | PK | Product |
| 5 | STRUCTURE_QTY | numeric(20,6) | BOM Structure Quantity | |
| 6 | BOM_BUILD_SEQ | smallint | BOM Build Seq Number | |
| 7 | EFFECTIVE_ON_DATE | datetime | Effectivity On Date | |
| 8 | EFFECTIVE_OFF_DATE | datetime | Effectivity Off Date | |
| 9 | OPTION_CODE | varchar(6) | BOM Option Code |