Search Results owning_dimension_code
Overview
APPS.MSD_DP_HIERARCHIES_V is a reporting and integration view within the Oracle E-Business Suite Advanced Supply Chain Planning (ASCP) / Demand Planning (DP) schema, owned by the APPS database user. It presents the association between demand plans and the hierarchies that organize their planning dimensions. In the ETRM 12.1.1 and 12.2.2 data model, the underlying transactional table MSD_DP_HIERARCHIES stores which hierarchy is assigned to a demand plan for a given dimension, and this view enriches that assignment with descriptive attributes drawn from the demand plan definition, the hierarchy definition, and the FND lookup that labels the dimension. The view therefore acts as a denormalized, human-readable access point for demand plan hierarchy configuration, removing the need for callers to join four separate objects themselves. Because the view exposes ROWID and WHO/audit columns from the base entity, it can also be used as the driving query for Oracle Forms-based maintenance and for concurrent program data extraction.
Underlying Base Objects
The view is defined over five documented base objects:
- MSD_DP_HIERARCHIES (synonym over the base table) — the driving entity, providing demand_plan_id, dp_dimension_code, hierarchy_id, and the audit and program columns.
- MSD_DEMAND_PLANS (synonym) — supplies demand_plan_name and plan_type; joined on demand_plan_id.
- MSD_HIERARCHIES (synonym) — supplies hierarchy_name, description, dimension_code, valid_flag, and plan_type; joined on hierarchy_id.
- FND_LOOKUP_VALUES_VL (view) — resolves dp_dimension_code to a translatable meaning. The lookup_type is chosen dynamically: MSD_DIMENSIONS_LB when the plan type is LIABILITY, otherwise MSD_USER_DIMENSIONS.
- MFG_LOOKUPS (view) — validates hierarchy.valid_flag against lookup_type SYS_YES_NO.
A further filter reconciles hierarchy plan_type with demand plan plan_type: SOP and EOL plans map to 'DP', a null hierarchy plan_type defaults to 'DP', and all other cases must match exactly. This ensures that only compatible hierarchies are returned for a given plan.
Key Columns
- ROWID — physical row identifier of the MSD_DP_HIERARCHIES record, used by Forms for row-level DML.
- DEMAND_PLAN_ID / DEMAND_PLAN_NAME — the plan to which the hierarchy assignment belongs.
- DP_DIMENSION_CODE and MEANING — the internal dimension code and its translated display meaning from FND lookups.
- HIERARCHY_ID / HIERARCHY_NAME / DESCRIPTION / DIMENSION_CODE — hierarchy identity and descriptive context.
- DELETEABLE_FLAG / ENABLE_NONSEED_FLAG — control whether the assignment may be removed and whether non-seed hierarchies are permitted.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN — standard audit columns.
- REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE — concurrent program traceability.
Common Use Cases and Queries
The view is typically used by Demand Planning setup and diagnostics reports to list hierarchy assignments per plan and dimension. The example below retrieves all hierarchies for plans whose dimension maps to the intermediate ("INTMED") dimension code.
SELECT demand_plan_name, dp_dimension_code, meaning, hierarchy_name, dimension_code, enable_nonseed_flag FROM apps.msd_dp_hierarchies_v WHERE meaning LIKE '%INTMED%' OR dp_dimension_code LIKE '%INTMED%' ORDER BY demand_plan_name, meaning;
Other common patterns include auditing assignments created within a date range using creation_date, checking deleteable_flag before cleanup, and pivoting results by demand_plan_name to compare configured hierarchies across plans. Because the view performs no aggregation, it is also suitable as a source in OBIEE/BI Publisher extracts and in custom PL/SQL validation routines that verify a plan has exactly one hierarchy per required dimension.
-
VIEW: APPS.MSD_DP_HIERARCHIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_HIERARCHIES_V, object_name:MSD_DP_HIERARCHIES_V, status:VALID,
-
APPS.MSD_CS_DFN_UTL SQL Statements
12.2.2
-
APPS.MSD_CS_DFN_UTL SQL Statements
12.1.1
-
VIEW: APPS.MSD_HIERARCHIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_HIERARCHIES_V, object_name:MSD_HIERARCHIES_V, status:VALID,
-
VIEW: APPS.MSD_HIERARCHIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_HIERARCHIES_V, object_name:MSD_HIERARCHIES_V, status:VALID,
-
VIEW: APPS.MSD_HIERARCHY_LEVELS_LB_V
12.2.2
owner:APPS, object_type:VIEW, object_name:MSD_HIERARCHY_LEVELS_LB_V, status:VALID,
-
View: MSD_DP_HIERARCHIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_HIERARCHIES_V, object_name:MSD_DP_HIERARCHIES_V, status:VALID, product: MSD - Demand Planning , description: This view stores the Demand Plan Hierarchies Association. , implementation_dba_data: APPS.MSD_DP_HIERARCHIES_V ,
-
View: MSD_HIERARCHY_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_HIERARCHY_LEVELS_V, object_name:MSD_HIERARCHY_LEVELS_V, status:VALID, product: MSD - Demand Planning , description: This view provides the Level Associations within a Hierarchy in the Real Dimension realm. , implementation_dba_data: APPS.MSD_HIERARCHY_LEVELS_V ,
-
View: MSD_HIERARCHIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_HIERARCHIES_V, object_name:MSD_HIERARCHIES_V, status:VALID, product: MSD - Demand Planning , description: This view provides the Hierachies, their corresponding State (Valid or Not) and the Dimension to which it belongs. , implementation_dba_data: APPS.MSD_HIERARCHIES_V ,
-
VIEW: APPS.MSD_HIERARCHIES_LB_V
12.1.1
owner:APPS, object_type:VIEW, object_name:MSD_HIERARCHIES_LB_V, status:VALID,
-
VIEW: APPS.MSD_HIERARCHIES_LB_V
12.2.2
owner:APPS, object_type:VIEW, object_name:MSD_HIERARCHIES_LB_V, status:VALID,
-
View: MSD_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_LEVELS_V, object_name:MSD_LEVELS_V, status:VALID, product: MSD - Demand Planning , description: This view provides the Levels, their Owning Dimension. It also specifies the Level Type. , implementation_dba_data: APPS.MSD_LEVELS_V ,
-
VIEW: APPS.MSD_DP_HIERARCHIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_HIERARCHIES_V, object_name:MSD_DP_HIERARCHIES_V, status:VALID,
-
VIEW: APPS.MSD_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_LEVELS_V, object_name:MSD_LEVELS_V, status:VALID,
-
VIEW: APPS.MSD_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_LEVELS_V, object_name:MSD_LEVELS_V, status:VALID,
-
VIEW: APPS.MSD_LEVELS_LB_V
12.2.2
owner:APPS, object_type:VIEW, object_name:MSD_LEVELS_LB_V, status:VALID,
-
View: MSD_DP_HIERARCHIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_HIERARCHIES_V, object_name:MSD_DP_HIERARCHIES_V, status:VALID, product: MSD - Demand Planning , description: This view stores the Demand Plan Hierarchies Association. , implementation_dba_data: APPS.MSD_DP_HIERARCHIES_V ,
-
VIEW: APPS.MSD_LEVELS_LB_V
12.1.1
owner:APPS, object_type:VIEW, object_name:MSD_LEVELS_LB_V, status:VALID,
-
View: MSD_DP_SCN_OUTPUT_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_SCN_OUTPUT_LEVELS_V, object_name:MSD_DP_SCN_OUTPUT_LEVELS_V, status:VALID, product: MSD - Demand Planning , description: This view provides the Levels at which the output Scenario for a demand plan is to be generated. This stores the level values for all the dimension except for the time dimensions as the level values for the time dimension are pre-seeded as , implementation_dba_data: APPS.MSD_DP_SCN_OUTPUT_LEVELS_V ,
-
VIEW: APPS.MSD_HIERARCHY_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_HIERARCHY_LEVELS_V, object_name:MSD_HIERARCHY_LEVELS_V, status:VALID,
-
VIEW: APPS.MSD_HIERARCHY_LEVELS_LB_V
12.1.1
owner:APPS, object_type:VIEW, object_name:MSD_HIERARCHY_LEVELS_LB_V, status:VALID,
-
VIEW: APPS.MSD_HIERARCHY_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_HIERARCHY_LEVELS_V, object_name:MSD_HIERARCHY_LEVELS_V, status:VALID,
-
View: MSD_HIERARCHY_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_HIERARCHY_LEVELS_V, object_name:MSD_HIERARCHY_LEVELS_V, status:VALID, product: MSD - Demand Planning , description: This view provides the Level Associations within a Hierarchy in the Real Dimension realm. , implementation_dba_data: APPS.MSD_HIERARCHY_LEVELS_V ,
-
View: MSD_HIERARCHIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_HIERARCHIES_V, object_name:MSD_HIERARCHIES_V, status:VALID, product: MSD - Demand Planning , description: This view provides the Hierachies, their corresponding State (Valid or Not) and the Dimension to which it belongs. , implementation_dba_data: APPS.MSD_HIERARCHIES_V ,
-
VIEW: APPS.MSD_DP_SCN_OUTPUT_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_SCN_OUTPUT_LEVELS_V, object_name:MSD_DP_SCN_OUTPUT_LEVELS_V, status:VALID,
-
APPS.MSD_COLLECT_LEVEL_VALUES SQL Statements
12.2.2
-
View: MSD_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_LEVELS_V, object_name:MSD_LEVELS_V, status:VALID, product: MSD - Demand Planning , description: This view provides the Levels, their Owning Dimension. It also specifies the Level Type. , implementation_dba_data: APPS.MSD_LEVELS_V ,
-
View: MSD_DP_SCN_OUTPUT_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_SCN_OUTPUT_LEVELS_V, object_name:MSD_DP_SCN_OUTPUT_LEVELS_V, status:VALID, product: MSD - Demand Planning , description: This view provides the Levels at which the output Scenario for a demand plan is to be generated. This stores the level values for all the dimension except for the time dimensions as the level values for the time dimension are pre-seeded as , implementation_dba_data: APPS.MSD_DP_SCN_OUTPUT_LEVELS_V ,
-
VIEW: APPS.MSD_DP_SCN_OUTPUT_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSD.MSD_DP_SCN_OUTPUT_LEVELS_V, object_name:MSD_DP_SCN_OUTPUT_LEVELS_V, status:VALID,
-
APPS.MSD_COLLECT_LEVEL_VALUES SQL Statements
12.1.1
-
APPS.MSD_FCST_PUB SQL Statements
12.1.1
-
APPS.MSD_FCST_PUB SQL Statements
12.2.2
-
PACKAGE BODY: APPS.MSD_CS_DFN_UTL
12.2.2
-
PACKAGE BODY: APPS.MSD_COLLECT_LEVEL_VALUES
12.2.2
-
PACKAGE BODY: APPS.MSD_CS_DFN_UTL
12.1.1
-
APPS.MSD_LIABILITY SQL Statements
12.2.2
-
PACKAGE BODY: APPS.MSD_COLLECT_LEVEL_VALUES
12.1.1
-
APPS.MSD_LIABILITY SQL Statements
12.1.1
-
PACKAGE BODY: APPS.MSD_FCST_PUB
12.1.1
-
PACKAGE BODY: APPS.MSD_FCST_PUB
12.2.2
-
APPS.MSD_COLLECT_LEVEL_VALUES dependencies on MSD_HIERARCHY_LEVELS_V
12.2.2
-
APPS.MSD_COLLECT_LEVEL_VALUES dependencies on MSD_HIERARCHY_LEVELS
12.2.2
-
APPS.MSD_COLLECT_LEVEL_VALUES dependencies on MSD_HIERARCHY_LEVELS_V
12.1.1
-
APPS.MSD_COLLECT_LEVEL_VALUES dependencies on MSD_HIERARCHY_LEVELS
12.1.1
-
APPS.MSD_LIABILITY dependencies on MSD_HIERARCHY_LEVELS_LB_V
12.2.2
-
APPS.MSD_LIABILITY dependencies on MSD_HIERARCHY_LEVELS
12.1.1
-
APPS.MSD_LIABILITY dependencies on MSD_HIERARCHY_LEVELS_LB_V
12.1.1
-
APPS.MSD_LIABILITY dependencies on MSD_HIERARCHY_LEVELS
12.2.2
-
APPS.MSD_CS_DFN_UTL dependencies on MSD_LEVELS_V
12.1.1
-
APPS.MSD_CS_DFN_UTL dependencies on MSD_LEVELS_V
12.2.2