Search Results bom_explosion_temp
The BOM_EXPLOSION_TEMP table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical temporary table used during the Bill of Materials (BOM) explosion process. It serves as a staging area for storing intermediate results when the system processes multi-level BOM structures for various applications, such as Work in Process (WIP), Costing, Planning, and Inventory. Below is a detailed technical summary of its purpose, structure, and usage within Oracle EBS.
Purpose and Functionality
The BOM_EXPLOSION_TEMP table is primarily utilized by the BOM explosion engine to store temporary data while recursively traversing hierarchical BOM structures. This process is essential for applications requiring a complete breakdown of assemblies into their constituent components, such as material requirements planning (MRP), cost roll-up calculations, and WIP component pick lists. The table acts as a transient repository, ensuring efficient memory management during complex BOM operations.Table Structure
The table consists of columns that capture key attributes of exploded BOM components, including:- EXPLOSION_TYPE: Identifies the purpose of the explosion (e.g., "WIP" for Work in Process, "COST" for Costing).
- SESSION_ID: A unique identifier for each explosion session, enabling parallel processing.
- COMPONENT_ITEM_ID: Stores the inventory item ID of the component.
- OPERATION_SEQ_NUM: Indicates the operation sequence in routing.
- QUANTITY: The required quantity of the component per assembly.
- LEVEL_NUM: Represents the hierarchical level of the component in the BOM tree.
- EFFECTIVITY_DATE: Validates component usage based on date ranges.
Usage in Key Processes
- Cost Roll-Up: The table stores component costs during cost roll-up calculations, enabling accurate product costing.
- MRP Explosion: Material Requirements Planning uses this table to determine dependent demand for components.
- WIP Component Allocation: Work orders reference the table to generate pick lists for assembly builds.
- Engineering Change Orders (ECOs): Temporary explosions validate BOM changes before implementation.
Performance Considerations
Since BOM_EXPLOSION_TEMP is heavily accessed during BOM processing, Oracle recommends:- Purging stale data using
BOM_EXPLOSION_TEMP_PKG.CLEANUP
to maintain performance. - Indexing critical columns like
SESSION_ID
andEXPLOSION_TYPE
. - Monitoring session growth in high-concurrency environments.
Integration with Other Modules
The table interfaces with:- BOM_BILL_OF_MATERIALS: Sources BOM header data.
- BOM_INVENTORY_COMPONENTS: Retrieves component details.
- MTL_SYSTEM_ITEMS_B: Joins item master data for descriptions and attributes.
Conclusion
The BOM_EXPLOSION_TEMP table is a foundational element in Oracle EBS BOM processing, enabling scalable and efficient multi-level explosions. Its design supports complex manufacturing scenarios while ensuring data integrity through transactional isolation. Administrators should prioritize its maintenance to optimize system performance in production environments.-
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_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 ,
-
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 ,
-
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 ,
-
View: BOM_CONSOLIDATE_EXPLOSION_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_CONSOLIDATE_EXPLOSION_VIEW, object_name:BOM_CONSOLIDATE_EXPLOSION_VIEW, status:VALID, product: BOM - Bills of Material , description: Consolidated Bill of Material structure for report , implementation_dba_data: APPS.BOM_CONSOLIDATE_EXPLOSION_VIEW ,
-
View: BOM_CONSOLIDATE_EXPLOSION_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_CONSOLIDATE_EXPLOSION_VIEW, object_name:BOM_CONSOLIDATE_EXPLOSION_VIEW, status:VALID, product: BOM - Bills of Material , description: Consolidated Bill of Material structure for report , implementation_dba_data: APPS.BOM_CONSOLIDATE_EXPLOSION_VIEW ,
-
View: BOM_PLM_EXPLOSION_TEMP
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_PLM_EXPLOSION_TEMP, object_name:BOM_PLM_EXPLOSION_TEMP, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.BOM_PLM_EXPLOSION_TEMP ,
-
View: BOM_PLM_EXPLOSION_TEMP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_PLM_EXPLOSION_TEMP, object_name:BOM_PLM_EXPLOSION_TEMP, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.BOM_PLM_EXPLOSION_TEMP ,
-
View: BOM_EXPLOSION_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_EXPLOSION_VIEW, object_name:BOM_EXPLOSION_VIEW, status:VALID, product: BOM - Bills of Material , description: Indented bill of material for report , implementation_dba_data: APPS.BOM_EXPLOSION_VIEW ,
-
View: BOM_EXPLOSION_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_EXPLOSION_VIEW, object_name:BOM_EXPLOSION_VIEW, status:VALID, product: BOM - Bills of Material , description: Indented bill of material for report , implementation_dba_data: APPS.BOM_EXPLOSION_VIEW ,