Search Results msd_demand_plans_v
Overview
The APPS.MSD_DEMAND_PLANS_V view is a Demand Planning (MSD) dictionary object in Oracle E-Business Suite 12.1.1 and 12.2.2. It exposes Demand Plan Definitions together with their Express Setup information, providing a consolidated, ready-to-query interface for reporting and integration. Rather than joining the demand plan master and the Express setup table manually, consumers can query a single view that already resolves the plan metadata, the associated Express configuration, and the descriptive meanings for several coded columns. The view is owned by the APPS schema and holds VALID status in ETRM. It is a read-only construct and exposes no DML.
Underlying Base Objects
The view is defined over two documented base objects: the MSD_DEMAND_PLANS_VL view (the base for demand plan definitions) and the FND_PROFILE package, invoked for the currency profile value. The full view text additionally joins MSD_DEMAND_PLANS (MDP), MSD_DP_EXPRESS_SETUP (MES), MSC_CATEGORY_SETS (MCS), and FND_LOOKUP_VALUES_VL (FLV2, FLV3). The driving table is MSD_DEMAND_PLANS, joined to MSD_DP_EXPRESS_SETUP on DEMAND_PLAN_ID. Lookups resolve LOWEST_PERIOD_TYPE against lookup type MSD_PERIOD_TYPE and VALID_FLAG against MSD_DEMAND_PLAN_VALID_STATUS. The category set name is an outer join, as is the valid-flag decode.
Key Columns
- DEMAND_PLAN_ID, DEMAND_PLAN_NAME, DESCRIPTION — the plan definition identifiers and descriptive text.
- ORGANIZATION_ID, SR_INSTANCE_ID — the operating unit and source instance context.
- CALENDAR_TYPE, CALENDAR_CODE, PERIOD_SET_NAME, BASE_UOM — planning calendar and unit-of-measure configuration.
- CODE_LOCATION, SHARED_DB_LOCATION, SHARED_DB_PREFIX, EXPRESS_MACHINE_PORT, OWA_VIRTUAL_PATH_NAME, EAD_NAME, EXPRESS_CONNECT_STRING, SETUP1–SETUP5 — the Express Setup attributes sourced from MSD_DP_EXPRESS_SETUP (MES); CODE_LOCATION identifies the deployed code/Express location and is the column most commonly searched for.
- LOWEST_PERIOD_TYPE, VALID_FLAG, VALID_FLAG_DESC — decoded via FND lookups for readable values.
- AVERAGE_DISCOUNT, AMT_THRESHOLD, AMT_DECIMAL_PLACES, ROUNDOFF_THREASHOLD, ROUNDOFF_DECIMAL_PLACES — numeric planning parameters.
- DP_BUILD_REFRESH_NUM, G/M/F/C_MIN_TIM_LVL_ID — build/refresh and minimum time-level controls.
- LAST_UPDATE_DATE, CREATED_BY, REQUEST_ID, PROGRAM_ID — standard WHO/concurrent audit columns.
Common Use Cases and Queries
Typical uses include validating Express configuration across organizations, auditing plan definitions, and driving downstream integrations that must resolve CODE_LOCATION or the connect string. A representative query:
- SELECT DEMAND_PLAN_NAME, ORGANIZATION_ID, CODE_LOCATION, SHARED_DB_LOCATION, EXPRESS_CONNECT_STRING, VALID_FLAG_DESC FROM APPS.MSD_DEMAND_PLANS_V WHERE VALID_FLAG_DESC = 'Valid';
- SELECT DEMAND_PLAN_NAME, BASE_UOM, LOWEST_PERIOD_TYPE, CATEGORY_SET_NAME FROM APPS.MSD_DEMAND_PLANS_V ORDER BY DEMAND_PLAN_NAME;
- SELECT ORGANIZATION_ID, CODE_LOCATION, EAD_NAME, OWA_VIRTUAL_PATH_NAME FROM APPS.MSD_DEMAND_PLANS_V WHERE CODE_LOCATION IS NOT NULL;
Because the view aggregates lookup and Express data, filters should be applied on the exposed decoded columns rather than re-joining the base tables. Access is governed by the APPS schema grants in effect for the calling responsibility.
-
View: MSD_DEMAND_PLANS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DEMAND_PLANS_V, object_name:MSD_DEMAND_PLANS_V, status:VALID, product: MSD - Demand Planning , description: This view provides the Demand Plan Definitions and its Express Setup Information. , implementation_dba_data: APPS.MSD_DEMAND_PLANS_V ,
-
View: MSD_DEMAND_PLANS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DEMAND_PLANS_V, object_name:MSD_DEMAND_PLANS_V, status:VALID, product: MSD - Demand Planning , description: This view provides the Demand Plan Definitions and its Express Setup Information. , implementation_dba_data: APPS.MSD_DEMAND_PLANS_V ,
-
VIEW: APPS.MSD_DP_USERS_V
12.2.2
-
VIEW: APPS.MSD_DP_USERS_V
12.1.1
-
APPS.MSD_SOP SQL Statements
12.1.1
-
APPS.MSD_SOP SQL Statements
12.2.2
-
APPS.MSD_WF SQL Statements
12.1.1
-
APPS.MSD_WF SQL Statements
12.2.2
-
PACKAGE BODY: APPS.MSDWF
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSDWF, status:VALID,
-
PACKAGE BODY: APPS.MSD_WF
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSD_WF, status:VALID,
-
APPS.MSDWF SQL Statements
12.1.1
-
PACKAGE BODY: APPS.ODP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ODP, status:VALID,
-
APPS.MSDWF SQL Statements
12.2.2
-
PACKAGE BODY: APPS.MSDWF
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSDWF, status:VALID,
-
PACKAGE BODY: APPS.MSD_WF
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSD_WF, status:VALID,
-
PACKAGE BODY: APPS.ODP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ODP, status:VALID,
-
APPS.ODP SQL Statements
12.1.1
-
APPS.ODP SQL Statements
12.2.2
-
PACKAGE BODY: APPS.MSD_SOP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSD_SOP, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.MSD_SOP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSD_SOP, status:VALID,
-
View: MSD_DP_USERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_USERS_V, object_name:MSD_DP_USERS_V, status:VALID, product: MSD - Demand Planning , description: This view Specifies the various Users who have access to the Demand Plan. , implementation_dba_data: APPS.MSD_DP_USERS_V ,
-
View: MSD_DP_USERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_USERS_V, object_name:MSD_DP_USERS_V, status:VALID, product: MSD - Demand Planning , description: This view Specifies the various Users who have access to the Demand Plan. , implementation_dba_data: APPS.MSD_DP_USERS_V ,
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.MSD_SOP
12.2.2
-
VIEW: APPS.MSD_DP_USERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_USERS_V, object_name:MSD_DP_USERS_V, status:VALID,
-
VIEW: APPS.MSD_DP_USERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_USERS_V, object_name:MSD_DP_USERS_V, status:VALID,
-
PACKAGE BODY: APPS.MSD_SOP
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.ODP
12.1.1
-
VIEW: APPS.MSD_DEMAND_PLANS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DEMAND_PLANS_V, object_name:MSD_DEMAND_PLANS_V, status:VALID,
-
PACKAGE BODY: APPS.ODP
12.2.2
-
VIEW: APPS.MSD_DEMAND_PLANS_VL
12.1.1
owner:APPS, object_type:VIEW, object_name:MSD_DEMAND_PLANS_VL, status:VALID,
-
VIEW: APPS.MSD_DEMAND_PLANS_VL
12.2.2
owner:APPS, object_type:VIEW, object_name:MSD_DEMAND_PLANS_VL, status:VALID,
-
VIEW: APPS.MSD_DEMAND_PLANS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DEMAND_PLANS_V, object_name:MSD_DEMAND_PLANS_V, status:VALID,
-
PACKAGE BODY: APPS.MSDWF
12.1.1
-
PACKAGE BODY: APPS.MSDWF
12.2.2
-
PACKAGE BODY: APPS.MSD_DPE
12.1.1
-
PACKAGE BODY: APPS.MSD_DPE
12.2.2
-
APPS.MSD_SOP dependencies on MSD_DEMAND_PLANS_V
12.1.1
-
APPS.MSDWF dependencies on MSD_DEMAND_PLANS_V
12.2.2
-
APPS.MSDWF dependencies on MSD_DEMAND_PLANS_V
12.1.1
-
PACKAGE BODY: APPS.MSD_WF
12.1.1
-
APPS.ODP dependencies on MSD_DEMAND_PLANS_V
12.1.1
-
APPS.MSD_WF dependencies on MSD_DEMAND_PLANS_V
12.1.1
-
APPS.ODP dependencies on MSD_DEMAND_PLANS_V
12.2.2
-
APPS.MSD_SOP dependencies on MSD_DEMAND_PLANS_V
12.2.2
-
APPS.MSD_WF dependencies on MSD_DEMAND_PLANS_V
12.2.2
-
PACKAGE BODY: APPS.MSD_WF
12.2.2