Search Results msc_routings
Overview
The MSC_ROUTINGS table is a core data repository within the Oracle E-Business Suite Advanced Supply Chain Planning (ASCP) module. It serves as the master table for storing routing definitions that are consumed by the planning engine. A routing defines the sequence of manufacturing operations, resources, and materials required to produce an assembly. Within the context of ASCP, this table holds the planning-specific snapshots and versions of routings sourced from the transactional manufacturing systems (e.g., Oracle Bills of Material). Its primary role is to provide the detailed process flow and resource constraints necessary for generating feasible, capacity-aware production plans and schedules.
Key Information Stored
The table's structure centers on uniquely identifying a routing and linking it to the relevant assembly and organizational context. The primary key is a composite of PLAN_ID, ROUTING_SEQUENCE_ID, and SR_INSTANCE_ID, which together ensure uniqueness for a specific routing within a given plan and source system instance. Critical columns include ASSEMBLY_ITEM_ID and ORGANIZATION_ID, which tie the routing to the specific item being built and the manufacturing facility where the operations occur. Other significant attributes often found in this table (implied by its relationships) include data for alternate routings, routing types, effectivity dates, and associated project and task identifiers for project manufacturing scenarios. The SR_INSTANCE_ID is crucial for multi-instance planning setups, denoting the source system from which the data originated.
Common Use Cases and Queries
This table is fundamental for capacity planning, production scheduling, and bottleneck analysis. Planners and analysts query it to understand the manufacturing steps planned for critical items. A common reporting use case is to list all active routings for a specific assembly item within a plan. A typical SQL pattern involves joining with the MSC_SYSTEM_ITEMS table to get item details:
- SELECT msr.assembly_item_id, msi.item_name, msr.routing_sequence_id, msr.organization_id FROM msc_routings msr, msc_system_items msi WHERE msr.plan_id = :p_plan_id AND msr.assembly_item_id = msi.inventory_item_id AND msr.organization_id = msi.organization_id AND msr.sr_instance_id = msi.sr_instance_id;
Another critical use case is investigating resource requirements by joining MSC_ROUTINGS to MSC_ROUTING_OPERATIONS and MSC_RESOURCE_REQUIREMENTS to analyze the load imposed by a planned order on specific work centers or resources.
Related Objects
MSC_ROUTINGS is a central hub in the ASCP data model with several key dependencies. As per the provided metadata, it has foreign key relationships to MSC_SYSTEM_ITEMS (for the assembly item), MSC_PROJECTS, and MSC_PROJECT_TASKS. Most importantly, it is the parent table for detailed routing data. MSC_ROUTING_OPERATIONS stores the individual operations within each routing, MSC_RESOURCE_REQUIREMENTS holds the resource consumption details for those operations, and MSC_PROCESS_EFFECTIVITY manages date-effective alternate process steps. Any analysis of manufacturing steps in a plan must traverse from MSC_ROUTINGS down through these child tables to build a complete picture of the production process.
-
Table: MSC_ROUTINGS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ROUTINGS, object_name:MSC_ROUTINGS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the different routings available for a bill of material. , implementation_dba_data: MSC.MSC_ROUTINGS ,
-
Table: MSC_ROUTINGS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ROUTINGS, object_name:MSC_ROUTINGS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the different routings available for a bill of material. , implementation_dba_data: MSC.MSC_ROUTINGS ,
-
Table: MSC_ST_ROUTINGS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_ROUTINGS, object_name:MSC_ST_ROUTINGS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: The staging table used by the collection program to validate and process data for table MSC_ROUTINGS. , implementation_dba_data: MSC.MSC_ST_ROUTINGS ,
-
Table: MSC_ST_ROUTINGS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_ROUTINGS, object_name:MSC_ST_ROUTINGS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: The staging table used by the collection program to validate and process data for table MSC_ROUTINGS. , implementation_dba_data: MSC.MSC_ST_ROUTINGS ,
-
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 ,
-
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_ROUTING_OPERATIONS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ROUTING_OPERATIONS, object_name:MSC_ROUTING_OPERATIONS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This tables stores the operations composing each routing. , implementation_dba_data: MSC.MSC_ROUTING_OPERATIONS ,
-
Table: MSC_ROUTING_OPERATIONS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ROUTING_OPERATIONS, object_name:MSC_ROUTING_OPERATIONS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This tables stores the operations composing each routing. , implementation_dba_data: MSC.MSC_ROUTING_OPERATIONS ,
-
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 ,
-
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 ,
-
Table: MSC_RESOURCE_REQUIREMENTS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_RESOURCE_REQUIREMENTS, object_name:MSC_RESOURCE_REQUIREMENTS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the resource requirments generated by existing supplies. , implementation_dba_data: MSC.MSC_RESOURCE_REQUIREMENTS ,
-
Table: MSC_RESOURCE_REQUIREMENTS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_RESOURCE_REQUIREMENTS, object_name:MSC_RESOURCE_REQUIREMENTS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the resource requirments generated by existing supplies. , implementation_dba_data: MSC.MSC_RESOURCE_REQUIREMENTS ,
-
Table: MSC_PROJECTS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_PROJECTS, object_name:MSC_PROJECTS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the manufacturing parameters for a given project and organization. , implementation_dba_data: MSC.MSC_PROJECTS ,
-
View: MSC_FLP_OP_ATP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_FLP_OP_ATP_V, object_name:MSC_FLP_OP_ATP_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_FLP_OP_ATP_V ,
-
View: MSC_FLP_OP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_FLP_OP_V, object_name:MSC_FLP_OP_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_FLP_OP_V ,
-
Table: MSC_PROJECT_TASKS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_PROJECT_TASKS, object_name:MSC_PROJECT_TASKS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the tasks maufacturing parameters. , implementation_dba_data: MSC.MSC_PROJECT_TASKS ,
-
Table: MSC_PROJECT_TASKS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_PROJECT_TASKS, object_name:MSC_PROJECT_TASKS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the tasks maufacturing parameters. , implementation_dba_data: MSC.MSC_PROJECT_TASKS ,
-
View: MSC_LINE_ITEMS_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_LINE_ITEMS_LOV_V, object_name:MSC_LINE_ITEMS_LOV_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_LINE_ITEMS_LOV_V ,
-
View: MSC_LINE_ITEMS_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_LINE_ITEMS_LOV_V, object_name:MSC_LINE_ITEMS_LOV_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_LINE_ITEMS_LOV_V ,
-
Table: MSC_PROJECTS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_PROJECTS, object_name:MSC_PROJECTS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the manufacturing parameters for a given project and organization. , implementation_dba_data: MSC.MSC_PROJECTS ,
-
View: MSC_FLP_OP_ATP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_FLP_OP_ATP_V, object_name:MSC_FLP_OP_ATP_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_FLP_OP_ATP_V ,
-
View: MSC_FLP_OP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_FLP_OP_V, object_name:MSC_FLP_OP_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_FLP_OP_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 ,
-
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_ACTION_ORDERS_TREE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ACTION_ORDERS_TREE_V, object_name:MSC_ACTION_ORDERS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Ths view shows the recommendations in the tree , implementation_dba_data: APPS.MSC_ACTION_ORDERS_TREE_V ,
-
View: MSC_ACTION_ORDERS_TREE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ACTION_ORDERS_TREE_V, object_name:MSC_ACTION_ORDERS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Ths view shows the recommendations in the tree , implementation_dba_data: APPS.MSC_ACTION_ORDERS_TREE_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 ,
-
View: MSC_RESOURCE_ITEMS_TREE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_RESOURCE_ITEMS_TREE_V, object_name:MSC_RESOURCE_ITEMS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_RESOURCE_ITEMS_TREE_V ,
-
Lookup Type: MSC_SNAPSHOT_DELETE_TASK
12.1.1
product: MSC - Advanced Supply Chain Planning , meaning: MSC_SNAPSHOT_DELETE_TASK ,
-
View: MSC_RESOURCE_ITEMS_TREE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_RESOURCE_ITEMS_TREE_V, object_name:MSC_RESOURCE_ITEMS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_RESOURCE_ITEMS_TREE_V ,
-
Lookup Type: MSC_SNAPSHOT_DELETE_TASK
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: MSC_SNAPSHOT_DELETE_TASK ,
-
View: MSC_RESOURCE_REQUIREMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_RESOURCE_REQUIREMENTS_V, object_name:MSC_RESOURCE_REQUIREMENTS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view shows all the resource requirements , implementation_dba_data: APPS.MSC_RESOURCE_REQUIREMENTS_V ,
-
View: MSC_RESOURCE_REQUIREMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_RESOURCE_REQUIREMENTS_V, object_name:MSC_RESOURCE_REQUIREMENTS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view shows all the resource requirements , implementation_dba_data: APPS.MSC_RESOURCE_REQUIREMENTS_V ,