Search Results msc_plans
The MSC_PLANS
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical repository for storing master production and distribution planning data within the Advanced Supply Chain Planning (ASCP) module. This table serves as the foundation for planning engine operations, capturing metadata, execution parameters, and output results for supply chain optimization. Below is a detailed technical summary of its structure, purpose, and integration within Oracle EBS.
Purpose and Functional Context
TheMSC_PLANS
table acts as the central repository for all planning definitions and executions in ASCP. It stores high-level plan attributes, including plan names, descriptions, ownership, and statuses. Each record represents a unique planning scenario, enabling organizations to model different supply chain strategies (e.g., constrained vs. unconstrained plans, multi-organization plans). The table is tightly integrated with Oracle's planning engine, feeding data to downstream processes like MRP, DRP, and global order promising.
Key Columns and Data Structure
- PLAN_ID: Primary key, uniquely identifying each plan.
- PLAN_NAME: User-defined name for the plan (e.g., "Global_Constrained_Plan_Q4").
- ORGANIZATION_ID: References
HR_ORGANIZATION_UNITS
to associate plans with specific inventory organizations. - PLAN_TYPE: Numeric flag indicating plan methodology (1=ASCP, 2=DRP, 3=MPS).
- STATUS: Execution state (e.g., 1=Not Started, 2=In Progress, 3=Complete).
- LAST_UPDATE_DATE: Timestamp for SCD2 tracking, critical for audit trails.
- CUTOFF_DATE: Horizon limit for plan calculations.
- COMPILE_DESIGNATOR: Links to BOM and routing versions via
BOM_COMPONENTS
. - SR_INSTANCE_ID: References concurrent request IDs in
FND_CONCURRENT_REQUESTS
.
Integration with Other Modules
The table has foreign key relationships with:MSC_PLAN_ORGANIZATIONS
: Defines scope of organizations included in each plan.MSC_PLAN_BUCKETS
: Stores time-phased planning buckets.MSC_SUPPLIES
andMSC_DEMANDS
: Contain plan output details.
MTL_SYSTEM_ITEMS
), Order Management (OE_ORDER_HEADERS
), and Manufacturing (BOM_BILL_OF_MATERIALS
) via shared keys.
Technical Considerations
- Indexing: Heavily indexed on
PLAN_ID
,ORGANIZATION_ID
, andSR_INSTANCE_ID
for join performance. - Partitioning: In EBS 12.2.2, supports range partitioning by
LAST_UPDATE_DATE
for large implementations. - API Interactions: Primarily accessed via MSC_APIs (e.g.,
MSC_PLAN_PUB
) rather than direct DML. - Performance Impact: Table growth requires monitoring; Oracle recommends purging obsolete plans via
MSC_PLAN_PURGE
package.
Version-Specific Enhancements
In EBS 12.2.2, notable additions include:- Extended Unicode support for
PLAN_DESCRIPTION
. - New
CLOUD_SYNC_FLAG
column for hybrid cloud integrations. - Enhanced constraints to enforce referential integrity with
FND_USER
forCREATED_BY
fields.
Business Process Implications
The table enables:- Multi-scenario analysis through parallel plan versions.
- Audit trails for regulatory compliance (SOX, GxP).
- Integration with Oracle Demantra for demand-driven planning.
MSC_PLANS
is the architectural cornerstone of Oracle ASCP, providing the metadata framework that drives supply chain optimization. Its design reflects Oracle's hierarchical data model, balancing flexibility with referential integrity to support complex, multi-enterprise planning scenarios.
-
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 ,
-
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 ,
-
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.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_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_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.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 ,
-
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 ,
-
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 ,
-
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.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 ,
-
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 ,
-
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.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 ,
-
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 ,
-
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.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 ,
-
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 ,
-
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.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_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 ,
-
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.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.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_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_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_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_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_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 ,