Search Results dimension_code
Overview
The view RHX_DP_HIER_LEVELS_V belongs to the Oracle MRP (Master Scheduling/MRP) product family and is documented in Oracle E-Business Suite releases 12.1.1 and 12.2.2 through the ETRM repository. It exposes the hierarchical level definitions that belong to Demand Planning hierarchies. In the Oracle Demand Planning (formerly part of the Advanced Planning suite and integrated with MRP/MPS), hierarchies are used to organize dimension members — such as products, customers, or organizations — into parent-child rollup structures that support aggregation, forecasting, and dimensional analysis. Each hierarchy is composed of one or more levels (for example, a product hierarchy might have "Category," "Family," and "Item" levels). This view assembles those levels together with their parent relationship, the physical tables and columns that define the join between levels, and the full set of descriptive and audit attributes.
The object is labeled as "Retrofitted" and "Not implemented in this database," meaning it is a legacy or migrated definition that may not exist in every environment. It is intended primarily for reporting and integration purposes, bridging the Demand Planning hierarchy metadata stored in the underlying RHX_DP_* tables.
Underlying Base Objects
The view text joins four base tables, all in the RHX_DP_ namespace associated with Demand Planning:
RHX_DP_HIERARCHY_LEVELS(aliasRHL) — the primary driver table, supplying the level records, their seed flag, program/request audit columns, and the descriptive flexfield attributes.RHX_DP_HIERARCHIES(aliasRDH) — supplies the hierarchy name and dimension code, joined onHIERARCHY_ID.RHX_DP_LEVELS(aliasRDL1) — supplies the level name for the current level, joined on demand plan, dimension code, and level ID.RHX_DP_LEVELS(aliasRDL2) — a self-join on the same table to resolve the parent level name viaPARENT_LEVEL_ID.
The join is anchored on RDH.HIERARCHY_ID = RHL.HIERARCHY_ID, with the level tables filtered by matching DEMAND_PLAN_ID and DIMENSION_CODE.
Key Columns
- DEMAND_PLAN_ID — identifies the Demand Planning scenario or plan the hierarchy belongs to.
- DIMENSION_CODE — the dimension this hierarchy describes (product, customer, organization, etc.); frequently used as a filter.
- HIERARCHY_ID / HIERARCHY_NAME — the hierarchy and its display name.
- LEVEL_ID / LEVEL_NAME — the level and its label within the hierarchy.
- PARENT_LEVEL_ID / PARENT_LEVEL_NAME — the level immediately above, resolving the hierarchy structure.
- RELATIONSHIP_VIEW, PARENT_VALUE_COLUMN, PARENT_ID_COLUMN, JOIN_CONDITION — metadata describing the database objects and predicates used to traverse between levels.
- SEED_FLAG — indicates whether the level is a seeded (Oracle-provided) definition.
- Audit columns —
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN,REQUEST_ID, and the program columns. - ATTRIBUTE_CATEGORY and ATTRIBUTE1–ATTRIBUTE15 — descriptive flexfield segments.
Common Use Cases and Queries
Typical uses include reviewing hierarchy structure, verifying level configuration before a planning run, and driving integration extracts. A representative query filters by dimension:
SELECT hierarchy_name, level_name, parent_level_name FROM rhx_dp_hier_levels_v WHERE dimension_code = :p_dimension ORDER BY hierarchy_id, level_id;SELECT dimension_code, COUNT(*) FROM rhx_dp_hier_levels_v GROUP BY dimension_code;SELECT * FROM rhx_dp_hier_levels_v WHERE seed_flag = 'Y';
Because the view is documented as not implemented in some databases, availability should be confirmed before relying on it in concurrent programs or custom reports.
-
View: RHX_DP_HIER_LEVELS_V
12.2.2
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_HIER_LEVELS_V
12.1.1
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_DIMENSIONS_V
12.1.1
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_DIMENSIONS_V
12.2.2
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_LVLVAL_PUB_V
12.1.1
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_LVLVAL_PUB_V
12.2.2
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_DATA_ELMNT_PUB_V
12.1.1
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_DATA_LEVELS_V
12.1.1
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_DATA_ELMNT_PUB_V
12.2.2
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_DATA_LEVELS_V
12.2.2
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_DIMENSIONS_PUB_V
12.2.2
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_DIMENSIONS_PUB_V
12.1.1
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_LEVELS_PUB_V
12.1.1
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_LEVELS_PUB_V
12.2.2
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_HIERARCHY_PUB_V
12.2.2
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_HIERARCHY_PUB_V
12.1.1
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_LEVELS_V
12.1.1
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_HIERARCHIES_V
12.2.2
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_HIERARCHIES_V
12.1.1
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_LEVELS_V
12.2.2
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_HIER_LVLS_PUB_V
12.2.2
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_HIER_LVLS_PUB_V
12.1.1
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,