Search Results bom_bill_of_materials
Overview
The BOM_BILL_OF_MATERIALS view is a critical data object within the Oracle E-Business Suite Bills of Material (BOM) module. It serves as the primary application view for accessing bill of material (BOM) header information. This view provides a filtered and secure interface to the underlying base table, BOM_STRUCTURES_B, which stores the definition of each BOM, including the assembly item, its organization, and alternate designators. Its role is to centralize access to BOM master data for reporting, integration, and application logic while enforcing data security through its WHERE clause logic, which is based on the user's responsibility application ID.
Key Information Stored
The view exposes all columns from the base table, BOM_STRUCTURES_B. The most significant columns for functional and technical analysis include:
- ASSEMBLY_ITEM_ID and ORGANIZATION_ID: The primary key identifiers for the assembly and the inventory organization where the BOM is defined.
- ALTERNATE_BOM_DESIGNATOR: Identifies an alternate or common BOM; a NULL or blank value indicates the primary bill.
- BILL_SEQUENCE_ID: The unique system-generated identifier for the BOM revision.
- ASSEMBLY_TYPE: Indicates whether the BOM is for a standard assembly (1), a model or option class (2), or a planning bill (3).
- COMMON_ASSEMBLY_ITEM_ID and COMMON_ORGANIZATION_ID: Used for common BOMs, referencing the shared master assembly definition.
- EFFECTIVITY_CONTROL: Determines how component effectivity dates are managed (e.g., 1=Item, 2=Model/Unit Effective).
- PENDING_FROM_ECN: Links to an Engineering Change Notice (ECN) if the BOM is in a pending state.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1-15: Descriptive flexfield columns for custom attributes.
Common Use Cases and Queries
This view is essential for extracting BOM master data for reports, interfaces, and data validation. Common scenarios include listing all primary BOMs for an item, identifying alternate BOMs, and analyzing BOM structures across organizations. A typical query to retrieve active BOM headers for a specific assembly would join with inventory item tables.
SELECT msib.segment1 assembly_item,
bbm.organization_id,
bbm.alternate_bom_designator,
bbm.assembly_type,
bbm.common_assembly_item_id
FROM bom_bill_of_materials bbm,
mtl_system_items_b msib
WHERE bbm.assembly_item_id = msib.inventory_item_id
AND bbm.organization_id = msib.organization_id
AND msib.segment1 = '<ITEM>'
AND bbm.organization_id = <ORG_ID>
AND NVL(bbm.alternate_bom_designator, ' ') = ' ';
The view's WHERE clause, which filters based on FND_GLOBAL.RESP_APPL_ID, is crucial for understanding data access patterns in custom programs, ensuring they respect the same security model as the standard application.
Related Objects
The BOM_BILL_OF_MATERIALS view is intrinsically linked to several core BOM and inventory tables and views:
- BOM_STRUCTURES_B: The base table from which this view selects data.
- BOM_INVENTORY_COMPONENTS / BOM_COMPONENTS_B: Store the component lines associated with each BILL_SEQUENCE_ID from this view.
- MTL_SYSTEM_ITEMS_B: Provides item details for the ASSEMBLY_ITEM_ID and COMMON_ASSEMBLY_ITEM_ID.
- BOM_BILL_OF_MTLS_VIEW: A higher-level application view that may join BOM_BILL_OF_MATERIALS with item descriptions for forms and simpler queries.
- ENG_REVISED_ITEMS: Related for managing engineering changes and the PENDING_FROM_ECN column.
-
View: BOM_BILL_OF_MATERIALS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_BILL_OF_MATERIALS, object_name:BOM_BILL_OF_MATERIALS, status:VALID, product: BOM - Bills of Material , description: Bill of materials view , implementation_dba_data: APPS.BOM_BILL_OF_MATERIALS ,
-
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 ,
-
View: BOM_BILL_OF_MATERIALS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_BILL_OF_MATERIALS, object_name:BOM_BILL_OF_MATERIALS, status:VALID, product: BOM - Bills of Material , description: BOM_BILL_OF_MATERIALS stores information of BOM_STRUCTURES_B which further stores information about manufacturing and engineering bills of material. Each row in this table represents a unique manufacturing or engineering bill and is identif , implementation_dba_data: APPS.BOM_BILL_OF_MATERIALS ,
-
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_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_ENGINEERING_BOMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_ENGINEERING_BOMS, object_name:BOMFV_ENGINEERING_BOMS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_ENGINEERING_BOMS ,
-
View: BOMFV_BILL_OF_MATERIALS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_BILL_OF_MATERIALS, object_name:BOMFV_BILL_OF_MATERIALS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_BILL_OF_MATERIALS ,
-
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_ENGINEERING_BOMS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_ENGINEERING_BOMS, object_name:BOMFV_ENGINEERING_BOMS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_ENGINEERING_BOMS ,
-
View: BOMFV_BILL_OF_MATERIALS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_BILL_OF_MATERIALS, object_name:BOMFV_BILL_OF_MATERIALS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_BILL_OF_MATERIALS ,
-
View: BOM_EXPL_INQUIRY_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_EXPL_INQUIRY_VIEW, object_name:BOM_EXPL_INQUIRY_VIEW, status:VALID, product: BOM - Bills of Material , description: Indented bill of material for window , implementation_dba_data: APPS.BOM_EXPL_INQUIRY_VIEW ,
-
View: BOM_EXPL_INQUIRY_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_EXPL_INQUIRY_VIEW, object_name:BOM_EXPL_INQUIRY_VIEW, status:VALID, product: BOM - Bills of Material , description: Indented bill of material for window , implementation_dba_data: APPS.BOM_EXPL_INQUIRY_VIEW ,
-
Table: BOM_BILL_REVISIONS_B
12.1.1
product: BOM - Bills of Material , description: BOM BILL REVISIONS , implementation_dba_data: Not implemented in this database ,
-
Table: BOM_ALTERNATE_DESIGNATORS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_ALTERNATE_DESIGNATORS, object_name:BOM_ALTERNATE_DESIGNATORS, status:VALID, product: BOM - Bills of Material , description: Alternate designators , implementation_dba_data: BOM.BOM_ALTERNATE_DESIGNATORS ,
-
View: BOM_BILL_OF_MTLS_QF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_BILL_OF_MTLS_QF_V, object_name:BOM_BILL_OF_MTLS_QF_V, status:VALID, product: BOM - Bills of Material , description: View for bill of materials list of values , implementation_dba_data: APPS.BOM_BILL_OF_MTLS_QF_V ,
-
Table: BOM_BILL_REVISIONS_B
12.2.2
product: BOM - Bills of Material , description: BOM BILL REVISIONS , implementation_dba_data: Not implemented in this database ,
-
Table: BOM_ALTERNATE_DESIGNATORS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_ALTERNATE_DESIGNATORS, object_name:BOM_ALTERNATE_DESIGNATORS, status:VALID, product: BOM - Bills of Material , description: Alternate designators , implementation_dba_data: BOM.BOM_ALTERNATE_DESIGNATORS ,
-
View: BOM_SUB_COMPS_QF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_SUB_COMPS_QF_V, object_name:BOM_SUB_COMPS_QF_V, status:VALID, product: BOM - Bills of Material , description: View for substitute components list of values , implementation_dba_data: APPS.BOM_SUB_COMPS_QF_V ,
-
Table: BOM_INVENTORY_COMPONENTS
12.1.1
product: BOM - Bills of Material , description: Bill of material components , implementation_dba_data: Not implemented in this database ,
-
View: BOM_BILL_OF_MTLS_QF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_BILL_OF_MTLS_QF_V, object_name:BOM_BILL_OF_MTLS_QF_V, status:VALID, product: BOM - Bills of Material , description: View for bill of materials list of values , implementation_dba_data: APPS.BOM_BILL_OF_MTLS_QF_V ,
-
View: BOM_SUB_COMPS_QF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_SUB_COMPS_QF_V, object_name:BOM_SUB_COMPS_QF_V, status:VALID, product: BOM - Bills of Material , description: View for substitute components list of values , implementation_dba_data: APPS.BOM_SUB_COMPS_QF_V ,
-
View: BOM_BILL_ALTERNATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_BILL_ALTERNATES_V, object_name:BOM_BILL_ALTERNATES_V, status:VALID, product: BOM - Bills of Material , description: BOM_BILL_ALTERNATES_V resolves all foreign key references for the table BOM_BILL_ALTERNATES , implementation_dba_data: APPS.BOM_BILL_ALTERNATES_V ,
-
Table: BOM_INVENTORY_COMPONENTS
12.2.2
product: BOM - Bills of Material , description: Bill of material components , implementation_dba_data: Not implemented in this database ,
-
View: BOM_BILL_ALTERNATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_BILL_ALTERNATES_V, object_name:BOM_BILL_ALTERNATES_V, status:VALID, product: BOM - Bills of Material , description: BOM_BILL_ALTERNATES_V resolves all foreign key references for the table BOM_BILL_ALTERNATES , implementation_dba_data: APPS.BOM_BILL_ALTERNATES_V ,
-
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_MANUFACTURING_BOMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_MANUFACTURING_BOMS, object_name:BOMBV_MANUFACTURING_BOMS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_MANUFACTURING_BOMS ,
-
View: BOMBV_MANUFACTURING_BOMS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_MANUFACTURING_BOMS, object_name:BOMBV_MANUFACTURING_BOMS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_MANUFACTURING_BOMS ,
-
View: BOM_PRODUCTFAMILY_MEM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_PRODUCTFAMILY_MEM_V, object_name:BOM_PRODUCTFAMILY_MEM_V, status:VALID, product: BOM - Bills of Material , description: View on BOM_INVENTORY_COMPONENTS and MTL_SYSTEMS_ITEMS, used by the product family functionality in R11 , implementation_dba_data: APPS.BOM_PRODUCTFAMILY_MEM_V ,
-
View: BOMBV_BILL_OF_MATERIALS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_BILL_OF_MATERIALS, object_name:BOMBV_BILL_OF_MATERIALS, status:VALID, product: BOM - Bills of Material , description: This shows the product assembly structure , implementation_dba_data: APPS.BOMBV_BILL_OF_MATERIALS ,
-
View: BOMBV_ENGINEERING_BOMS
12.2.2
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_BILL_OF_MATERIALS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_BILL_OF_MATERIALS, object_name:BOMBV_BILL_OF_MATERIALS, status:VALID, product: BOM - Bills of Material , description: This shows the product assembly structure , implementation_dba_data: APPS.BOMBV_BILL_OF_MATERIALS ,
-
View: BOM_PRODUCTFAMILY_MEM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_PRODUCTFAMILY_MEM_V, object_name:BOM_PRODUCTFAMILY_MEM_V, status:VALID, product: BOM - Bills of Material , description: View on BOM_INVENTORY_COMPONENTS and MTL_SYSTEMS_ITEMS, used by the product family functionality in R11 , implementation_dba_data: APPS.BOM_PRODUCTFAMILY_MEM_V ,
-
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_SUBSTITUTE_BOM_COMPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_SUBSTITUTE_BOM_COMPS, object_name:BOMFV_SUBSTITUTE_BOM_COMPS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_SUBSTITUTE_BOM_COMPS ,
-
View: BOMBV_SUBSTITUTE_BOM_COMPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_SUBSTITUTE_BOM_COMPS, object_name:BOMBV_SUBSTITUTE_BOM_COMPS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_SUBSTITUTE_BOM_COMPS ,
-
View: BOMBV_SUBSTITUTE_BOM_COMPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_SUBSTITUTE_BOM_COMPS, object_name:BOMBV_SUBSTITUTE_BOM_COMPS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_SUBSTITUTE_BOM_COMPS ,
-
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 ,
-
View: BOMFV_SUBSTITUTE_BOM_COMPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_SUBSTITUTE_BOM_COMPS, object_name:BOMFV_SUBSTITUTE_BOM_COMPS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_SUBSTITUTE_BOM_COMPS ,
-
View: BOMBV_ECO_REVISED_COMPONENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_ECO_REVISED_COMPONENTS, object_name:BOMBV_ECO_REVISED_COMPONENTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_ECO_REVISED_COMPONENTS ,
-
View: BOMBV_ECO_REVISED_COMPONENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_ECO_REVISED_COMPONENTS, object_name:BOMBV_ECO_REVISED_COMPONENTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_ECO_REVISED_COMPONENTS ,
-
View: CZ_CONSTR_ATTR_LEFT_V
12.1.1
product: BOM - Bills of Material , description: Left hand side of constraint clauses , implementation_dba_data: Not implemented in this database ,
-
View: CZ_CONSTR_ATTR_RIGHT_V
12.2.2
product: BOM - Bills of Material , description: Right hand side of constraint clauses , implementation_dba_data: Not implemented in this database ,
-
View: CZ_CONSTR_ATTR_LEFT_V
12.2.2
product: BOM - Bills of Material , description: Left hand side of constraint clauses , implementation_dba_data: Not implemented in this database ,
-
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: BOM_BILL_OF_MATERIALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_BILL_OF_MATERIALS_V, object_name:BOM_BILL_OF_MATERIALS_V, status:VALID, product: BOM - Bills of Material , description: Bills of material , implementation_dba_data: APPS.BOM_BILL_OF_MATERIALS_V ,
-
View: CZ_CONSTR_ATTR_RIGHT_V
12.1.1
product: BOM - Bills of Material , description: Right hand side of constraint clauses , implementation_dba_data: Not implemented in this database ,
-
View: BOM_BILL_OF_MATERIALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_BILL_OF_MATERIALS_V, object_name:BOM_BILL_OF_MATERIALS_V, status:VALID, product: BOM - Bills of Material , description: Bills of material , implementation_dba_data: APPS.BOM_BILL_OF_MATERIALS_V ,
-
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_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 ,