Search Results msc_plan_organizations_v
Overview
MSC_PLAN_ORGANIZATIONS_V is a read-only view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It belongs to the MSC product family — Advanced Supply Chain Planning — and is described in ETRM documentation as the "MPS/MRP/DRP plan organizations view." Its purpose is to present the association between a planning plan definition (held in MSC_PLANS) and each organization participating in that plan (held in MSC_PLAN_ORGANIZATIONS). The view resolves organization-level planning attributes and falls back to plan-level defaults where an organization-specific override does not exist, using NVL expressions throughout the SELECT list.
In reporting and integration terms, the view functions as a denormalized bridge between the multi-org and planning schemas. Because Advanced Supply Chain Planning operates across a set of source organizations that may span multiple source instances, this view is the standard access point for determining, per plan and per organization, the effective scheduling, netting, safety stock, WIP, purchasing, and simulation settings in force at planning time.
Underlying Base Objects
The documented metadata identifies two referenced base objects, both accessed through synonyms:
- MSC_PLANS (SYNONYM) — the plan definition table. Its aliased columns (PLANS.PLAN_ID, PLANS.ORGANIZATION_ID, PLANS.COMPILE_DESIGNATOR, PLANS.CURR_* columns, PLANS.PLAN_START_DATE, PLANS.PLAN_COMPLETION_DATE, PLANS.ORGANIZATION_SELECTION) supply the plan header and current-run attributes.
- MSC_PLAN_ORGANIZATIONS (SYNONYM) — the plan-to-organization association table. Aliased as MPO, it supplies ORGANIZATION_ID, SR_INSTANCE_ID, and the organization-level override flags.
The view joins the two on MPO.PLAN_ID = PLANS.PLAN_ID. Every record returned therefore represents one organization within one plan. Where MPO carries a value, it takes precedence; otherwise the corresponding CURR_ column from MSC_PLANS is used, and in some cases a hard-coded default of 1 or 4 is applied.
Key Columns
The view exposes twenty-eight columns. Among the most significant are:
- PLAN_ID and ORGANIZATION_ID — the composite identity of a plan-organization row.
- CURR_SCHEDULE_TYPE — the current scheduling type in effect for the plan/organization. This is the column associated with the search term "curr_schedule_type" and denotes whether scheduling is treated as repetitive or discrete.
- OPERATION_SCHEDULE_TYPE — derived from PLANS.CURR_OPERATION_SCHEDULE_TYPE, controlling how operation scheduling is interpreted.
- PLAN_TYPE — the plan classification (MPS, MRP, or DRP).
- NET_RESERVATIONS, PLAN_SAFETY_STOCK, NET_WIP, NET_PURCHASING — netting behavior flags, each resolved as NVL(MPO value, PLANS.CURR_ value).
- SIMULATION_SET, BILL_OF_RESOURCE, RESERVATION_LEVEL — simulation and BOM/reservation-level settings; RESERVATION_LEVEL defaults to 4 when null.
- INCLUDE_SALESORDER — sourced directly from MPO, indicating whether sales orders are included in the plan for that organization.
- ORGANIZATION_SELECTION — defaults to 1 when null.
- PLAN_START_DATE / PLAN_COMPLETION_DATE — the plan run window.
Common Use Cases and Queries
The view is commonly used to report which organizations are covered by a plan and what effective planning parameters apply to each, and to drive integration extracts into downstream planning or APS systems. A typical query follows:
SELECT plan_id, organization_id, curr_schedule_type, plan_type, net_wip, net_purchasing FROM msc_plan_organizations_v WHERE plan_id = :p_plan_id;— retrieves the scheduling type and netting settings for every organization in a given plan.SELECT organization_id, curr_schedule_type FROM msc_plan_organizations_v WHERE plan_id = :p_plan_id AND curr_schedule_type = 'R';— isolates organizations operating under repetitive scheduling.SELECT DISTINCT plan_id, compile_designator FROM msc_plan_organizations_v WHERE organization_id = :p_org_id;— identifies all plans containing a specific organization.
Queries should normally be filtered by PLAN_ID or ORGANIZATION_ID, as the view can return a large row set across all plans and organizations. Because the view is read-only and owned by APPS, access is typically granted through the standard MSC responsibility or via a reporting user with SELECT privilege on the APPS synonym.
-
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: APPS.MSC_PUSH_PLANNERS_V
12.1.1
-
VIEW: APPS.MSC_PUSH_CATEGORY_V
12.1.1
-
VIEW: APPS.MSC_PUSH_CATEGORY_V
12.2.2
-
VIEW: APPS.MSC_PUSH_PLANNERS_V
12.2.2
-
VIEW: APPS.MSC_PUSH_ITEM_V
12.1.1
-
VIEW: APPS.MSC_PUSH_ITEM_V
12.2.2
-
VIEW: APPS.MSC_ITEM_TASK_SR_LEVELS_V
12.1.1
-
View: MSC_ITEM_TASK_SR_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_TASK_SR_LEVELS_V, object_name:MSC_ITEM_TASK_SR_LEVELS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_ITEM_TASK_SR_LEVELS_V ,
-
View: MSC_ITEM_TASK_SR_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_TASK_SR_LEVELS_V, object_name:MSC_ITEM_TASK_SR_LEVELS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_ITEM_TASK_SR_LEVELS_V ,
-
VIEW: APPS.MSC_ITEM_FCST_BOD_SR_LEVELS_V
12.2.2
-
VIEW: APPS.MSC_BOD_TASK_SR_LEVELS_V
12.2.2
-
View: MSC_BOD_TASK_SR_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_BOD_TASK_SR_LEVELS_V, object_name:MSC_BOD_TASK_SR_LEVELS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_BOD_TASK_SR_LEVELS_V ,
-
VIEW: APPS.MSC_ITEM_SO_SR_LEVELS_V
12.1.1
-
VIEW: APPS.MSC_ITEM_SO_SR_LEVELS_V
12.2.2
-
VIEW: APPS.MSC_ITEM_TASK_SR_LEVELS_V
12.2.2
-
VIEW: APPS.MSC_ITEM_FCST_BOD_SR_LEVELS_V
12.1.1
-
VIEW: APPS.MSC_BOD_TASK_SR_LEVELS_V
12.1.1
-
View: MSC_BOD_TASK_SR_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_BOD_TASK_SR_LEVELS_V, object_name:MSC_BOD_TASK_SR_LEVELS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_BOD_TASK_SR_LEVELS_V ,
-
VIEW: APPS.MSC_BOD_SO_SR_LEVELS_V
12.2.2
-
VIEW: APPS.MSC_BOD_SO_SR_LEVELS_V
12.1.1
-
PACKAGE BODY: APPS.MSC_WS_ASCP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_WS_ASCP, status:VALID,
-
PACKAGE BODY: APPS.MSC_WS_ASCP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_WS_ASCP, status:VALID,
-
PACKAGE BODY: APPS.MSC_SCE_PUBLISH_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_SCE_PUBLISH_PKG, status:VALID,
-
PACKAGE BODY: APPS.MSC_SNAPSHOT_PK
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_SNAPSHOT_PK, status:VALID,
-
PACKAGE BODY: APPS.MSC_REL_PS_PLAN_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_REL_PS_PLAN_PUB, status:VALID,
-
PACKAGE BODY: APPS.MSC_WS_IO
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_WS_IO, status:VALID,
-
PACKAGE BODY: APPS.MSC_WS_IO
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_WS_IO, status:VALID,
-
PACKAGE BODY: APPS.MSC_WS_DRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_WS_DRP, status:VALID,
-
VIEW: APPS.MSC_PUSH_PLANNERS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:MSC_PUSH_PLANNERS_V, status:VALID,
-
PACKAGE BODY: APPS.MSC_SNAPSHOT_PK
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_SNAPSHOT_PK, status:VALID,
-
PACKAGE BODY: APPS.MSC_REL_PS_PLAN_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_REL_PS_PLAN_PUB, status:VALID,
-
PACKAGE BODY: APPS.MSC_WS_COMMON
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_WS_COMMON, status:VALID,
-
PACKAGE BODY: APPS.MSC_WS_SRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_WS_SRP, status:VALID,
-
PACKAGE BODY: APPS.MSC_WS_DRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_WS_DRP, status:VALID,
-
PACKAGE BODY: APPS.MSC_WS_COMMON
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_WS_COMMON, status:VALID,
-
PACKAGE BODY: APPS.MSC_WS_SRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_WS_SRP, status:VALID,
-
VIEW: APPS.MSC_PUSH_PLANNERS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:MSC_PUSH_PLANNERS_V, status:VALID,
-
VIEW: APPS.MSC_PUSH_ITEM_V
12.2.2
owner:APPS, object_type:VIEW, object_name:MSC_PUSH_ITEM_V, status:VALID,
-
PACKAGE BODY: APPS.MSC_RELEASE_PK
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_RELEASE_PK, status:VALID,
-
VIEW: APPS.MSC_PUSH_CATEGORY_V
12.1.1
owner:APPS, object_type:VIEW, object_name:MSC_PUSH_CATEGORY_V, status:VALID,
-
PACKAGE BODY: APPS.MSC_PUBLISH_SAFETY_STOCK_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_PUBLISH_SAFETY_STOCK_PKG, status:VALID,
-
PACKAGE BODY: APPS.MSC_PUBLISH_SAFETY_STOCK_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_PUBLISH_SAFETY_STOCK_PKG, status:VALID,
-
PACKAGE BODY: APPS.MSC_REL_PLAN_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_REL_PLAN_PUB, status:VALID,
-
VIEW: APPS.MSC_PUSH_CATEGORY_V
12.2.2
owner:APPS, object_type:VIEW, object_name:MSC_PUSH_CATEGORY_V, status:VALID,
-
VIEW: APPS.MSC_PUSH_ITEM_V
12.1.1
owner:APPS, object_type:VIEW, object_name:MSC_PUSH_ITEM_V, status:VALID,
-
PACKAGE BODY: APPS.MSC_RELEASE_PK
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_RELEASE_PK, status:VALID,
-
PACKAGE BODY: APPS.MSC_SCE_PUBLISH_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_SCE_PUBLISH_PKG, status:VALID,
-
PACKAGE BODY: APPS.MSC_REL_PLAN_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_REL_PLAN_PUB, status:VALID,