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 ,
-
View: MSC_PLAN_SCHED_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PLAN_SCHED_V, object_name:MSC_PLAN_SCHED_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PLAN_SCHED_V ,
-
View: MSC_PLAN_SCHED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PLAN_SCHED_V, object_name:MSC_PLAN_SCHED_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PLAN_SCHED_V ,
-
Lookup Type: MSC_OTHER_TABLE
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: MSC_OTHER_TABLE , description: MSC_OTHER_TABLE ,
-
Table: MSC_PLAN_ORG_STATUS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_PLAN_ORG_STATUS, object_name:MSC_PLAN_ORG_STATUS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Maintains the history of statuses of collaborating organizations in a plan. , implementation_dba_data: MSC.MSC_PLAN_ORG_STATUS ,
-
Table: MSC_PLAN_ORG_STATUS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_PLAN_ORG_STATUS, object_name:MSC_PLAN_ORG_STATUS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Maintains the history of statuses of collaborating organizations in a plan. , implementation_dba_data: MSC.MSC_PLAN_ORG_STATUS ,
-
Table: MSC_PLAN_BUCKETS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_PLAN_BUCKETS, object_name:MSC_PLAN_BUCKETS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores bucket dates for Planner Workbench Horizontal Plan. , implementation_dba_data: MSC.MSC_PLAN_BUCKETS ,
-
Table: MSC_PLAN_BUCKETS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_PLAN_BUCKETS, object_name:MSC_PLAN_BUCKETS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores bucket dates for Planner Workbench Horizontal Plan. , implementation_dba_data: MSC.MSC_PLAN_BUCKETS ,
-
Lookup Type: MSC_OTHER_TABLE
12.1.1
product: MSC - Advanced Supply Chain Planning , meaning: MSC_OTHER_TABLE , description: MSC_OTHER_TABLE ,
-
Table: MSC_PLAN_ORG_KPIS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_PLAN_ORG_KPIS, object_name:MSC_PLAN_ORG_KPIS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Maintains the key performance indicators and thresholds for plans created on Oracle Supply Chain Hub. , implementation_dba_data: MSC.MSC_PLAN_ORG_KPIS ,
-
Table: MSC_BILL_OF_RESOURCES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_BILL_OF_RESOURCES, object_name:MSC_BILL_OF_RESOURCES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the set of resources required in an organization. , implementation_dba_data: MSC.MSC_BILL_OF_RESOURCES ,
-
Table: MSC_PLAN_ORG_KPIS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_PLAN_ORG_KPIS, object_name:MSC_PLAN_ORG_KPIS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Maintains the key performance indicators and thresholds for plans created on Oracle Supply Chain Hub. , implementation_dba_data: MSC.MSC_PLAN_ORG_KPIS ,
-
Table: MSC_BILL_OF_RESOURCES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_BILL_OF_RESOURCES, object_name:MSC_BILL_OF_RESOURCES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the set of resources required in an organization. , implementation_dba_data: MSC.MSC_BILL_OF_RESOURCES ,
-
Table: MSC_PARAMETERS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_PARAMETERS, object_name:MSC_PARAMETERS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores information about how the planning process works for a given organization. Each organization will have an entry in MSC_PARAMETERS if it is using planning. , implementation_dba_data: MSC.MSC_PARAMETERS ,
-
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_SUB_INVENTORIES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SUB_INVENTORIES, object_name:MSC_SUB_INVENTORIES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MSC_SUB_INVENTORIES stores information about the netting type of eachsubinventory defined in Oracle Inventory. Each subinventory will havean entry in MSC_SUB_INVENTORIES and NETTING_TYPE will indicate whetheror not that subinventory should , implementation_dba_data: MSC.MSC_SUB_INVENTORIES ,
-
Table: MSC_PARAMETERS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_PARAMETERS, object_name:MSC_PARAMETERS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores information about how the planning process works for a given organization. Each organization will have an entry in MSC_PARAMETERS if it is using planning. , implementation_dba_data: MSC.MSC_PARAMETERS ,
-
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_SUB_INVENTORIES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SUB_INVENTORIES, object_name:MSC_SUB_INVENTORIES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MSC_SUB_INVENTORIES stores information about the netting type of eachsubinventory defined in Oracle Inventory. Each subinventory will havean entry in MSC_SUB_INVENTORIES and NETTING_TYPE will indicate whetheror not that subinventory should , implementation_dba_data: MSC.MSC_SUB_INVENTORIES ,
-
Table: MSC_PLAN_SCHEDULES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_PLAN_SCHEDULES, object_name:MSC_PLAN_SCHEDULES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores master production schedules and master demand schedules for the planning process in an organization. This table is also used to store the input production schedule namefor In line vehicle sequencing (ILVS) on Oracle Supply , implementation_dba_data: MSC.MSC_PLAN_SCHEDULES ,
-
Table: MSC_DEPARTMENT_RESOURCES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_DEPARTMENT_RESOURCES, object_name:MSC_DEPARTMENT_RESOURCES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the resources available for planning. , implementation_dba_data: MSC.MSC_DEPARTMENT_RESOURCES ,
-
Table: MSC_PLAN_SCHEDULES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_PLAN_SCHEDULES, object_name:MSC_PLAN_SCHEDULES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores master production schedules and master demand schedules for the planning process in an organization. This table is also used to store the input production schedule namefor In line vehicle sequencing (ILVS) on Oracle Supply , implementation_dba_data: MSC.MSC_PLAN_SCHEDULES ,
-
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 ,
-
View: MSC_ORGS_TREE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ORGS_TREE_V, object_name:MSC_ORGS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_ORGS_TREE_V ,
-
Table: MSC_DEPARTMENT_RESOURCES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_DEPARTMENT_RESOURCES, object_name:MSC_DEPARTMENT_RESOURCES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the resources available for planning. , implementation_dba_data: MSC.MSC_DEPARTMENT_RESOURCES ,
-
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 ,
-
View: MSC_ORGS_TREE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ORGS_TREE_V, object_name:MSC_ORGS_TREE_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_ORGS_TREE_V ,
-
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_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_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_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 ,
-
Table: MSC_SYSTEM_ITEMS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SYSTEM_ITEMS, object_name:MSC_SYSTEM_ITEMS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MSC_SYSTEM_ITEMS stores the organization items defined at source applications. It also stores a copy of items planned by the planning process. Most of the columns in MSC_SYSTEM_ITEMS correspond to columns from the Oracle Inventory Item mast , implementation_dba_data: MSC.MSC_SYSTEM_ITEMS ,
-
Table: MSC_SYSTEM_ITEMS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SYSTEM_ITEMS, object_name:MSC_SYSTEM_ITEMS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MSC_SYSTEM_ITEMS stores the organization items defined at source applications. It also stores a copy of items planned by the planning process. Most of the columns in MSC_SYSTEM_ITEMS correspond to columns from the Oracle Inventory Item mast , implementation_dba_data: MSC.MSC_SYSTEM_ITEMS ,
-
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 ,
-
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 ,