Search Results bom_inventory_components
Overview
The BOM_INVENTORY_COMPONENTS view is a critical data object within the Bills of Material (BOM) module of Oracle E-Business Suite (EBS) releases 12.1.1 and 12.2.2. It provides a comprehensive, read-only perspective on the component items that constitute a bill of material. This view consolidates and presents detailed information from the underlying BOM tables, specifically focusing on the relationship between an assembly and its constituent parts. Its primary role is to serve as a reliable source for reporting, data extraction, and integration processes that require a complete picture of BOM component details, including engineering change order (ECO) data, supply attributes, and effectivity controls.
Key Information Stored
The view encompasses a wide array of columns essential for managing and analyzing BOM structures. Key fields can be categorized as follows:
- Identification & Relationships: COMPONENT_SEQUENCE_ID (primary key), BILL_SEQUENCE_ID (links to the parent assembly), COMPONENT_ITEM_ID, and ITEM_NUM define the component's place in the structure.
- Quantities & Planning: COMPONENT_QUANTITY, BASIS_TYPE, YIELD_FACTOR, PLANNING_FACTOR, and LOW/HIGH_QUANTITY govern material requirements and planning calculations.
- Supply & Manufacturing: WIP_SUPPLY_TYPE, SUPPLY_SUBINVENTORY, SUPPLY_LOCATOR_ID, PICK_COMPONENTS, and OPERATION_SEQ_NUM control how components are issued to production.
- Effectivity & Changes: EFFECTIVITY_DATE, DISABLE_DATE, CHANGE_NOTICE, and a suite of revision columns (e.g., FROM_END_ITEM_REV_ID, COMPONENT_ITEM_REVISION_ID) manage component validity and engineering changes.
- Component Attributes: Flags such as OPTIONAL, CHECK_ATP, INCLUDE_IN_COST_ROLLUP, REQUIRED_TO_SHIP, and MUTUALLY_EXCLUSIVE_OPTIONS define specific component behavior.
Common Use Cases and Queries
This view is extensively used for operational and analytical reporting. A common use case is generating a component pick list for a specific assembly, filtering by effective components. For example:
SELECT component_item_id, component_quantity, supply_subinventory, wip_supply_type FROM apps.bom_inventory_components WHERE bill_sequence_id = :bill_seq AND SYSDATE BETWEEN TRUNC(effectivity_date) AND NVL(TRUNC(disable_date), SYSDATE+1) ORDER BY item_num;
Another critical scenario is cost rollup analysis, identifying all components flagged for inclusion in cost calculations. The view is also pivotal for ATP (Available to Promise) checking integrations and for validating BOM structures during data migration or reconciliation projects, as it presents a unified interface to complex underlying tables.
Related Objects
BOM_INVENTORY_COMPONENTS is a denormalized view that primarily draws from the BOM_INVENTORY_COMPONENTS base table. Its key relationships, inferred from its column set, are with other core BOM and inventory entities. Essential joins include:
- BOM_BILL_OF_MATERIALS: Joined via BILL_SEQUENCE_ID to retrieve header information for the parent assembly.
- MTL_SYSTEM_ITEMS_B (Component): Joined via COMPONENT_ITEM_ID to get item descriptions, primary unit of measure, and other item master attributes.
- MTL_SYSTEM_ITEMS_B (Assembly): Joined indirectly through BILL_SEQUENCE_ID to BOM_BILL_OF_MATERIALS.ASSEMBLY_ITEM_ID for parent item details.
- ENG_REVISED_ITEMS: Related via REVISED_ITEM_SEQUENCE_ID for tracking engineering change revisions.
- BOM_COMPONENT_OPERATIONS: Can be linked using COMPONENT_SEQUENCE_ID and OPERATION_SEQ_NUM for detailed routing operation data.
-
View: BOM_INVENTORY_COMPONENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_INVENTORY_COMPONENTS, object_name:BOM_INVENTORY_COMPONENTS, status:VALID, product: BOM - Bills of Material , description: BOM_INVENTORY_COMPONENTS stores information of BOM_COMPONENTS_B which further stores information about bills of material components and stores single-level components.This lists the first level components of an assembly item , implementation_dba_data: APPS.BOM_INVENTORY_COMPONENTS ,
-
View: BOM_INVENTORY_COMPONENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_INVENTORY_COMPONENTS, object_name:BOM_INVENTORY_COMPONENTS, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.BOM_INVENTORY_COMPONENTS ,
-
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 ,
-
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_REF_DESIGNATORS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_REF_DESIGNATORS_VIEW, object_name:BOM_REF_DESIGNATORS_VIEW, status:VALID, product: BOM - Bills of Material , description: Both implemented and unimplemented reference designators , implementation_dba_data: APPS.BOM_REF_DESIGNATORS_VIEW ,
-
View: BOM_SUB_COMPONENTS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_SUB_COMPONENTS_VIEW, object_name:BOM_SUB_COMPONENTS_VIEW, status:VALID, product: BOM - Bills of Material , description: Both implemented and unimplemented substitute components , implementation_dba_data: APPS.BOM_SUB_COMPONENTS_VIEW ,
-
View: BOM_SUB_COMPONENTS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_SUB_COMPONENTS_VIEW, object_name:BOM_SUB_COMPONENTS_VIEW, status:VALID, product: BOM - Bills of Material , description: Both implemented and unimplemented substitute components , implementation_dba_data: APPS.BOM_SUB_COMPONENTS_VIEW ,
-
View: BOM_REF_DESIGNATORS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_REF_DESIGNATORS_VIEW, object_name:BOM_REF_DESIGNATORS_VIEW, status:VALID, product: BOM - Bills of Material , description: Both implemented and unimplemented reference designators , implementation_dba_data: APPS.BOM_REF_DESIGNATORS_VIEW ,
-
View: BOM_REFERENCE_DESIGNATORS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_REFERENCE_DESIGNATORS_V, object_name:BOM_REFERENCE_DESIGNATORS_V, status:VALID, product: BOM - Bills of Material , description: Component reference designators , implementation_dba_data: APPS.BOM_REFERENCE_DESIGNATORS_V ,
-
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: BOM_COMPONENT_ALL_OPERATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_COMPONENT_ALL_OPERATIONS_V, object_name:BOM_COMPONENT_ALL_OPERATIONS_V, status:VALID, product: BOM - Bills of Material , description: View of all operation for components - all records , implementation_dba_data: APPS.BOM_COMPONENT_ALL_OPERATIONS_V ,
-
View: BOM_REFERENCE_DESIGNATORS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_REFERENCE_DESIGNATORS_V, object_name:BOM_REFERENCE_DESIGNATORS_V, status:VALID, product: BOM - Bills of Material , description: Component reference designators , implementation_dba_data: APPS.BOM_REFERENCE_DESIGNATORS_V ,
-
View: BOM_COMPONENT_ALL_OPERATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_COMPONENT_ALL_OPERATIONS_V, object_name:BOM_COMPONENT_ALL_OPERATIONS_V, status:VALID, product: BOM - Bills of Material , description: View of all operation for components - all records , implementation_dba_data: APPS.BOM_COMPONENT_ALL_OPERATIONS_V ,
-
View: BOM_SUBSTITUTE_COMPONENTS_ERV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_SUBSTITUTE_COMPONENTS_ERV, object_name:BOM_SUBSTITUTE_COMPONENTS_ERV, status:VALID, product: BOM - Bills of Material , description: Substitute components , implementation_dba_data: APPS.BOM_SUBSTITUTE_COMPONENTS_ERV ,
-
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: BOM_SUBSTITUTE_COMPONENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_SUBSTITUTE_COMPONENTS_V, object_name:BOM_SUBSTITUTE_COMPONENTS_V, status:VALID, product: BOM - Bills of Material , description: Substitute components , implementation_dba_data: APPS.BOM_SUBSTITUTE_COMPONENTS_V ,
-
View: BOM_SUBSTITUTE_COMPONENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_SUBSTITUTE_COMPONENTS_V, object_name:BOM_SUBSTITUTE_COMPONENTS_V, status:VALID, product: BOM - Bills of Material , description: Substitute components , implementation_dba_data: APPS.BOM_SUBSTITUTE_COMPONENTS_V ,
-
View: BOM_SUBSTITUTE_COMPONENTS_ERV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_SUBSTITUTE_COMPONENTS_ERV, object_name:BOM_SUBSTITUTE_COMPONENTS_ERV, status:VALID, product: BOM - Bills of Material , description: Substitute components , implementation_dba_data: APPS.BOM_SUBSTITUTE_COMPONENTS_ERV ,
-
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_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_BILL_OF_MATERIALS
12.1.1
product: BOM - Bills of Material , description: Bills of material , implementation_dba_data: Not implemented in this database ,
-
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: 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.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: 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.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: 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_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: 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 ,
-
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 ,
-
View: BOM_INVENTORY_COMPONENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_INVENTORY_COMPONENTS_V, object_name:BOM_INVENTORY_COMPONENTS_V, status:VALID, product: BOM - Bills of Material , description: Bill of material components , implementation_dba_data: APPS.BOM_INVENTORY_COMPONENTS_V ,
-
View: BOM_INVENTORY_COMPONENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_INVENTORY_COMPONENTS_V, object_name:BOM_INVENTORY_COMPONENTS_V, status:VALID, product: BOM - Bills of Material , description: Bill of material components , implementation_dba_data: APPS.BOM_INVENTORY_COMPONENTS_V ,
-
View: BOM_INVENTORY_COMPONENTS_ERV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_INVENTORY_COMPONENTS_ERV, object_name:BOM_INVENTORY_COMPONENTS_ERV, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.BOM_INVENTORY_COMPONENTS_ERV ,
-
View: BOM_INVENTORY_COMPONENTS_ERV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_INVENTORY_COMPONENTS_ERV, object_name:BOM_INVENTORY_COMPONENTS_ERV, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.BOM_INVENTORY_COMPONENTS_ERV ,
-
View: BOM_ODI_WS_COMPONENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_ODI_WS_COMPONENTS_V, object_name:BOM_ODI_WS_COMPONENTS_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.BOM_ODI_WS_COMPONENTS_V ,