Search Results msc_plan_organizations
Overview
The MSC_PLAN_ORGANIZATIONS table is a core data repository within the Oracle E-Business Suite Advanced Supply Chain Planning (ASCP) module. It functions as the master definition table for all organizations included in a specific supply or demand plan. Its primary role is to store the operational parameters and configuration settings that govern how each participating organization—which can represent internal business units, manufacturing plants, or external collaborating companies—is processed during a planning run. The table is fundamental to the multi-organization and collaborative planning capabilities of Oracle APS, establishing the critical link between a plan definition (MSC_PLANS) and the specific organizational entities involved.
Key Information Stored
The table's structure is anchored by a three-column composite primary key: PLAN_ID, SR_INSTANCE_ID, and ORGANIZATION_ID. This key uniquely identifies a single organization's participation in a specific plan instance. The SR_INSTANCE_ID (Source Instance ID) typically references the instance from which the organization data was sourced, often corresponding to an Oracle Applications installation. While the provided metadata does not list all columns, the table is known to store various planning parameters for each organization, such as planning time fences, sourcing assignment defaults, and consumption preferences. The foreign key relationships confirm it holds the master list of organizations against which detailed planning data—like items, bills of resources, and schedules—is stored in child tables.
Common Use Cases and Queries
This table is central to setup, reporting, and data validation for planning cycles. A common use case is generating a list of all organizations included in an active plan for audit or setup verification. Developers and analysts frequently query this table to understand the scope of a plan or to troubleshoot data issues by checking for missing organizational assignments. A typical reporting query would join MSC_PLAN_ORGANIZATIONS with MSC_PLANS and the Oracle Inventory organization definitions (HR_ORGANIZATION_UNITS or ORG_ORGANIZATION_DEFINITIONS) to produce a readable plan roster.
- Sample Query:
SELECT mp.plan_name, hou.name organization_name, mpo.sr_instance_id FROM msc_plan_organizations mpo, msc_plans mp, hr_organization_units hou WHERE mpo.plan_id = mp.plan_id AND mpo.organization_id = hou.organization_id AND mp.plan_id = :p_plan_id ORDER BY hou.name;
Related Objects
As indicated by its extensive foreign key relationships, MSC_PLAN_ORGANIZATIONS is a parent table to numerous critical planning detail tables. It has a direct foreign key relationship to MSC_PLANS. Key child tables that reference its primary key include MSC_SYSTEM_ITEMS (planned items), MSC_PLAN_SCHEDULES (output schedules), MSC_BILL_OF_RESOURCES, and MSC_DEPARTMENT_RESOURCES (capacity data). It is also referenced by supporting tables such as MSC_PLAN_BUCKETS, MSC_SUB_INVENTORIES, MSC_PROJECTS, and MSC_PLAN_ORG_STATUS. This network of relationships underscores its role as the foundational organizational anchor for the entire planning data model in the MSC schema.
-
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 ,
-
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 ,
-
APPS.MSC_POST_PRO dependencies on MSC_PLAN_ORGANIZATIONS
12.2.2
-
APPS.MSD_ASCP_FLOW dependencies on MSC_PLAN_ORGANIZATIONS
12.1.1
-
APPS.MSC_EXCHANGE_BUCKETING dependencies on MSC_PLAN_ORGANIZATIONS
12.2.2
-
APPS.MSC_PUBLISH_SAFETY_STOCK_PKG dependencies on MSC_PLAN_ORGANIZATIONS
12.2.2
-
APPS.MSC_LAUNCH_PLAN_PK dependencies on MSC_PLAN_ORGANIZATIONS
12.2.2
-
APPS.MSC_GANTT_UTILS dependencies on MSC_PLAN_ORGANIZATIONS
12.2.2
-
APPS.MSC_ANALYSIS_SAFETY_STOCK dependencies on MSC_PLAN_ORGANIZATIONS
12.1.1
-
APPS.MSC_PHUB_EXCESS_PKG dependencies on MSC_PLAN_ORGANIZATIONS
12.2.2
-
APPS.MSC_GLOBAL_FORECASTING dependencies on MSC_PLAN_ORGANIZATIONS
12.1.1
-
APPS.GMP_PLNG_DTL_REPORT_PKG dependencies on MSC_PLAN_ORGANIZATIONS
12.2.2
-
APPS.MSC_SCE_PUBLISH_PKG dependencies on MSC_PLAN_ORGANIZATIONS
12.1.1
-
APPS.MSC_ANALYSIS_BUDGET dependencies on MSC_PLAN_ORGANIZATIONS
12.1.1
-
APPS.MSC_REL_WF dependencies on MSC_PLAN_ORGANIZATIONS
12.2.2
-
APPS.MSD_SALES_OPERATION_PLAN dependencies on MSC_PLAN_ORGANIZATIONS
12.1.1
-
APPS.MSC_WS_APS_DATA_SERVICES dependencies on MSC_PLAN_ORGANIZATIONS
12.1.1
-
APPS.MSC_REL_WF dependencies on MSC_PLAN_ORGANIZATIONS
12.1.1
-
APPS.MSC_PLAN_RELEASE dependencies on MSC_PLAN_ORGANIZATIONS
12.2.2
-
APPS.MSC_ATP_DRP dependencies on MSC_PLAN_ORGANIZATIONS
12.2.2
-
APPS.MSC_PHUB_PKG dependencies on MSC_PLAN_ORGANIZATIONS
12.2.2
-
APPS.MSC_NETCHANGE_PKG dependencies on MSC_PLAN_ORGANIZATIONS
12.2.2
-
APPS.MSC_EXP_WF dependencies on MSC_PLAN_ORGANIZATIONS
12.2.2
-
APPS.MSC_M2A_PUSH dependencies on MSC_PLAN_ORGANIZATIONS
12.2.2
-
APPS.MSD_SALES_OPERATION_PLAN dependencies on MSC_PLAN_ORGANIZATIONS
12.2.2
-
APPS.MSC_GANTT_UTILS dependencies on MSC_PLAN_ORGANIZATIONS
12.1.1
-
APPS.MSC_SCE_PUB_SUPPLY_COMMIT_PKG dependencies on MSC_PLAN_ORGANIZATIONS
12.1.1
-
APPS.MSC_ACTIONS dependencies on MSC_PLAN_ORGANIZATIONS
12.1.1
-
APPS.MSC_WS_SNO_PUBLISH dependencies on MSC_PLAN_ORGANIZATIONS
12.1.1
-
APPS.MSC_X_WFNOTIFY_PKG dependencies on MSC_PLAN_ORGANIZATIONS
12.1.1
-
APPS.MSD_ASCP_FLOW dependencies on MSC_PLAN_ORGANIZATIONS
12.2.2
-
APPS.MSC_RP_PUB dependencies on MSC_PLAN_ORGANIZATIONS
12.2.2
-
APPS.MSC_WS_APS_DATA_SERVICES dependencies on MSC_PLAN_ORGANIZATIONS
12.2.2
-
APPS.MSC_SCE_PUB_SUPPLY_COMMIT_PKG dependencies on MSC_PLAN_ORGANIZATIONS
12.2.2
-
APPS.MSC_ACTIONS dependencies on MSC_PLAN_ORGANIZATIONS
12.2.2
-
APPS.MSC_RP_RELEASE_PUB dependencies on MSC_PLAN_ORGANIZATIONS
12.2.2
-
APPS.MSC_NETCHANGE_PKG dependencies on MSC_PLAN_ORGANIZATIONS
12.1.1
-
APPS.MSC_POST_PRO dependencies on MSC_PLAN_ORGANIZATIONS
12.1.1
-
APPS.MSC_M2A_PUSH dependencies on MSC_PLAN_ORGANIZATIONS
12.1.1
-
APPS.MSC_EXCHANGE_BUCKETING dependencies on MSC_PLAN_ORGANIZATIONS
12.1.1
-
APPS.MSC_WS_COMMON dependencies on MSC_PLAN_ORGANIZATIONS
12.1.1
-
APPS.MSC_ATP_DRP dependencies on MSC_PLAN_ORGANIZATIONS
12.1.1
-
APPS.MSC_EXP_WF dependencies on MSC_PLAN_ORGANIZATIONS
12.1.1
-
APPS.MSC_GET_BIS_VALUES dependencies on MSC_PLAN_ORGANIZATIONS
12.2.2
-
APPS.MSC_WS_COMMON dependencies on MSC_PLAN_ORGANIZATIONS
12.2.2
-
APPS.MSC_SCE_PUBLISH_PKG dependencies on MSC_PLAN_ORGANIZATIONS
12.2.2
-
APPS.MSC_ANALYSIS_SAFETY_STOCK_PERF dependencies on MSC_PLAN_ORGANIZATIONS
12.2.2
-
APPS.MSC_ANALYSIS_BUDGET dependencies on MSC_PLAN_ORGANIZATIONS
12.2.2
-
APPS.MSC_GANTT_PKG dependencies on MSC_PLAN_ORGANIZATIONS
12.2.2
-
APPS.MSC_ATP_24X7 dependencies on MSC_PLAN_ORGANIZATIONS
12.2.2