Search Results mtl_system_items_b
Overview
BOM_EXPLOSIONS is a table owned by the BOM schema within the Oracle E-Business Suite Bills of Material module. Its documented purpose is to store pre-exploded model bills of material for use by Order Entry. Rather than recursively exploding a configured or model bill at order-entry time, Oracle Order Management and related modules consult the rows maintained in BOM_EXPLOSIONS to obtain a flattened, already-resolved representation of the assembly structure, including quantities, planning factors, and order-entry control flags at each level.
In Oracle EBS 12.1.1 and 12.2.2 the object is reported as VALID and exposes a documented physical schema of 95 columns in the ETRM 12.2.2 metadata. The heuristic Data Vault classification mined from the foreign-key structure identifies this object as a link. As a modeling suggestion, BOM_EXPLOSIONS behaves as a relationship entity connecting a top-level assembly and its components — both of which resolve to inventory items — within a specific organization and explosion context. It is not a descriptive master (hub) nor a purely descriptive attribute store (satellite); its identity and grain are defined by the associations it records between items and between bill sequences.
Key Information Stored
The grain of the table is an exploded component occurrence within a top-level model bill. The most significant columns include:
- TOP_ITEM_ID – the top-level model or assembly item; carries a foreign key to MTL_SYSTEM_ITEMS_B.
- COMPONENT_ITEM_ID – the exploded component item; also foreign-keyed to MTL_SYSTEM_ITEMS_B.
- ORGANIZATION_ID – the inventory organization context shared by both item references.
- TOP_BILL_SEQUENCE_ID and BILL_SEQUENCE_ID – bill sequence identifiers for the top assembly and the exploded component level.
- EXPLOSION_TYPE – discriminates the type of explosion applied to the model bill.
- COMPONENT_SEQUENCE_ID – identifies the component occurrence within the parent bill.
- PLAN_LEVEL and SORT_ORDER – express the indented level and ordering of the component in the exploded structure.
- EXTENDED_QUANTITY and COMPONENT_QUANTITY – quantity values per component, including the extended quantity across the assembly.
- SO_BASIS – the order-entry basis governing how the component is treated.
- OPTIONAL, MUTUALLY_EXCLUSIVE_OPTIONS, CHECK_ATP, SHIPPING_ALLOWED, REQUIRED_TO_SHIP, REQUIRED_FOR_REVENUE – configuration and fulfillment control flags used by Order Entry.
- EFFECTIVITY_DATE and DISABLE_DATE – date range during which the component is effective.
The documented unique index BOM_EXPLOSIONS_U1 spans TOP_BILL_SEQUENCE_ID, EXPLOSION_TYPE, and SORT_ORDER, identifying the business-key candidate for a row. The table does not expose a documented single-column surrogate primary key in the metadata; the linkage is expressed through the composite business key and the item/bill sequence columns.
Common Use Cases and Queries
The principal use case is determining, without recursive explosion, which components belong to a configurable or model assembly and under what order-entry rules. Reporting scenarios include component availability analysis, order-line sourcing, and structured bill validation.
A typical query joins to the item master through both foreign keys to resolve descriptions and item numbers:
- Selecting exploded components for a given top item and organization: filter on TOP_ITEM_ID and ORGANIZATION_ID, and order by PLAN_LEVEL and SORT_ORDER to reproduce indented structure.
- Joining MTL_SYSTEM_ITEMS_B twice — once on TOP_ITEM_ID and once on COMPONENT_ITEM_ID, each alongside ORGANIZATION_ID — to obtain top and component item attributes.
- Identifying optional or mutually exclusive components through the OPTIONAL and MUTUALLY_EXCLUSIVE_OPTIONS flags for order configuration validation.
- Checking effectivity with EFFECTIVITY_DATE and DISABLE_DATE to report currently valid exploded components.
Related Objects
The dominant relationship is to the item master. The documented foreign keys establish two references from BOM_EXPLOSIONS to MTL_SYSTEM_ITEMS_B, joined on the combination of item identifier and ORGANIZATION_ID:
- MTL_SYSTEM_ITEMS_B – joined via TOP_ITEM_ID = MTL_SYSTEM_ITEMS_B.INVENTORY_ITEM_ID and ORGANIZATION_ID.
- MTL_SYSTEM_ITEMS_B – joined again via COMPONENT_ITEM_ID = MTL_SYSTEM_ITEMS_B.INVENTORY_ITEM_ID and ORGANIZATION_ID.
- BOM_BILL_OF_MATERIALS and BOM_COMPONENTS_B – source structures from which explosions are derived, referenced through the bill and component sequence columns.
- BOM_STRUCTURES_B – the recursive bill structure against which explosion levels and sort order correspond.
- OE_ORDER_LINES_ALL – the Order Entry consumer that reads pre-exploded model bills during order capture.
- MTL_SYSTEM_ITEMS_TL – joined for translated item descriptions in multilingual reporting.
Together these relationships confirm BOM_EXPLOSIONS as a link entity at the intersection of items, bills, and order-entry processing within the BOM and Order Management domains.
-
Table: BOM_EXPLOSIONS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_EXPLOSIONS, object_name:BOM_EXPLOSIONS, status:VALID, product: BOM - Bills of Material , description: Pre-exploded model bills for use by Order Entry , implementation_dba_data: BOM.BOM_EXPLOSIONS ,
-
Table: BOM_EXPLOSIONS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_EXPLOSIONS, object_name:BOM_EXPLOSIONS, status:VALID, product: BOM - Bills of Material , description: Pre-exploded model bills for use by Order Entry , implementation_dba_data: BOM.BOM_EXPLOSIONS ,
-
Table: BOM_BILL_OF_MATERIALS
12.2.2
product: BOM - Bills of Material , description: Bills of material , implementation_dba_data: Not implemented in this database ,
-
Table: BOM_BILL_OF_MATERIALS
12.1.1
product: BOM - Bills of Material , description: Bills of material , implementation_dba_data: Not implemented in this database ,
-
View: BOMFV_ECO_REVISED_COMPONENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_ECO_REVISED_COMPONENTS, object_name:BOMFV_ECO_REVISED_COMPONENTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_ECO_REVISED_COMPONENTS ,
-
View: BOMFV_ECO_REVISED_COMPONENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_ECO_REVISED_COMPONENTS, object_name:BOMFV_ECO_REVISED_COMPONENTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_ECO_REVISED_COMPONENTS ,
-
Table: BOM_OPERATIONAL_ROUTINGS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_OPERATIONAL_ROUTINGS, object_name:BOM_OPERATIONAL_ROUTINGS, status:VALID, product: BOM - Bills of Material , description: Routings , implementation_dba_data: BOM.BOM_OPERATIONAL_ROUTINGS ,
-
Table: BOM_OPERATIONAL_ROUTINGS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_OPERATIONAL_ROUTINGS, object_name:BOM_OPERATIONAL_ROUTINGS, status:VALID, product: BOM - Bills of Material , description: Routings , implementation_dba_data: BOM.BOM_OPERATIONAL_ROUTINGS ,
-
View: BOMFV_BOM_REVISIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_BOM_REVISIONS, object_name:BOMFV_BOM_REVISIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_BOM_REVISIONS ,
-
View: BOMBV_BOM_REFERE_DESIGNATORS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_BOM_REFERE_DESIGNATORS, object_name:BOMBV_BOM_REFERE_DESIGNATORS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_BOM_REFERE_DESIGNATORS ,
-
Table: BOM_STRUCTURES_B
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_STRUCTURES_B, object_name:BOM_STRUCTURES_B, status:VALID, product: BOM - Bills of Material , description: Bills of material , implementation_dba_data: BOM.BOM_STRUCTURES_B ,
-
View: BOMFV_BOM_REVISIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_BOM_REVISIONS, object_name:BOMFV_BOM_REVISIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_BOM_REVISIONS ,
-
Table: BOM_STRUCTURES_B
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_STRUCTURES_B, object_name:BOM_STRUCTURES_B, status:VALID, product: BOM - Bills of Material , description: Bills of material , implementation_dba_data: BOM.BOM_STRUCTURES_B ,
-
View: BOMFV_BOM_REFERE_DESIGNATORS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_BOM_REFERE_DESIGNATORS, object_name:BOMFV_BOM_REFERE_DESIGNATORS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_BOM_REFERE_DESIGNATORS ,
-
View: BOMFV_BOM_REFERE_DESIGNATORS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_BOM_REFERE_DESIGNATORS, object_name:BOMFV_BOM_REFERE_DESIGNATORS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_BOM_REFERE_DESIGNATORS ,
-
View: BOMBV_BOM_REFERE_DESIGNATORS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_BOM_REFERE_DESIGNATORS, object_name:BOMBV_BOM_REFERE_DESIGNATORS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_BOM_REFERE_DESIGNATORS ,
-
View: BOMFV_FLOW_ROUTING_EVENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_FLOW_ROUTING_EVENTS, object_name:BOMFV_FLOW_ROUTING_EVENTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_FLOW_ROUTING_EVENTS ,
-
View: BOMFV_FLOW_ROUTING_EVENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_FLOW_ROUTING_EVENTS, object_name:BOMFV_FLOW_ROUTING_EVENTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_FLOW_ROUTING_EVENTS ,
-
View: BOMBV_OPERATION_NETWORKS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_OPERATION_NETWORKS, object_name:BOMBV_OPERATION_NETWORKS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_OPERATION_NETWORKS ,
-
View: BOMFV_MANUFACTURING_BOMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_MANUFACTURING_BOMS, object_name:BOMFV_MANUFACTURING_BOMS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_MANUFACTURING_BOMS ,
-
View: BOMFV_OPERATION_NETWORKS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_OPERATION_NETWORKS, object_name:BOMFV_OPERATION_NETWORKS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_OPERATION_NETWORKS ,
-
View: BOMBV_BOM_COMPONENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_BOM_COMPONENTS, object_name:BOMBV_BOM_COMPONENTS, status:VALID, product: BOM - Bills of Material , description: This shows individual item components in a engineering or manufacturing , implementation_dba_data: APPS.BOMBV_BOM_COMPONENTS ,
-
View: BOMFV_OPERATION_NETWORKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_OPERATION_NETWORKS, object_name:BOMFV_OPERATION_NETWORKS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_OPERATION_NETWORKS ,
-
View: BOMBV_OPERATION_NETWORKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_OPERATION_NETWORKS, object_name:BOMBV_OPERATION_NETWORKS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_OPERATION_NETWORKS ,
-
View: BOMBV_BOM_COMPONENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_BOM_COMPONENTS, object_name:BOMBV_BOM_COMPONENTS, status:VALID, product: BOM - Bills of Material , description: This shows individual item components in a engineering or manufacturing , implementation_dba_data: APPS.BOMBV_BOM_COMPONENTS ,
-
View: BOMFV_MANUFACTURING_BOMS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_MANUFACTURING_BOMS, object_name:BOMFV_MANUFACTURING_BOMS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_MANUFACTURING_BOMS ,
-
View: BOMFV_BOM_COMPONENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_BOM_COMPONENTS, object_name:BOMFV_BOM_COMPONENTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_BOM_COMPONENTS ,
-
View: BOMFV_BOM_COMPONENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_BOM_COMPONENTS, object_name:BOMFV_BOM_COMPONENTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_BOM_COMPONENTS ,
-
Table: CZ_AUTOSELECTION_ITEMS
12.1.1
product: BOM - Bills of Material , description: Configurator autoselection items , implementation_dba_data: Not implemented in this database ,
-
Table: CST_QUANTITY_LAYERS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_QUANTITY_LAYERS, object_name:CST_QUANTITY_LAYERS, status:VALID, product: BOM - Bills of Material , description: Stores cost information for each layer , implementation_dba_data: BOM.CST_QUANTITY_LAYERS ,
-
Table: CZ_AUTOSELECTION_ITEMS
12.2.2
product: BOM - Bills of Material , description: Configurator autoselection items , implementation_dba_data: Not implemented in this database ,
-
Table: CST_ITEM_COSTS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ITEM_COSTS, object_name:CST_ITEM_COSTS, status:VALID, product: BOM - Bills of Material , description: Item cost summary , implementation_dba_data: BOM.CST_ITEM_COSTS ,
-
Table: CST_QUANTITY_LAYERS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_QUANTITY_LAYERS, object_name:CST_QUANTITY_LAYERS, status:VALID, product: BOM - Bills of Material , description: Stores cost information for each layer , implementation_dba_data: BOM.CST_QUANTITY_LAYERS ,
-
Table: CST_ITEM_COSTS_INTERFACE
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ITEM_COSTS_INTERFACE, object_name:CST_ITEM_COSTS_INTERFACE, status:VALID, product: BOM - Bills of Material , description: Open interface table for item cost information , implementation_dba_data: BOM.CST_ITEM_COSTS_INTERFACE ,
-
Table: CST_COST_TYPE_HISTORY
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_COST_TYPE_HISTORY, object_name:CST_COST_TYPE_HISTORY, status:VALID, product: BOM - Bills of Material , description: Cost rollups information and cost type purge information , implementation_dba_data: BOM.CST_COST_TYPE_HISTORY ,
-
Table: CST_ITEM_COSTS_INTERFACE
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ITEM_COSTS_INTERFACE, object_name:CST_ITEM_COSTS_INTERFACE, status:VALID, product: BOM - Bills of Material , description: Open interface table for item cost information , implementation_dba_data: BOM.CST_ITEM_COSTS_INTERFACE ,
-
Table: BOM_MIXED_MODEL_MAP_HEADER
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_MIXED_MODEL_MAP_HEADER, object_name:BOM_MIXED_MODEL_MAP_HEADER, status:VALID, product: BOM - Bills of Material , description: Header information for a mixed model map , implementation_dba_data: BOM.BOM_MIXED_MODEL_MAP_HEADER ,
-
Table: CST_COST_TYPE_HISTORY
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_COST_TYPE_HISTORY, object_name:CST_COST_TYPE_HISTORY, status:VALID, product: BOM - Bills of Material , description: Cost rollups information and cost type purge information , implementation_dba_data: BOM.CST_COST_TYPE_HISTORY ,
-
Table: CZ_CONSTRAINT_ASSIGNMENTS
12.2.2
product: BOM - Bills of Material , description: Configurator constraint assignments , implementation_dba_data: Not implemented in this database ,
-
Table: BOM_MIXED_MODEL_MAP_HEADER
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_MIXED_MODEL_MAP_HEADER, object_name:BOM_MIXED_MODEL_MAP_HEADER, status:VALID, product: BOM - Bills of Material , description: Header information for a mixed model map , implementation_dba_data: BOM.BOM_MIXED_MODEL_MAP_HEADER ,
-
Table: CST_ITEM_COSTS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ITEM_COSTS, object_name:CST_ITEM_COSTS, status:VALID, product: BOM - Bills of Material , description: Item cost summary , implementation_dba_data: BOM.CST_ITEM_COSTS ,
-
Table: CZ_CONSTRAINT_ASSIGNMENTS
12.1.1
product: BOM - Bills of Material , description: Configurator constraint assignments , implementation_dba_data: Not implemented in this database ,
-
Table: CST_WRITE_OFFS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_WRITE_OFFS, object_name:CST_WRITE_OFFS, status:VALID, product: BOM - Bills of Material , description: Table Holds Write-Off Header Information , implementation_dba_data: BOM.CST_WRITE_OFFS ,
-
Table: CST_ITEM_COST_DETAILS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ITEM_COST_DETAILS, object_name:CST_ITEM_COST_DETAILS, status:VALID, product: BOM - Bills of Material , description: Item cost detail information , implementation_dba_data: BOM.CST_ITEM_COST_DETAILS ,
-
Table: CST_ITEM_CST_DTLS_INTERFACE
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ITEM_CST_DTLS_INTERFACE, object_name:CST_ITEM_CST_DTLS_INTERFACE, status:VALID, product: BOM - Bills of Material , description: Open interface table for item cost detail information , implementation_dba_data: BOM.CST_ITEM_CST_DTLS_INTERFACE ,
-
Table: CST_WRITE_OFFS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_WRITE_OFFS, object_name:CST_WRITE_OFFS, status:VALID, product: BOM - Bills of Material , description: Table Holds Write-Off Header Information , implementation_dba_data: BOM.CST_WRITE_OFFS ,
-
Table: CST_ITEM_COST_DETAILS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ITEM_COST_DETAILS, object_name:CST_ITEM_COST_DETAILS, status:VALID, product: BOM - Bills of Material , description: Item cost detail information , implementation_dba_data: BOM.CST_ITEM_COST_DETAILS ,
-
Table: CST_ITEM_CST_DTLS_INTERFACE
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ITEM_CST_DTLS_INTERFACE, object_name:CST_ITEM_CST_DTLS_INTERFACE, status:VALID, product: BOM - Bills of Material , description: Open interface table for item cost detail information , implementation_dba_data: BOM.CST_ITEM_CST_DTLS_INTERFACE ,
-
View: BOMBV_ENGINEERING_BOMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_ENGINEERING_BOMS, object_name:BOMBV_ENGINEERING_BOMS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_ENGINEERING_BOMS ,
-
View: BOMBV_ROUTING_REVISIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_ROUTING_REVISIONS, object_name:BOMBV_ROUTING_REVISIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_ROUTING_REVISIONS ,