Search Results msd_dp_parameters_cs_v
Overview
MSD_DP_PARAMETERS_CS_V is a read-only view owned by the APPS schema in Oracle E-Business Suite, belonging to the MSD (Demand Planning) product family within the Advanced Planning Command Center / Demand Management module. The view consolidates the input parameters that govern a Demand Plan, exposing both the configured parameter definitions and their human-readable decoded meanings. In EBS 12.1.1 and 12.2.2, this object serves as a reporting and integration layer over the raw planning setup tables, allowing reports, concurrent programs, and external extracts to retrieve Demand Plan parameters without manually joining the numerous lookup and definition tables that underlie the model.
The view's stated purpose in the ETRM metadata is to "provide Demand Plans Input Parameters." It therefore acts as a single denormalized source for the parameter set (forecast date, quantity, and amount measures, forecast type, fact type, scenarios, and rolling-cycle behavior) associated with each Demand Plan.
Underlying Base Objects
The view is defined over the following APPS objects:
- MSD_DP_PARAMETERS (synonym over the base parameter table) — the driving table, aliased MPR, supplying DEMAND_PLAN_ID, PARAMETER_ID, dates, and measure references.
- MSD_DEMAND_PLANS (synonym, aliased MDP and MDP2) — supplies the DEMAND_PLAN_NAME for both the current plan and the referenced input plan.
- MSD_DP_SCENARIOS (synonym, aliased MDSV2) — supplies SCENARIO_NAME for the input scenario.
- MSD_CS_DEFINITIONS_VL (view, aliased CSD) — supplies parameter-type definitions, measurement type, and the multiple-stream and system flags; joined on NAME = PARAMETER_TYPE.
- MSD_CS_CLMN_IDENTIFIERS_VL (view, aliased MCID, MCID2, MCID3) — outer-joined to translate the forecast-date, quantity, and amount measure columns into descriptive identifiers.
- FND_LOOKUP_VALUES_VL (view, aliased FLV7, FLV8) — outer-joined to decode FORECAST_USED and FACT_TYPE against the MSD_FORECAST_TYPE and MSD_FACT_TYPE lookup types.
- MSD_CS_DFN_UTL (package) — its GET_PLANNING_SERVER_CLMN function is invoked to resolve the planning-server column name for the measure identifiers.
Key Columns
- DEMAND_PLAN_ID / DEMAND_PLAN_NAME — identifier and name of the plan whose parameters are described.
- PARAMETER_ID / PARAMETER_NAME / PARAMETER_TYPE — the parameter identity and its definition type.
- START_DATE / END_DATE — effective window for the parameter.
- INPUT_SCENARIO_ID / SCENARIO_NAME and INPUT_DEMAND_PLAN_ID / DEMAND_PLAN_NAME — the scenario or plan used as input.
- FORECAST_DATE_USED / QUANTITY_USED / AMOUNT_USED — measure references, each accompanied by a decoded description and the resolved planning-server column.
- FORECAST_USED / FACT_TYPE — lookup codes with MEANING values decoded via FND_LOOKUP_VALUES_VL.
- REVISION, VIEW_NAME, NUMBER_OF_PERIOD, EXCLUDE_FROM_ROLLING_CYCLE, SCN_BUILD_REFRESH_NUM — plan configuration and refresh attributes.
- LAST_UPDATE_DATE, CREATED_BY, LAST_UPDATED_BY, REQUEST_ID, PROGRAM_ID — standard EBS WHO and concurrent-program audit columns.
Common Use Cases and Queries
Typical usage includes auditing plan configuration, driving BI Publisher extracts, and diagnosing forecast measure mappings. A representative query retrieves all parameters for a named plan:
SELECT DEMAND_PLAN_NAME, PARAMETER_NAME, PARAMETER_TYPE, FORECAST_DATE_USED, QUANTITY_USED, AMOUNT_USED, SCENARIO_NAME FROM APPS.MSD_DP_PARAMETERS_CS_V WHERE DEMAND_PLAN_NAME = :p_plan;- Filter by scenario or input plan to reconcile scenario-driven inputs.
- Extract FORECAST_USED and FACT_TYPE meanings for configuration review and documentation.
Because the view performs outer joins to lookup and identifier views, it is safe for read-only reporting; parameter maintenance should be performed through the Demand Planning application forms rather than against the view.
-
View: MSD_DP_PARAMETERS_CS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_PARAMETERS_CS_V, object_name:MSD_DP_PARAMETERS_CS_V, status:VALID, product: MSD - Demand Planning , description: this view provied Demand Plans Input Parameters. , implementation_dba_data: APPS.MSD_DP_PARAMETERS_CS_V ,
-
View: MSD_DP_PARAMETERS_CS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_PARAMETERS_CS_V, object_name:MSD_DP_PARAMETERS_CS_V, status:VALID, product: MSD - Demand Planning , description: this view provied Demand Plans Input Parameters. , implementation_dba_data: APPS.MSD_DP_PARAMETERS_CS_V ,
-
PACKAGE: APPS.MSD_CS_DFN_UTL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:MSD_CS_DFN_UTL, status:VALID,
-
PACKAGE: APPS.MSD_CS_DFN_UTL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:MSD_CS_DFN_UTL, status:VALID,
-
SYNONYM: APPS.MSD_DP_PARAMETERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSD_DP_PARAMETERS, status:VALID,
-
PACKAGE BODY: APPS.MSD_VALIDATE_DEMAND_PLAN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSD_VALIDATE_DEMAND_PLAN, status:VALID,
-
PACKAGE BODY: APPS.MSD_LIABILITY
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSD_LIABILITY, status:VALID,
-
SYNONYM: APPS.MSD_DP_PARAMETERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSD_DP_PARAMETERS, status:VALID,
-
PACKAGE BODY: APPS.MSD_LIABILITY
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSD_LIABILITY, status:VALID,
-
VIEW: APPS.MSD_CS_CLMN_IDENTIFIERS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_CS_CLMN_IDENTIFIERS_VL, object_name:MSD_CS_CLMN_IDENTIFIERS_VL, status:VALID,
-
PACKAGE BODY: APPS.MSD_VALIDATE_DEMAND_PLAN
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSD_VALIDATE_DEMAND_PLAN, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.MSD_DP_SCENARIOS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSD_DP_SCENARIOS, status:VALID,
-
SYNONYM: APPS.MSD_DP_SCENARIOS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSD_DP_SCENARIOS, status:VALID,
-
VIEW: APPS.MSD_CS_CLMN_IDENTIFIERS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_CS_CLMN_IDENTIFIERS_VL, object_name:MSD_CS_CLMN_IDENTIFIERS_VL, status:VALID,
-
SYNONYM: APPS.MSD_DEMAND_PLANS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSD_DEMAND_PLANS, status:VALID,
-
SYNONYM: APPS.MSD_DEMAND_PLANS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSD_DEMAND_PLANS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.MSD_VALIDATE_DEMAND_PLAN SQL Statements
12.1.1
-
APPS.MSD_VALIDATE_DEMAND_PLAN SQL Statements
12.2.2
-
VIEW: APPS.MSD_CS_DEFINITIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_CS_DEFINITIONS_VL, object_name:MSD_CS_DEFINITIONS_VL, status:VALID,
-
VIEW: APPS.MSD_CS_DEFINITIONS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_CS_DEFINITIONS_VL, object_name:MSD_CS_DEFINITIONS_VL, status:VALID,
-
VIEW: APPS.MSD_DP_PARAMETERS_CS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_PARAMETERS_CS_V, object_name:MSD_DP_PARAMETERS_CS_V, status:VALID,
-
VIEW: APPS.MSD_DP_PARAMETERS_CS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_PARAMETERS_CS_V, object_name:MSD_DP_PARAMETERS_CS_V, status:VALID,
-
APPS.MSD_VALIDATE_DEMAND_PLAN dependencies on MSD_DP_PARAMETERS_CS_V
12.1.1
-
APPS.MSD_VALIDATE_DEMAND_PLAN dependencies on MSD_DP_PARAMETERS_CS_V
12.2.2
-
APPS.MSD_LIABILITY dependencies on MSD_DP_PARAMETERS_CS_V
12.2.2
-
APPS.MSD_LIABILITY dependencies on MSD_DP_PARAMETERS_CS_V
12.1.1
-
VIEW: APPS.FND_LOOKUP_VALUES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_LOOKUP_VALUES_VL, object_name:FND_LOOKUP_VALUES_VL, status:VALID,
-
VIEW: APPS.FND_LOOKUP_VALUES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_LOOKUP_VALUES_VL, object_name:FND_LOOKUP_VALUES_VL, status:VALID,
-
APPS.MSD_LIABILITY SQL Statements
12.2.2
-
APPS.MSD_LIABILITY SQL Statements
12.1.1
-
eTRM - MSD Tables and Views
12.1.1
description: This is the fact table that stores the UOM conversions information. ,
-
eTRM - MSD Tables and Views
12.2.2
description: This is the fact table that stores the UOM conversions information. ,
-
APPS.MSD_VALIDATE_DEMAND_PLAN dependencies on MSD_DP_PARAMETERS
12.1.1
-
APPS.MSD_VALIDATE_DEMAND_PLAN dependencies on MSD_DP_PARAMETERS
12.2.2
-
PACKAGE BODY: APPS.MSD_VALIDATE_DEMAND_PLAN
12.1.1
-
APPS.MSD_LIABILITY dependencies on MSD_DP_PARAMETERS
12.2.2
-
PACKAGE BODY: APPS.MSD_VALIDATE_DEMAND_PLAN
12.2.2
-
APPS.MSD_LIABILITY dependencies on MSD_DP_PARAMETERS
12.1.1
-
PACKAGE BODY: APPS.MSD_LIABILITY
12.1.1
-
PACKAGE BODY: APPS.MSD_LIABILITY
12.2.2
-
eTRM - MSD Tables and Views
12.2.2
description: This is the fact table that stores the UOM conversions information. ,
-
eTRM - MSD Tables and Views
12.1.1
description: This is the fact table that stores the UOM conversions information. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - FND Tables and Views
12.2.2
description: No longer used ,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,