Search Results msd_dp_hierarchies_v
Overview
MSD_DP_HIERARCHIES_V is a reporting and integration view owned by the APPS schema in Oracle E-Business Suite, belonging to the MSD (Demand Planning) product family within ETRM / Advanced Supply Chain Planning. Its documented purpose is to store and expose the association between Demand Plans and the hierarchies assigned to them. In practice, the view denormalizes a set of related planning entities — demand plans, plan dimensions, and hierarchy definitions — into a single flat record set, so that downstream concurrent programs, OBIEE extracts, Discoverer workbooks, and custom reports can resolve the plan-to-hierarchy relationship without writing multi-table joins themselves. Because it is a view rather than a table, it carries no storage of its own and reflects the current state of its underlying base objects at query time. In 12.1.1 and 12.2.2 the object is documented as VALID, with the same structure and column list; the 12.2.2 ETRM documentation identifies the referenced base objects as FND_LOOKUP_VALUES_VL, MFG_LOOKUPS, MSD_DEMAND_PLANS, MSD_DP_HIERARCHIES, and MSD_HIERARCHIES.
Underlying Base Objects
The view is defined as a join across four principal sources. MSD_DP_HIERARCHIES (referenced through a synonym) is the association table and supplies the core Demand Plan ID, dimension code, hierarchy ID, and the standard WHO/audit columns plus the concurrent request identifiers. MSD_DEMAND_PLANS provides the Demand Plan Name. MSD_HIERARCHIES, exposed through its own view MSD_HIERARCHIES_V, supplies the hierarchy name, description, and — most importantly for the column referenced in the search term — the owning dimension attributes. FND_LOOKUP_VALUES_VL joins on LOOKUP_TYPE = 'MSD_USER_DIMENSIONS' and LOOKUP_CODE = DP_DIMENSION_CODE to translate the stored dimension code into a user-facing meaning; MFG_LOOKUPS appears as an additional referenced object in the documented dependency list. The join therefore moves from the plan-hierarchy association out to both the plan and hierarchy masters, then out again to the lookup that gives the dimension code a display value.
Key Columns
- DEMAND_PLAN_ID / DEMAND_PLAN_NAME — Identifies the demand plan to which the hierarchy association belongs.
- DP_DIMENSION_CODE / DP_DIMENSION — The stored dimension code on the association record and the translated meaning returned from the MSD_USER_DIMENSIONS lookup.
- HIERARCHY_ID, HIERARCHY_NAME, HIERARCHY_DESCRIPTION — Identify and describe the hierarchy linked to the plan.
- OWNING_DIMENSION_CODE / OWNING_DIMENSION — The dimension that owns the hierarchy, sourced from MSD_HIERARCHIES_V. This is the column most often sought by users searching for "owning_dimension"; it establishes which dimension's level structure governs the hierarchy assigned to the plan.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN — Standard audit columns propagated from MSD_DP_HIERARCHIES.
- REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE — Concurrent program context identifying the process that last created or modified the association.
- ROW_ID — The ROWID of the underlying MSD_DP_HIERARCHIES row, exposed for update-capable or key-preserved usage.
Common Use Cases and Queries
Typical usage includes validating that each active demand plan has a hierarchy assigned for every required dimension, reporting the owning dimension for hierarchies in use, and reconciling plan configuration before a planning run.
- List all hierarchies for a plan:
SELECT demand_plan_name, dp_dimension, hierarchy_name FROM msd_dp_hierarchies_v WHERE demand_plan_id = :p_plan_id - Find plans by owning dimension:
SELECT demand_plan_name, hierarchy_name, owning_dimension FROM msd_dp_hierarchies_v WHERE owning_dimension_code = :p_dim - Audit recent changes:
SELECT demand_plan_name, hierarchy_name, last_updated_by, last_update_date FROM msd_dp_hierarchies_v ORDER BY last_update_date DESC
-
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: 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 ,
-
SYNONYM: APPS.MSD_HIERARCHIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSD_HIERARCHIES, status:VALID,
-
SYNONYM: APPS.MSD_HIERARCHIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSD_HIERARCHIES, status:VALID,
-
SYNONYM: APPS.MSD_DP_HIERARCHIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSD_DP_HIERARCHIES, 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_COLLECT_LEVEL_VALUES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSD_COLLECT_LEVEL_VALUES, status:VALID,
-
SYNONYM: APPS.MSD_DP_HIERARCHIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSD_DP_HIERARCHIES, status:VALID,
-
PACKAGE BODY: APPS.MSD_COLLECT_LEVEL_VALUES
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSD_COLLECT_LEVEL_VALUES, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
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.1.1 FND Design Data
12.1.1
-
APPS.MSD_VALIDATE_DEMAND_PLAN SQL Statements
12.1.1
-
APPS.MSD_VALIDATE_DEMAND_PLAN SQL Statements
12.2.2
-
SYNONYM: APPS.MSD_DEMAND_PLANS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSD_DEMAND_PLANS, status:VALID,
-
SYNONYM: APPS.MSD_DEMAND_PLANS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSD_DEMAND_PLANS, status:VALID,
-
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,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
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,
-
APPS.MSD_COLLECT_LEVEL_VALUES SQL Statements
12.1.1
-
APPS.MSD_COLLECT_LEVEL_VALUES SQL Statements
12.2.2
-
APPS.MSD_VALIDATE_DEMAND_PLAN dependencies on MSD_DP_HIERARCHIES_V
12.2.2
-
APPS.MSD_COLLECT_LEVEL_VALUES dependencies on MSD_DP_HIERARCHIES_V
12.1.1
-
APPS.MSD_VALIDATE_DEMAND_PLAN dependencies on MSD_DP_HIERARCHIES_V
12.1.1
-
APPS.MSD_COLLECT_LEVEL_VALUES dependencies on MSD_DP_HIERARCHIES_V
12.2.2
-
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,
-
PACKAGE BODY: APPS.MSD_VALIDATE_DEMAND_PLAN
12.1.1
-
PACKAGE BODY: APPS.MSD_VALIDATE_DEMAND_PLAN
12.2.2
-
VIEW: APPS.MFG_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MFG_LOOKUPS, object_name:MFG_LOOKUPS, status:VALID,
-
VIEW: APPS.MFG_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MFG_LOOKUPS, object_name:MFG_LOOKUPS, status:VALID,
-
PACKAGE BODY: APPS.MSD_COLLECT_LEVEL_VALUES
12.1.1
-
APPS.MSD_VALIDATE_DEMAND_PLAN dependencies on MSD_HIERARCHY_LEVELS
12.2.2
-
APPS.MSD_VALIDATE_DEMAND_PLAN dependencies on MSD_HIERARCHY_LEVELS
12.1.1
-
PACKAGE BODY: APPS.MSD_COLLECT_LEVEL_VALUES
12.2.2
-
APPS.MSD_VALIDATE_DEMAND_PLAN dependencies on MSD_HIERARCHIES
12.1.1
-
APPS.MSD_VALIDATE_DEMAND_PLAN dependencies on MSD_HIERARCHY_LEVELS_V
12.2.2
-
APPS.MSD_VALIDATE_DEMAND_PLAN dependencies on MSD_HIERARCHIES
12.2.2
-
APPS.MSD_VALIDATE_DEMAND_PLAN dependencies on MSD_HIERARCHY_LEVELS_V
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. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - INV Tables and Views
12.2.2
-
eTRM - INV Tables and Views
12.1.1
-
eTRM - FND Tables and Views
12.2.2
description: No longer used ,
-
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. ,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,