BOM_STRUCTURES
Bill of Material Structures
tableMANBOM
BOM_STRUCTURES — Bill of Material Structures. MAN table in the standard Ross ERP 8.0 schema: 13 columns, used by 2 programs. Columns, data types, keys, foreign keys and relationships.
Open BOM_STRUCTURES 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 | PARENT_WAREHOUSE | varchar(2) | PK | Parent Warehouse Code |
| 4 | PARENT_PART | varchar(15) | PK | Parent Part Code |
| 5 | COMPONENT_WAREHOUSE | varchar(2) | PK | Component Warehouse |
| 6 | COMPONENT_PART | varchar(15) | PK | Component Part Code |
| 7 | STRUCTURE_QTY | numeric(20,6) | BOM Structure Quantity | |
| 8 | OPTION_CODE | varchar(6) | BOM Option Code | |
| 9 | EFFECTIVE_ON_DATE | datetime | Effectivity On Date | |
| 10 | EFFECTIVE_OFF_DATE | datetime | Effectivity Off Date | |
| 11 | BOM_BUILD_SEQ | smallint | BOM Build Seq Number | |
| 12 | DETAIL_DESCRIPTION | text | Detailed Description | |
| 13 | SCRAP_FACTOR | numeric(20,4) | Scrap Percentage |