Search Results msc_supplies
Overview
The MSC_SUPPLIES 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 all supply records generated for a specific planning run. Supplies represent the available or planned quantities of items that fulfill demands within a supply chain plan. These records can originate from various sources, including purchase orders, work orders, planned orders created by the planning engine itself, and on-hand inventory. The table's primary role is to act as the central supply-side dataset for the planning engine's calculations, pegging logic, and subsequent reporting, making it fundamental to the planning and fulfillment processes in Oracle EBS 12.1.1 and 12.2.2.
Key Information Stored
The table captures comprehensive metadata for each supply transaction. Its primary key uniquely identifies a record through the combination of PLAN_ID, SR_INSTANCE_ID, and TRANSACTION_ID. Essential columns include identifiers for the specific plan (PLAN_ID), the source instance (SR_INSTANCE_ID), and the item (INVENTORY_ITEM_ID, ORGANIZATION_ID). Critical supply attributes stored are the transaction type (e.g., planned order, purchase order), quantity (NEW_ORDER_QUANTITY), and key dates such as the NEW_SCHEDULE_DATE (the date the supply is available) and the ORDER_DATE. The table also supports Project Manufacturing through columns like PROJECT_ID and TASK_ID, and tracks disposition relationships via the DISPOSITION_ID, which links supplies to specific demands.
Common Use Cases and Queries
A primary use case is analyzing the output of a planning run to review planned order suggestions. Developers and planners frequently query this table to generate supply vs. demand reports, trace pegging, and validate plan feasibility. Common SQL patterns involve joining to MSC_SYSTEM_ITEMS for item details and filtering by plan and organization. For example, to list all planned order supplies for a specific item in a plan:
- SELECT ms.supply_id, ms.transaction_id, ms.new_order_quantity, ms.new_schedule_date, msi.item_name FROM msc_supplies ms, msc_system_items msi WHERE ms.plan_id = 123 AND ms.inventory_item_id = msi.inventory_item_id AND ms.organization_id = msi.organization_id AND ms.sr_instance_id = msi.sr_instance_id AND ms.plan_id = msi.plan_id AND ms.transaction_type_name = 'Planned Order' ORDER BY ms.new_schedule_date;
Another critical scenario is investigating the pegging network by joining MSC_SUPPLIES to MSC_DEMANDS via the DISPOSITION_ID or to MSC_FULL_PEGGING via TRANSACTION_ID.
Related Objects
MSC_SUPPLIES maintains integral relationships with numerous other planning tables, as documented by its foreign keys. Key related objects include:
- MSC_SYSTEM_ITEMS: Joined via INVENTORY_ITEM_ID, PLAN_ID, SR_INSTANCE_ID, and ORGANIZATION_ID to retrieve item master attributes.
- MSC_DEMANDS: Linked via PLAN_ID and DISPOSITION_ID to identify the specific demand a supply is allocated to fulfill.
- MSC_FULL_PEGGING: Joined on PLAN_ID and TRANSACTION_ID for detailed pegging analysis across multiple levels of the supply chain.
- MSC_RESOURCE_REQUIREMENTS: Related via PLAN_ID and SUPPLY_ID to assess capacity consumption for manufacturing supplies.
- MSC_PROJECTS & MSC_PROJECT_TASKS: Joined via PROJECT_ID and TASK_ID (and their implementation counterparts) for project-specific supply tracking.
- MSC_DESIGNATORS: Joined via SCHEDULE_DESIGNATOR_ID to link to specific schedule versions.
-
Table: MSC_SUPPLIES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SUPPLIES, object_name:MSC_SUPPLIES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table lists all the supplies for this plan. The supplies created by the planning process are added to this table. , implementation_dba_data: MSC.MSC_SUPPLIES ,
-
Table: MSC_SUPPLIES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SUPPLIES, object_name:MSC_SUPPLIES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table lists all the supplies for this plan. The supplies created by the planning process are added to this table. , implementation_dba_data: MSC.MSC_SUPPLIES ,
-
Lookup Type: MSC_TEMP_PARTITIONS
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: MSC_TEMP_PARTITIONS , description: Temp partitions used during collections ,
-
Lookup Type: MSC_TEMP_PARTITIONS
12.1.1
product: MSC - Advanced Supply Chain Planning , meaning: MSC_TEMP_PARTITIONS , description: Temp partitions used during collections ,
-
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 ,
-
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 ,
-
Table: MSC_DEMANDS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_DEMANDS, object_name:MSC_DEMANDS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores all the demands taken into account for planning. Disposition_id would be a foreign key to MSC_SUPPLIES for dependent demands. For independent demands, disposition_id holds MRP_SCHEDULE_DATES.MPS_TRANSACTION_ID. , implementation_dba_data: MSC.MSC_DEMANDS ,
-
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 ,
-
Table: MSC_DEMANDS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_DEMANDS, object_name:MSC_DEMANDS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores all the demands taken into account for planning. Disposition_id would be a foreign key to MSC_SUPPLIES for dependent demands. For independent demands, disposition_id holds MRP_SCHEDULE_DATES.MPS_TRANSACTION_ID. , implementation_dba_data: MSC.MSC_DEMANDS ,
-
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_TEMP_ALLOC_SUPPLIES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_TEMP_ALLOC_SUPPLIES, object_name:MSC_TEMP_ALLOC_SUPPLIES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Child table to MSC_SUPPLIES storing pre-allocated supplies. Used during ATP post plan processing , implementation_dba_data: MSC.MSC_TEMP_ALLOC_SUPPLIES ,
-
Table: MSC_TEMP_ALLOC_SUPPLIES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_TEMP_ALLOC_SUPPLIES, object_name:MSC_TEMP_ALLOC_SUPPLIES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Child table to MSC_SUPPLIES storing pre-allocated supplies. Used during ATP post plan processing , implementation_dba_data: MSC.MSC_TEMP_ALLOC_SUPPLIES ,
-
View: MSC_PROJECT_ITEMS_TREE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PROJECT_ITEMS_TREE_V, object_name:MSC_PROJECT_ITEMS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view shows all the project items in the tree , implementation_dba_data: APPS.MSC_PROJECT_ITEMS_TREE_V ,
-
Table: MSC_ST_SUPPLIES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_SUPPLIES, object_name:MSC_ST_SUPPLIES, 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_SUPPLIES. , implementation_dba_data: MSC.MSC_ST_SUPPLIES ,
-
Table: MSC_ST_SUPPLIES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_SUPPLIES, object_name:MSC_ST_SUPPLIES, 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_SUPPLIES. , implementation_dba_data: MSC.MSC_ST_SUPPLIES ,
-
View: MSC_PUBLISH_ITEMS_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PUBLISH_ITEMS_LOV_V, object_name:MSC_PUBLISH_ITEMS_LOV_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PUBLISH_ITEMS_LOV_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 ,
-
View: MSC_PUBLISH_ITEMS_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PUBLISH_ITEMS_LOV_V, object_name:MSC_PUBLISH_ITEMS_LOV_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PUBLISH_ITEMS_LOV_V ,
-
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 ,
-
View: MSC_PROJECT_ITEMS_TREE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PROJECT_ITEMS_TREE_V, object_name:MSC_PROJECT_ITEMS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: this view shows all the project items in the tree , implementation_dba_data: APPS.MSC_PROJECT_ITEMS_TREE_V ,
-
Lookup Type: MSC_SNAPSHOT_DELETE_TASK
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: MSC_SNAPSHOT_DELETE_TASK ,
-
Table: MSC_DESIGNATORS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_DESIGNATORS, object_name:MSC_DESIGNATORS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores MPS and MDS schedule names defined at source applications and planning server. MPS_RELIEF indicates whether or not the Planning Manager should consume this master demand or master production schedule..INVENTORY_ATP_FLAG in , implementation_dba_data: MSC.MSC_DESIGNATORS ,
-
View: MSC_PROJECTS_TREE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PROJECTS_TREE_V, object_name:MSC_PROJECTS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows all the projects in a plan in the tree , implementation_dba_data: APPS.MSC_PROJECTS_TREE_V ,
-
View: MSC_PROJECTS_TREE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PROJECTS_TREE_V, object_name:MSC_PROJECTS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows all the projects in a plan in the tree , implementation_dba_data: APPS.MSC_PROJECTS_TREE_V ,
-
Table: MSC_DESIGNATORS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_DESIGNATORS, object_name:MSC_DESIGNATORS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores MPS and MDS schedule names defined at source applications and planning server. MPS_RELIEF indicates whether or not the Planning Manager should consume this master demand or master production schedule..INVENTORY_ATP_FLAG in , implementation_dba_data: MSC.MSC_DESIGNATORS ,
-
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_FULL_PEGGING
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_FULL_PEGGING, object_name:MSC_FULL_PEGGING, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table represents the pegging from supply to demands. , implementation_dba_data: MSC.MSC_FULL_PEGGING ,
-
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_FULL_PEGGING
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_FULL_PEGGING, object_name:MSC_FULL_PEGGING, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table represents the pegging from supply to demands. , implementation_dba_data: MSC.MSC_FULL_PEGGING ,
-
View: MSC_CRITICAL_PATHS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_CRITICAL_PATHS_V, object_name:MSC_CRITICAL_PATHS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_CRITICAL_PATHS_V ,
-
View: MSC_FLP_SUPPLY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_FLP_SUPPLY_V, object_name:MSC_FLP_SUPPLY_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: View of supply information , implementation_dba_data: APPS.MSC_FLP_SUPPLY_V ,
-
View: MSC_SUPPLY_PEGGING_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUPPLY_PEGGING_V, object_name:MSC_SUPPLY_PEGGING_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Supply pegging , implementation_dba_data: APPS.MSC_SUPPLY_PEGGING_V ,
-
View: MSC_CRITICAL_PATHS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_CRITICAL_PATHS_V, object_name:MSC_CRITICAL_PATHS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_CRITICAL_PATHS_V ,
-
View: MSC_X_SUPPLY_DEMAND_V
12.2.2
product: MSC - Advanced Supply Chain Planning , implementation_dba_data: Not implemented in this database ,
-
View: MSC_SUPPLY_PEGGING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUPPLY_PEGGING_V, object_name:MSC_SUPPLY_PEGGING_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Supply pegging , implementation_dba_data: APPS.MSC_SUPPLY_PEGGING_V ,
-
View: MSC_FLP_SUPPLY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_FLP_SUPPLY_V, object_name:MSC_FLP_SUPPLY_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: View of supply information , implementation_dba_data: APPS.MSC_FLP_SUPPLY_V ,
-
View: MSC_X_SUPPLY_DEMAND_V
12.1.1
product: MSC - Advanced Supply Chain Planning , implementation_dba_data: Not implemented in this database ,
-
View: MSC_FLP_SUPPLY_ATP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_FLP_SUPPLY_ATP_V, object_name:MSC_FLP_SUPPLY_ATP_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: View of supply information , implementation_dba_data: APPS.MSC_FLP_SUPPLY_ATP_V ,
-
View: MSC_FLP_SUPPLY_ATP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_FLP_SUPPLY_ATP_V, object_name:MSC_FLP_SUPPLY_ATP_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: View of supply information , implementation_dba_data: APPS.MSC_FLP_SUPPLY_ATP_V ,
-
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_RESOURCES_TREE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_RESOURCES_TREE_V, object_name:MSC_RESOURCES_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows all the resources in the tree , implementation_dba_data: APPS.MSC_RESOURCES_TREE_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_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 ,
-
View: MSC_PO_RESCHEDULE_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PO_RESCHEDULE_DETAILS_V, object_name:MSC_PO_RESCHEDULE_DETAILS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view contains the line information of a rescheduled purchase order. This view is used in XML-outbound. , implementation_dba_data: APPS.MSC_PO_RESCHEDULE_DETAILS_V ,
-
View: MSC_PO_RESCHEDULE_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PO_RESCHEDULE_DETAILS_V, object_name:MSC_PO_RESCHEDULE_DETAILS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view contains the line information of a rescheduled purchase order. This view is used in XML-outbound. , implementation_dba_data: APPS.MSC_PO_RESCHEDULE_DETAILS_V ,
-
View: MSC_RESOURCES_TREE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_RESOURCES_TREE_V, object_name:MSC_RESOURCES_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows all the resources in the tree , implementation_dba_data: APPS.MSC_RESOURCES_TREE_V ,
-
View: MSC_MONTHLY_SUPPLY_DEMAND_V
12.1.1
product: MSC - Advanced Supply Chain Planning , implementation_dba_data: Not implemented in this database ,