Search Results msc_plans
Overview
The MSC_PLANS table is a core master data table within the Oracle Advanced Supply Chain Planning (ASCP) and Oracle Supply Chain Planning modules of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It serves as the central repository for defining and storing the metadata for every planning run or scenario. Each record in this table represents a distinct plan, which is a fundamental entity used to execute, manage, and analyze supply chain planning outputs. The table holds the plan's name, critical configuration settings, and its operational status, acting as the primary reference point for all subsequent planning data and transactions associated with that specific plan instance.
Key Information Stored
The table's primary key is the PLAN_ID, a unique system-generated identifier for each plan. While the provided metadata does not list all columns, based on its central role, the table typically stores essential attributes such as the PLAN_NAME, COMPILE_DESIGNATOR, PLAN_TYPE (e.g., ASCP, DRP), and status flags indicating whether the plan is active or frozen. It also contains foreign key relationships that link the plan to its configuration. Notably, the metadata confirms the presence of an ASSIGNMENT_SET_ID (linking to MSC_ASSIGNMENT_SETS) which defines sourcing and assignment rules, and an ORGANIZATION_ID (linking to HZ_PARTIES) which identifies the owning or master planning organization.
Common Use Cases and Queries
This table is fundamental for administrative queries, data validation, and integration reporting. Common use cases include listing all available plans for a user interface, validating a plan's existence before launching a data snapshot or plan run, and generating reports on plan usage. A typical query retrieves basic plan information for a specific plan name or type.
SELECT plan_id, plan_name, compile_designator, organization_id FROM msc_plans WHERE plan_type = 'ASCP' AND NVL(disable_date, SYSDATE+1) > SYSDATE ORDER BY creation_date DESC;
Another critical use is to join with child tables, such as MSC_PLAN_ORGANIZATIONS, to retrieve the full list of organizations included in a specific plan's scope.
Related Objects
As the central planning entity, MSC_PLANS has numerous dependent objects. The provided metadata specifies several foreign key relationships. It is referenced as a parent table by key transactional and setup tables, including:
MSC_FILES: Stores output and log files generated by the plan.MSC_PLAN_ORGANIZATIONS: Defines which organizations are part of the plan's scope.MSC_SNAPSHOT_TASKS: Tracks the status of data collection (snapshot) processes for the plan.MSC_SUP_DEM_ENTRIES: Stores the core planned supply and demand entries generated by the plan run.
MSC_ASSIGNMENT_SETS and HZ_PARTIES as foreign key parents. This network of relationships underscores the table's pivotal role in the planning data model.
-
Table: MSC_PLANS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_PLANS, object_name:MSC_PLANS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores different plans, with their names, and settings in the Oracle Advanced Planning and Scheduling(APS) and Oracle Supply Chain Hub products. , implementation_dba_data: MSC.MSC_PLANS ,
-
Table: MSC_PLANS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_PLANS, object_name:MSC_PLANS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores different plans, with their names, and settings in the Oracle Advanced Planning and Scheduling(APS) and Oracle Supply Chain Hub products. , implementation_dba_data: MSC.MSC_PLANS ,
-
View: MSC_PDR_PLAN_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PDR_PLAN_DETAILS_V, object_name:MSC_PDR_PLAN_DETAILS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PDR_PLAN_DETAILS_V ,
-
View: MSC_PDR_PLAN_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PDR_PLAN_DETAILS_V, object_name:MSC_PDR_PLAN_DETAILS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PDR_PLAN_DETAILS_V ,
-
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 ,
-
View: MSC_PLANS_TREE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PLANS_TREE_V, object_name:MSC_PLANS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PLANS_TREE_V ,
-
View: MSC_PLANS_TREE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PLANS_TREE_V, object_name:MSC_PLANS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PLANS_TREE_V ,
-
View: MSC_CONSTRAINED_FORECAST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_CONSTRAINED_FORECAST_V, object_name:MSC_CONSTRAINED_FORECAST_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_CONSTRAINED_FORECAST_V ,
-
View: MSC_CONSTRAINED_FORECAST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_CONSTRAINED_FORECAST_V, object_name:MSC_CONSTRAINED_FORECAST_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_CONSTRAINED_FORECAST_V ,
-
Table: MSC_FILES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_FILES, object_name:MSC_FILES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: File names used by the planner , implementation_dba_data: MSC.MSC_FILES ,
-
View: MSC_PLAN_SCHEDULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PLAN_SCHEDULES_V, object_name:MSC_PLAN_SCHEDULES_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Supply/Demand Schedule information for planner. , implementation_dba_data: APPS.MSC_PLAN_SCHEDULES_V ,
-
View: MSC_PLAN_SCHEDULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PLAN_SCHEDULES_V, object_name:MSC_PLAN_SCHEDULES_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Supply/Demand Schedule information for planner. , implementation_dba_data: APPS.MSC_PLAN_SCHEDULES_V ,
-
Table: MSC_FILES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_FILES, object_name:MSC_FILES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: File names used by the planner , implementation_dba_data: MSC.MSC_FILES ,
-
Lookup Type: MSC_OTHER_TABLE
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: MSC_OTHER_TABLE , description: MSC_OTHER_TABLE ,
-
Table: MSC_SUP_DEM_ENTRIES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SUP_DEM_ENTRIES, object_name:MSC_SUP_DEM_ENTRIES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table holds transaction data for Oracle Collaborative planning. , implementation_dba_data: MSC.MSC_SUP_DEM_ENTRIES ,
-
Lookup Type: MSC_OTHER_TABLE
12.1.1
product: MSC - Advanced Supply Chain Planning , meaning: MSC_OTHER_TABLE , description: MSC_OTHER_TABLE ,
-
Table: MSC_SUP_DEM_ENTRIES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SUP_DEM_ENTRIES, object_name:MSC_SUP_DEM_ENTRIES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table holds transaction data for Oracle Collaborative planning. , implementation_dba_data: MSC.MSC_SUP_DEM_ENTRIES ,
-
Table: MSC_SNAPSHOT_TASKS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SNAPSHOT_TASKS, object_name:MSC_SNAPSHOT_TASKS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Tasks to be performed by Snapshot Workers , implementation_dba_data: MSC.MSC_SNAPSHOT_TASKS ,
-
View: MSC_CATEGORIES_TREE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_CATEGORIES_TREE_V, object_name:MSC_CATEGORIES_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows all the categories in the tree , implementation_dba_data: APPS.MSC_CATEGORIES_TREE_V ,
-
Table: MSC_SNAPSHOT_TASKS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SNAPSHOT_TASKS, object_name:MSC_SNAPSHOT_TASKS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Tasks to be performed by Snapshot Workers , implementation_dba_data: MSC.MSC_SNAPSHOT_TASKS ,
-
Table: MSC_ASSIGNMENT_SETS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ASSIGNMENT_SETS, object_name:MSC_ASSIGNMENT_SETS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the assignment of sourcing rules (or bills of distribution) to item, organization, category, or at the global level. , implementation_dba_data: MSC.MSC_ASSIGNMENT_SETS ,
-
View: MSC_CATEGORIES_TREE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_CATEGORIES_TREE_V, object_name:MSC_CATEGORIES_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows all the categories in the tree , implementation_dba_data: APPS.MSC_CATEGORIES_TREE_V ,
-
Table: MSC_ASSIGNMENT_SETS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ASSIGNMENT_SETS, object_name:MSC_ASSIGNMENT_SETS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the assignment of sourcing rules (or bills of distribution) to item, organization, category, or at the global level. , implementation_dba_data: MSC.MSC_ASSIGNMENT_SETS ,
-
View: MSC_NET_PLANS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_NET_PLANS_V, object_name:MSC_NET_PLANS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: to display the plan LOV in the from plan of Plan Comparison Reports , implementation_dba_data: APPS.MSC_NET_PLANS_V ,
-
View: MSC_NET_PLANS_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_NET_PLANS_V2, object_name:MSC_NET_PLANS_V2, status:VALID, product: MSC - Advanced Supply Chain Planning , description: To display the plan LOV in the to plan of Plan Comparison Reports , implementation_dba_data: APPS.MSC_NET_PLANS_V2 ,
-
View: MSC_NET_PLANS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_NET_PLANS_V, object_name:MSC_NET_PLANS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: to display the plan LOV in the from plan of Plan Comparison Reports , implementation_dba_data: APPS.MSC_NET_PLANS_V ,
-
View: MSC_NET_PLANS_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_NET_PLANS_V2, object_name:MSC_NET_PLANS_V2, status:VALID, product: MSC - Advanced Supply Chain Planning , description: To display the plan LOV in the to plan of Plan Comparison Reports , implementation_dba_data: APPS.MSC_NET_PLANS_V2 ,
-
View: MSC_PLAN_ORGANIZATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PLAN_ORGANIZATIONS_V, object_name:MSC_PLAN_ORGANIZATIONS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MPS/MRP/DRP plan organizations view , implementation_dba_data: APPS.MSC_PLAN_ORGANIZATIONS_V ,
-
View: MSC_SUB_INVENTORIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUB_INVENTORIES_V, object_name:MSC_SUB_INVENTORIES_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SUB_INVENTORIES_V ,
-
View: MSC_PLAN_ORGANIZATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PLAN_ORGANIZATIONS_V, object_name:MSC_PLAN_ORGANIZATIONS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MPS/MRP/DRP plan organizations view , implementation_dba_data: APPS.MSC_PLAN_ORGANIZATIONS_V ,
-
Table: MSC_PLAN_ORGANIZATIONS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_PLAN_ORGANIZATIONS, object_name:MSC_PLAN_ORGANIZATIONS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the parameters relative to organizations that participate to the plan in Oracle Advanced Planning and Scheduling (APS). This table also contains the different companies which are collaborating in a supply or demand plan in , implementation_dba_data: MSC.MSC_PLAN_ORGANIZATIONS ,
-
View: MSC_SUB_INVENTORIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SUB_INVENTORIES_V, object_name:MSC_SUB_INVENTORIES_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_SUB_INVENTORIES_V ,
-
Table: MSC_PLAN_ORGANIZATIONS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_PLAN_ORGANIZATIONS, object_name:MSC_PLAN_ORGANIZATIONS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the parameters relative to organizations that participate to the plan in Oracle Advanced Planning and Scheduling (APS). This table also contains the different companies which are collaborating in a supply or demand plan in , implementation_dba_data: MSC.MSC_PLAN_ORGANIZATIONS ,
-
View: MSC_PLAN_ORGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PLAN_ORGS_V, object_name:MSC_PLAN_ORGS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PLAN_ORGS_V ,
-
View: MSC_PLAN_ORGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PLAN_ORGS_V, object_name:MSC_PLAN_ORGS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PLAN_ORGS_V ,
-
View: MSC_PDR_LATE_ORDER_EXC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PDR_LATE_ORDER_EXC_V, object_name:MSC_PDR_LATE_ORDER_EXC_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PDR_LATE_ORDER_EXC_V ,
-
View: MSC_ITEM_SOURCING_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_SOURCING_V, object_name:MSC_ITEM_SOURCING_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_ITEM_SOURCING_V ,
-
View: MSC_ITEM_SOURCING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_SOURCING_V, object_name:MSC_ITEM_SOURCING_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_ITEM_SOURCING_V ,
-
View: MSC_NET_HZ_GRAPH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_NET_HZ_GRAPH_V, object_name:MSC_NET_HZ_GRAPH_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_NET_HZ_GRAPH_V ,
-
View: MSC_PDR_LATE_ORDER_EXC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PDR_LATE_ORDER_EXC_V, object_name:MSC_PDR_LATE_ORDER_EXC_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PDR_LATE_ORDER_EXC_V ,
-
View: MSC_PDR_MAT_RES_EXC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PDR_MAT_RES_EXC_V, object_name:MSC_PDR_MAT_RES_EXC_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PDR_MAT_RES_EXC_V ,
-
View: MSC_PDR_MAT_RES_EXC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PDR_MAT_RES_EXC_V, object_name:MSC_PDR_MAT_RES_EXC_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PDR_MAT_RES_EXC_V ,
-
View: MSC_ITEM_EXCEPTION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_EXCEPTION_V, object_name:MSC_ITEM_EXCEPTION_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view picks up all the item exceptions , implementation_dba_data: APPS.MSC_ITEM_EXCEPTION_V ,
-
View: MSC_NET_HZ_GRAPH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_NET_HZ_GRAPH_V, object_name:MSC_NET_HZ_GRAPH_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_NET_HZ_GRAPH_V ,
-
View: MSC_ITEM_EXCEPTION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_EXCEPTION_V, object_name:MSC_ITEM_EXCEPTION_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view picks up all the item exceptions , implementation_dba_data: APPS.MSC_ITEM_EXCEPTION_V ,
-
View: MSC_ACTIONS_TREE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ACTIONS_TREE_V, object_name:MSC_ACTIONS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows all the exceptions in the tree , implementation_dba_data: APPS.MSC_ACTIONS_TREE_V ,
-
View: MSC_ACTIONS_TREE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ACTIONS_TREE_V, object_name:MSC_ACTIONS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows all the exceptions in the tree , implementation_dba_data: APPS.MSC_ACTIONS_TREE_V ,
-
View: MSC_SYSTEM_ITEMS_SC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SYSTEM_ITEMS_SC_V, object_name:MSC_SYSTEM_ITEMS_SC_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows all the items , implementation_dba_data: APPS.MSC_SYSTEM_ITEMS_SC_V ,
-
View: MSC_SYSTEM_ITEMS_SC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_SYSTEM_ITEMS_SC_V, object_name:MSC_SYSTEM_ITEMS_SC_V, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This view shows all the items , implementation_dba_data: APPS.MSC_SYSTEM_ITEMS_SC_V ,