Search Results msc_boms
Overview
The MSC_BOMS table is a core data repository within the Oracle E-Business Suite Advanced Supply Chain Planning (ASCP) module. It functions as the central planning engine's representation of Bills of Material (BOM) structures, which define the components required to manufacture an assembly. This table stores BOM data sourced and synchronized from the transactional manufacturing applications (such as Oracle Bills of Material) into the MSC planning schema. Its primary role is to provide the essential product structure relationships that the planning engine uses to perform multi-level material requirements planning, capacity planning, and what-if simulations. Without this accurate BOM data, the planning process cannot correctly explode demand through the supply chain to generate planned orders for components.
Key Information Stored
The table's structure is designed to uniquely identify a BOM within the context of a specific plan and source system instance. The primary key columns are PLAN_ID, SR_INSTANCE_ID, and BILL_SEQUENCE_ID. The PLAN_ID links the BOM to a specific planning run or scenario. The SR_INSTANCE_ID identifies the source application instance from which the BOM was collected. The BILL_SEQUENCE_ID is the unique identifier for the BOM itself. Other critical columns include ASSEMBLY_ITEM_ID and ORGANIZATION_ID, which together identify the item being built and the manufacturing organization where the BOM is defined. The table also typically holds metadata such as the BOM type, effectivity dates, and alternate designator, enabling the planning engine to select the correct BOM version for a given time period and planning context.
Common Use Cases and Queries
A primary use case is analyzing BOM structures within a specific plan to understand sourcing or component usage. For instance, a planner may need to identify all assemblies that use a specific component item that is facing a supply shortage. A common reporting query involves joining MSC_BOMS with the MSC_SYSTEM_ITEMS table to resolve item identifiers into names and descriptions.
- Sample Query: Find Assemblies in a Plan
SELECT msib.assembly_item_id, msi.item_name, msib.organization_id
FROM msc_boms msib, msc_system_items msi
WHERE msib.plan_id = 1001
AND msib.assembly_item_id = msi.inventory_item_id
AND msib.organization_id = msi.organization_id
AND msib.sr_instance_id = msi.sr_instance_id
AND msib.plan_id = msi.plan_id; - Data Validation: Queries are often used to verify BOM data collection from source instances by checking counts or effectivity dates against the source transactional tables.
- Impact Analysis: Before deleting or modifying a plan, analysts query dependencies in MSC_BOMS to understand the scope of affected data.
Related Objects
As indicated by the foreign key relationships, MSC_BOMS is a foundational parent table within the planning data model. Its most direct child is the MSC_BOM_COMPONENTS table, which holds the detailed list of component items, quantities, and operations for each BOM header defined in MSC_BOMS. It is also linked to MSC_PROCESS_EFFECTIVITY, which manages date-effective changes to BOMs. The table has a critical foreign key relationship to MSC_SYSTEM_ITEMS on the ASSEMBLY_ITEM_ID, PLAN_ID, SR_INSTANCE_ID, and ORGANIZATION_ID columns, ensuring that every BOM references a valid item master record within the plan. These relationships enforce data integrity and enable the cascading explosion of demand through the multi-level BOM structure during the planning run.
-
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 ,
-
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_ST_BOMS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_BOMS, object_name:MSC_ST_BOMS, 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_BOMS. , implementation_dba_data: MSC.MSC_ST_BOMS ,
-
Table: MSC_ST_BOMS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_BOMS, object_name:MSC_ST_BOMS, 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_BOMS. , implementation_dba_data: MSC.MSC_ST_BOMS ,
-
Table: MSC_PROCESS_EFFECTIVITY
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_PROCESS_EFFECTIVITY, object_name:MSC_PROCESS_EFFECTIVITY, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores links between the bill of material and routings and store effectivities for this process. , implementation_dba_data: MSC.MSC_PROCESS_EFFECTIVITY ,
-
Table: MSC_PROCESS_EFFECTIVITY
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_PROCESS_EFFECTIVITY, object_name:MSC_PROCESS_EFFECTIVITY, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores links between the bill of material and routings and store effectivities for this process. , implementation_dba_data: MSC.MSC_PROCESS_EFFECTIVITY ,
-
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 ,
-
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 ,
-
View: MSC_PROCESS_EFFECTIVITY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PROCESS_EFFECTIVITY_V, object_name:MSC_PROCESS_EFFECTIVITY_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PROCESS_EFFECTIVITY_V ,
-
View: MSC_PROCESS_EFFECTIVITY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PROCESS_EFFECTIVITY_V, object_name:MSC_PROCESS_EFFECTIVITY_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PROCESS_EFFECTIVITY_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 ,
-
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 ,
-
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_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: OLD_SC_BILL_SF_V
12.1.1
product: MSC - Advanced Supply Chain Planning , implementation_dba_data: Not implemented in this database ,
-
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_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: 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: 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 ,