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 ,
-
APPS.MSC_WS_COMMON dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_EXCEPTION_PKG dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_GET_GANTT_DATA dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_SET_DEMAND_PRIORITY dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_DEMAND_PKG dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_VERTICAL_PLAN_SC dependencies on MSC_PLANS
12.1.1
-
APPS.MSD_LIABILITY dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_ATP_REQ dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_SELECT_ALL_FOR_RELEASE_PUB dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_ACTIONS dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_WS_IO dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_ANALYSIS_SAFETY_STOCK_PERF dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_HORIZONTAL_PLAN_SC dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_ITEM_PKG dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_SCE_PUB_SUPPLY_COMMIT_PKG dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_PQ_UTILS dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_GET_BIS_VALUES dependencies on MSC_PLANS
12.1.1
-
APPS.MSD_DEM_COMMON_UTILITIES dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_AATP_PVT dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_GANTT_UTILS dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_SUPPLY_PKG dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_SDA_PKG dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_WS_SNO dependencies on MSC_PLANS
12.2.2
-
APPS.MSD_DEM_SOP dependencies on MSC_PLANS
12.1.1
-
APPS.GMP_PLNG_DTL_REPORT_PKG dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_CL_COLLECTION dependencies on MSC_PLANS
12.2.2
-
APPS.MSC_ATP_PUB dependencies on MSC_PLANS
12.2.2
-
APPS.MSC_AATP_PVT dependencies on MSC_PLANS
12.2.2
-
APPS.MSC_WS_PLAN_MANAGEMENT dependencies on MSC_PLANS
12.2.2
-
APPS.MSC_ANALYSIS_BUDGET dependencies on MSC_PLANS
12.2.2
-
APPS.MSC_ATP_PVT dependencies on MSC_PLANS
12.2.2
-
APPS.MSC_ATP_REQ dependencies on MSC_PLANS
12.2.2
-
APPS.GMP_DESPATCH_LOAD_RPT_PKG dependencies on MSC_PLANS
12.2.2
-
APPS.MSC_ATP_EXCEPTIONS dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_ATP_DB_UTILS dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_ATP_DRP dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_REL_WF dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_VERTICAL_PLAN_SC dependencies on MSC_PLANS
12.2.2
-
APPS.MSD_COMMON_UTILITIES dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_UPDATE_PLAN_OPTIONS_PK dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_PHUB_UTIL dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_DRP_HORI_PLAN dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_ANALYSIS_BUDGET dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_ATP_SUBST dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_WS_OTM_BPEL dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_PHUB_PKG dependencies on MSC_PLANS
12.1.1
-
APPS.MSC_MANAGE_PLAN_PARTITIONS dependencies on MSC_PLANS
12.2.2
-
APPS.MSC_SNAPSHOT_PK dependencies on MSC_PLANS
12.2.2