Search Results msc_bom_components
The MSC_BOM_COMPONENTS
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical data structure within the Manufacturing and Supply Chain (MSC) module. It serves as a repository for bill of materials (BOM) component details, enabling the system to manage hierarchical product structures, material requirements planning (MRP), and supply chain analytics. This table is primarily utilized by Oracle Advanced Supply Chain Planning (ASCP) and other planning engines to optimize production scheduling, procurement, and inventory management.
Table Structure and Key Columns
TheMSC_BOM_COMPONENTS
table contains metadata and transactional data related to BOM components. Key columns include:
- COMPONENT_SEQUENCE_ID: A unique identifier for each component entry.
- BILL_SEQUENCE_ID: References the parent BOM structure in
MSC_BOMS
. - COMPONENT_ITEM_ID: Links to the inventory item in
MSC_ITEMS
. - OPERATION_SEQ_NUM: Specifies the manufacturing operation sequence where the component is consumed.
- USAGE_QUANTITY: Defines the quantity of the component required per assembly unit.
- EFFECTIVITY_DATE and DISABLE_DATE: Control the active period of the component in the BOM.
- PLANNING_FACTOR: Used for yield or scrap calculations during planning.
Functional Role in Oracle EBS
The table supports multiple critical processes:- BOM Explosion: During MRP runs, the system recursively queries
MSC_BOM_COMPONENTS
to determine dependent demand for raw materials and subassemblies. - Supply-Demand Matching: ASCP uses component data to align material availability with production schedules.
- Alternate Component Analysis: The table stores attributes enabling substitution logic for alternate components during shortages.
- Cost Rollup: Component quantities feed into product cost calculations in Cost Management.
Integration Points
MSC_BOM_COMPONENTS
integrates with several Oracle EBS modules:
- Inventory (INV): Item definitions from
MTL_SYSTEM_ITEMS
are referenced viaCOMPONENT_ITEM_ID
. - Engineering (ENG): Synchronizes with
BOM_COMPONENTS_B
for engineering BOMs. - Work in Process (WIP): Component requirements are pushed to shop floor execution systems.
- Demantra: Provides component-level data for demand sensing and collaborative planning.
Technical Considerations
In Oracle EBS 12.2.2, the table benefits from performance optimizations like:- Partitioning strategies for large-scale implementations.
- Enhanced indexing on
BILL_SEQUENCE_ID
andCOMPONENT_ITEM_ID
. - Materialized view support for ASCP aggregate calculations.
Customization and Extensions
Implementers often extend the table's functionality through:- Custom columns for industry-specific attributes (e.g., pharmaceutical batch tracking).
- Triggers to enforce business rules during BOM maintenance.
- APIs like
MSC_BOM_PUB
for programmatic BOM updates.
Data Maintenance
The table is populated through:- Standard BOM import programs from legacy systems.
- Real-time updates via Oracle Bills of Material module.
- Batch synchronization from
BOM_COMPONENTS_B
in transactional schemas.
MSC_BOM_COMPONENTS
is essential for implementing efficient supply chain planning solutions in Oracle EBS environments.
-
Table: MSC_BOM_COMPONENTS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_BOM_COMPONENTS, object_name:MSC_BOM_COMPONENTS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores Bill of material data for plans in Oracle Advanced Planning and Oracle Supply Chain Hub products. , implementation_dba_data: MSC.MSC_BOM_COMPONENTS ,
-
Table: MSC_BOM_COMPONENTS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_BOM_COMPONENTS, object_name:MSC_BOM_COMPONENTS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores Bill of material data for plans in Oracle Advanced Planning and Oracle Supply Chain Hub products. , implementation_dba_data: MSC.MSC_BOM_COMPONENTS ,
-
Table: MSC_OPERATION_COMPONENTS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_OPERATION_COMPONENTS, object_name:MSC_OPERATION_COMPONENTS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table is the intersection table between MSC_BOM_COMPONENTS and MSC_ROUTING_OPERATIONS. , implementation_dba_data: MSC.MSC_OPERATION_COMPONENTS ,
-
Table: MSC_OPERATION_COMPONENTS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_OPERATION_COMPONENTS, object_name:MSC_OPERATION_COMPONENTS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table is the intersection table between MSC_BOM_COMPONENTS and MSC_ROUTING_OPERATIONS. , implementation_dba_data: MSC.MSC_OPERATION_COMPONENTS ,
-
View: MSC_COMPONENTS_TREE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_COMPONENTS_TREE_V, object_name:MSC_COMPONENTS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_COMPONENTS_TREE_V ,
-
View: MSC_COMPONENTS_TREE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_COMPONENTS_TREE_V, object_name:MSC_COMPONENTS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_COMPONENTS_TREE_V ,
-
Table: MSC_ST_BOM_COMPONENTS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_BOM_COMPONENTS, object_name:MSC_ST_BOM_COMPONENTS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: The staging table used by the collection program to valid and process data for table MSC_BOM_COMPONENTS. , implementation_dba_data: MSC.MSC_ST_BOM_COMPONENTS ,
-
Table: MSC_ST_BOM_COMPONENTS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_BOM_COMPONENTS, object_name:MSC_ST_BOM_COMPONENTS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: The staging table used by the collection program to valid and process data for table MSC_BOM_COMPONENTS. , implementation_dba_data: MSC.MSC_ST_BOM_COMPONENTS ,
-
Table: MSC_COMPONENT_SUBSTITUTES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_COMPONENT_SUBSTITUTES, object_name:MSC_COMPONENT_SUBSTITUTES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table represents possible substitutes component in a bill of material. , implementation_dba_data: MSC.MSC_COMPONENT_SUBSTITUTES ,
-
Table: MSC_COMPONENT_SUBSTITUTES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_COMPONENT_SUBSTITUTES, object_name:MSC_COMPONENT_SUBSTITUTES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table represents possible substitutes component in a bill of material. , implementation_dba_data: MSC.MSC_COMPONENT_SUBSTITUTES ,
-
Table: MSC_BOMS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_BOMS, object_name:MSC_BOMS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table represents the Bills Of Material of an item created at source applications. , implementation_dba_data: MSC.MSC_BOMS ,
-
Table: MSC_BOMS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_BOMS, object_name:MSC_BOMS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table represents the Bills Of Material of an item created at source applications. , implementation_dba_data: MSC.MSC_BOMS ,
-
View: MSC_SUBSTITUTE_COMPONENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUBSTITUTE_COMPONENTS_V, object_name:MSC_SUBSTITUTE_COMPONENTS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Substitute component view , implementation_dba_data: APPS.MSC_SUBSTITUTE_COMPONENTS_V ,
-
View: MSC_SUBSTITUTE_COMPONENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUBSTITUTE_COMPONENTS_V, object_name:MSC_SUBSTITUTE_COMPONENTS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Substitute component view , implementation_dba_data: APPS.MSC_SUBSTITUTE_COMPONENTS_V ,
-
View: MSC_COMPONENTS_SC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_COMPONENTS_SC_V, object_name:MSC_COMPONENTS_SC_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows all the components in the tree , implementation_dba_data: APPS.MSC_COMPONENTS_SC_V ,
-
View: MSC_COMPONENTS_SC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_COMPONENTS_SC_V, object_name:MSC_COMPONENTS_SC_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows all the components in the tree , implementation_dba_data: APPS.MSC_COMPONENTS_SC_V ,
-
View: MSC_CO_PRODUCTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_CO_PRODUCTS_V, object_name:MSC_CO_PRODUCTS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Thus view shows all the co-products , implementation_dba_data: APPS.MSC_CO_PRODUCTS_V ,
-
View: MSC_CO_PRODUCTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_CO_PRODUCTS_V, object_name:MSC_CO_PRODUCTS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Thus view shows all the co-products , implementation_dba_data: APPS.MSC_CO_PRODUCTS_V ,
-
Lookup Type: MSC_ODS_TABLE
12.1.1
product: MSC - Advanced Supply Chain Planning , meaning: MSC_ODS_TABLE , description: List of ODS tables used by Collections ,
-
View: MSC_ITEMS_TREE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEMS_TREE_V, object_name:MSC_ITEMS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_ITEMS_TREE_V ,
-
View: MSC_ITEMS_TREE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEMS_TREE_V, object_name:MSC_ITEMS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_ITEMS_TREE_V ,
-
Lookup Type: MSC_ODS_TABLE
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: MSC_ODS_TABLE , description: List of ODS tables used by Collections ,
-
View: MSC_SC_BILL_BOM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SC_BILL_BOM_V, object_name:MSC_SC_BILL_BOM_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SC_BILL_BOM_V ,
-
View: MSC_SC_BILL_BOM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SC_BILL_BOM_V, object_name:MSC_SC_BILL_BOM_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SC_BILL_BOM_V ,
-
Table: MSC_SYSTEM_ITEMS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SYSTEM_ITEMS, object_name:MSC_SYSTEM_ITEMS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MSC_SYSTEM_ITEMS stores the organization items defined at source applications. It also stores a copy of items planned by the planning process. Most of the columns in MSC_SYSTEM_ITEMS correspond to columns from the Oracle Inventory Item mast , implementation_dba_data: MSC.MSC_SYSTEM_ITEMS ,
-
Table: MSC_SYSTEM_ITEMS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SYSTEM_ITEMS, object_name:MSC_SYSTEM_ITEMS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MSC_SYSTEM_ITEMS stores the organization items defined at source applications. It also stores a copy of items planned by the planning process. Most of the columns in MSC_SYSTEM_ITEMS correspond to columns from the Oracle Inventory Item mast , implementation_dba_data: MSC.MSC_SYSTEM_ITEMS ,
-
Lookup Type: MSC_SNAPSHOT_DELETE_TASK
12.1.1
product: MSC - Advanced Supply Chain Planning , meaning: MSC_SNAPSHOT_DELETE_TASK ,
-
Lookup Type: MSC_SNAPSHOT_DELETE_TASK
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: MSC_SNAPSHOT_DELETE_TASK ,
-
View: MSC_ROUTING_OPERATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ROUTING_OPERATIONS_V, object_name:MSC_ROUTING_OPERATIONS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows all the operations in a routing , implementation_dba_data: APPS.MSC_ROUTING_OPERATIONS_V ,
-
View: OLD_SC_BILL_SF_V
12.2.2
product: MSC - Advanced Supply Chain Planning , implementation_dba_data: Not implemented in this database ,
-
View: MSC_SC_BILL_WU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SC_BILL_WU_V, object_name:MSC_SC_BILL_WU_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Supply chain bill where used view , implementation_dba_data: APPS.MSC_SC_BILL_WU_V ,
-
View: MSC_ROUTING_OPERATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ROUTING_OPERATIONS_V, object_name:MSC_ROUTING_OPERATIONS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows all the operations in a routing , implementation_dba_data: APPS.MSC_ROUTING_OPERATIONS_V ,
-
View: OLD_SC_BILL_SF_V
12.1.1
product: MSC - Advanced Supply Chain Planning , implementation_dba_data: Not implemented in this database ,
-
View: MSC_SC_BILL_WU_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SC_BILL_WU_V, object_name:MSC_SC_BILL_WU_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Supply chain bill where used view , implementation_dba_data: APPS.MSC_SC_BILL_WU_V ,
-
View: MSC_SC_BILL_SF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SC_BILL_SF_V, object_name:MSC_SC_BILL_SF_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Supply chain bill source from view , implementation_dba_data: APPS.MSC_SC_BILL_SF_V ,
-
View: OLD_SC_BILL_WU_V
12.1.1
product: MSC - Advanced Supply Chain Planning , implementation_dba_data: Not implemented in this database ,
-
View: OLD_SC_BILL_WU_V
12.2.2
product: MSC - Advanced Supply Chain Planning , implementation_dba_data: Not implemented in this database ,
-
View: MSC_SC_BILL_SF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SC_BILL_SF_V, object_name:MSC_SC_BILL_SF_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Supply chain bill source from view , implementation_dba_data: APPS.MSC_SC_BILL_SF_V ,
-
View: MSC_SEARCH_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SEARCH_ITEMS_V, object_name:MSC_SEARCH_ITEMS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this shows all the search criteria for items , implementation_dba_data: APPS.MSC_SEARCH_ITEMS_V ,
-
View: MSC_SEARCH_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SEARCH_ITEMS_V, object_name:MSC_SEARCH_ITEMS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this shows all the search criteria for items , implementation_dba_data: APPS.MSC_SEARCH_ITEMS_V ,
-
View: MSC_SEARCH_ORGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SEARCH_ORGS_V, object_name:MSC_SEARCH_ORGS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view shows all the search criteria for organizations , implementation_dba_data: APPS.MSC_SEARCH_ORGS_V ,
-
View: MSC_SEARCH_ORGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SEARCH_ORGS_V, object_name:MSC_SEARCH_ORGS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view shows all the search criteria for organizations , implementation_dba_data: APPS.MSC_SEARCH_ORGS_V ,