Search Results bom_components_b
The BOM_COMPONENTS_B table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 serves as a fundamental entity within the Bills of Material (BOM) module, storing critical component-level data for assembled items. This table is part of the core BOM schema and acts as the base table for component definitions, interfacing with transactional and reporting functionalities across manufacturing, inventory, and cost management modules. Below is a detailed technical breakdown of its structure, purpose, and integration within Oracle EBS.
Table Structure and Key Columns
The BOM_COMPONENTS_B table contains columns that define component attributes, relationships, and operational rules. Key columns include:- COMPONENT_SEQUENCE_ID: Primary key, uniquely identifying each component entry.
- BILL_SEQUENCE_ID: Foreign key linking to BOM_BILL_OF_MATERIALS_B, associating components with their parent BOM.
- ITEM_NUM: Displays the position of the component in the BOM structure.
- COMPONENT_ITEM_ID: References MTL_SYSTEM_ITEMS_B, tying the component to an inventory item.
- OPERATION_SEQ_NUM: Associates the component with a specific operation in a routing (if applicable).
- EFFECTIVITY_DATE and DISABLE_DATE: Define the active period for the component.
- COMPONENT_QUANTITY: Specifies the quantity required per assembly unit.
- COMPONENT_YIELD_FACTOR: Adjusts quantities for expected yield losses.
- SUPPLY_TYPE: Determines replenishment methods (e.g., "Phantom," "Assembly Pull").
Functional Role in Oracle EBS
The table underpins several critical processes:- BOM Explosion: Drives multi-level BOM expansions for MRP, costing, and work order generation.
- Cost Rollup: Provides component details for calculating cumulative item costs.
- Engineering Changes: Tracks revisions through effectivity dates, enabling phased component substitutions.
- Supply Chain Planning: SUPPLY_TYPE influences procurement and production scheduling logic.
Integration with Other Modules
BOM_COMPONENTS_B integrates with:- Inventory (MTL_SYSTEM_ITEMS_B): Validates component items and their attributes.
- Work in Process (WIP_COMPONENTS): Supplies component data for job scheduling and material issuance.
- Cost Management (CST_ITEM_COSTS): Feeds component quantities into cost calculations.
- Engineering (ENG_REVISED_ITEMS): Supports engineering change orders (ECOs) via revision-controlled columns.
Technical Considerations
- Indexing: Key indexes on BILL_SEQUENCE_ID and COMPONENT_ITEM_ID optimize BOM explosion performance.
- API Interactions: The table is primarily updated via Oracle's BOM APIs (e.g., BOM_COMPONENT_PUB) to enforce business rules.
- Audit Trail: Changes may be logged in BOM_COMPONENTS_B for compliance, though detailed history often resides in audit-specific tables.
Customization and Extensions
Organizations often extend the table's functionality through:- Descriptive Flexfields (DFFs): Adding custom attributes like supplier-specific component notes.
- Triggers: Enforcing validations (e.g., disallowing certain components in specific BOM types).
- Views: Creating composite views for reporting, often joining with BOM_COMPONENTS_TL for translated descriptions.
-
Table: BOM_COMPONENTS_B
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_COMPONENTS_B, object_name:BOM_COMPONENTS_B, status:VALID, product: BOM - Bills of Material , description: Bill of material components , implementation_dba_data: BOM.BOM_COMPONENTS_B ,
-
Table: BOM_COMPONENTS_B
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_COMPONENTS_B, object_name:BOM_COMPONENTS_B, status:VALID, product: BOM - Bills of Material , description: Bill of material components , implementation_dba_data: BOM.BOM_COMPONENTS_B ,
-
Table: BOM_COMPARISON_TEMP
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_COMPARISON_TEMP, object_name:BOM_COMPARISON_TEMP, status:VALID, product: BOM - Bills of Material , description: Temporary data for bill of material comparisons , implementation_dba_data: BOM.BOM_COMPARISON_TEMP ,
-
Table: BOM_COMPARISON_TEMP
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_COMPARISON_TEMP, object_name:BOM_COMPARISON_TEMP, status:VALID, product: BOM - Bills of Material , description: Temporary data for bill of material comparisons , implementation_dba_data: BOM.BOM_COMPARISON_TEMP ,
-
Table: BOM_SUBSTITUTE_COMPONENTS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_SUBSTITUTE_COMPONENTS, object_name:BOM_SUBSTITUTE_COMPONENTS, status:VALID, product: BOM - Bills of Material , description: Substitute components , implementation_dba_data: BOM.BOM_SUBSTITUTE_COMPONENTS ,
-
Table: BOM_IMPLOSION_TEMP
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_IMPLOSION_TEMP, object_name:BOM_IMPLOSION_TEMP, status:VALID, product: BOM - Bills of Material , description: Temporary data for item usage (Item Where Used Report) , implementation_dba_data: BOM.BOM_IMPLOSION_TEMP ,
-
Table: BOM_IMPLOSION_TEMP
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_IMPLOSION_TEMP, object_name:BOM_IMPLOSION_TEMP, status:VALID, product: BOM - Bills of Material , description: Temporary data for item usage (Item Where Used Report) , implementation_dba_data: BOM.BOM_IMPLOSION_TEMP ,
-
Table: BOM_SUBSTITUTE_COMPONENTS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_SUBSTITUTE_COMPONENTS, object_name:BOM_SUBSTITUTE_COMPONENTS, status:VALID, product: BOM - Bills of Material , description: Substitute components , implementation_dba_data: BOM.BOM_SUBSTITUTE_COMPONENTS ,
-
Table: BOM_DELETE_SUB_ENTITIES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_DELETE_SUB_ENTITIES, object_name:BOM_DELETE_SUB_ENTITIES, status:VALID, product: BOM - Bills of Material , description: Component and operations to be deleted , implementation_dba_data: BOM.BOM_DELETE_SUB_ENTITIES ,
-
Table: BOM_EXPLOSION_TEMP
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_EXPLOSION_TEMP, object_name:BOM_EXPLOSION_TEMP, status:VALID, product: BOM - Bills of Material , description: Temporary data for indented bills of material (batch processes) , implementation_dba_data: BOM.BOM_EXPLOSION_TEMP ,
-
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 ,
-
Table: BOM_REFERENCE_DESIGNATORS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_REFERENCE_DESIGNATORS, object_name:BOM_REFERENCE_DESIGNATORS, status:VALID, product: BOM - Bills of Material , description: Component reference designators , implementation_dba_data: BOM.BOM_REFERENCE_DESIGNATORS ,
-
Table: BOM_REFERENCE_DESIGNATORS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_REFERENCE_DESIGNATORS, object_name:BOM_REFERENCE_DESIGNATORS, status:VALID, product: BOM - Bills of Material , description: Component reference designators , implementation_dba_data: BOM.BOM_REFERENCE_DESIGNATORS ,
-
Table: BOM_COMPONENT_OPERATIONS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_COMPONENT_OPERATIONS, object_name:BOM_COMPONENT_OPERATIONS, status:VALID, product: BOM - Bills of Material , description: Additional operations for a Bill of Material Component , implementation_dba_data: BOM.BOM_COMPONENT_OPERATIONS ,
-
Table: BOM_COMPONENT_OPERATIONS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_COMPONENT_OPERATIONS, object_name:BOM_COMPONENT_OPERATIONS, status:VALID, product: BOM - Bills of Material , description: Additional operations for a Bill of Material Component , implementation_dba_data: BOM.BOM_COMPONENT_OPERATIONS ,
-
Table: BOM_EXPLOSION_TEMP
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_EXPLOSION_TEMP, object_name:BOM_EXPLOSION_TEMP, status:VALID, product: BOM - Bills of Material , description: Temporary data for indented bills of material (batch processes) , implementation_dba_data: BOM.BOM_EXPLOSION_TEMP ,
-
Table: BOM_DELETE_SUB_ENTITIES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_DELETE_SUB_ENTITIES, object_name:BOM_DELETE_SUB_ENTITIES, status:VALID, product: BOM - Bills of Material , description: Component and operations to be deleted , implementation_dba_data: BOM.BOM_DELETE_SUB_ENTITIES ,
-
Table: BOM_SMALL_EXPL_TEMP
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_SMALL_EXPL_TEMP, object_name:BOM_SMALL_EXPL_TEMP, status:VALID, product: BOM - Bills of Material , description: Temporary data for indented bills of material (on-line processes) , implementation_dba_data: BOM.BOM_SMALL_EXPL_TEMP ,
-
Table: BOM_SMALL_EXPL_TEMP
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_SMALL_EXPL_TEMP, object_name:BOM_SMALL_EXPL_TEMP, status:VALID, product: BOM - Bills of Material , description: Temporary data for indented bills of material (on-line processes) , implementation_dba_data: BOM.BOM_SMALL_EXPL_TEMP ,
-
View: BOM_CAD_COMPONENT_ATTR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_CAD_COMPONENT_ATTR_V, object_name:BOM_CAD_COMPONENT_ATTR_V, status:VALID, product: BOM - Bills of Material , description: Bom Cad Components Attributes and Values , implementation_dba_data: APPS.BOM_CAD_COMPONENT_ATTR_V ,
-
View: BOM_CAD_COMPONENT_ATTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_CAD_COMPONENT_ATTR_V, object_name:BOM_CAD_COMPONENT_ATTR_V, status:VALID, product: BOM - Bills of Material , description: Bom Cad Components Attributes and Values , implementation_dba_data: APPS.BOM_CAD_COMPONENT_ATTR_V ,
-
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 ,
-
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 ,
-
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: 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 ,
-
View: BOM_EXPLOSIONS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_EXPLOSIONS_ALL_V, object_name:BOM_EXPLOSIONS_ALL_V, status:VALID, product: BOM - Bills of Material , description: View over BOM_EXPLOSIONS_ALL Table , implementation_dba_data: APPS.BOM_EXPLOSIONS_ALL_V ,
-
View: BOM_EXPLOSIONS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_EXPLOSIONS_ALL_V, object_name:BOM_EXPLOSIONS_ALL_V, status:VALID, product: BOM - Bills of Material , description: View over BOM_EXPLOSIONS_ALL Table , implementation_dba_data: APPS.BOM_EXPLOSIONS_ALL_V ,