Search Results parent_dim_level_id
Overview
The BSC_SYS_DIM_LEVEL_RELS table is a core data dictionary object within the Oracle E-Business Suite (EBS) Balanced Scorecard (BSC) module. Its primary role is to define and store the hierarchical relationships between different levels of a dimension, which is a fundamental concept for organizing and analyzing performance data. This table enables the system to understand how dimension members (e.g., individual cities) roll up to their parents (e.g., regions, countries), thereby supporting the creation of drill-down paths and aggregated reporting essential for strategic performance management in releases 12.1.1 and 12.2.2.
Key Information Stored
The table's structure is designed to capture the specifics of each level-to-level relationship. The most critical columns include DIM_LEVEL_ID, which identifies the child level in the relationship, and PARENT_DIM_LEVEL_ID, which identifies the immediate parent level. The RELATION_TYPE column defines the cardinality of the relationship (e.g., one-to-many or many-to-many). The RELATION_COL field specifies the database column that physically stores the foreign key linking the two levels in the application tables. Supplemental columns like DATA_SOURCE and DATA_SOURCE_TYPE provide metadata on the origin of the relationship data, while DIRECT_RELATION acts as a flag to indicate if the relationship is immediate or requires traversal through intermediate levels.
Common Use Cases and Queries
This table is central to metadata-driven queries that navigate dimension hierarchies. A primary use case is generating a hierarchy map for a given dimension to understand its structure. Developers and system administrators might query it to troubleshoot drill-down functionality or to validate configuration. A typical query to retrieve the full parent-child relationship structure for analysis or validation would be:
- SELECT dim_level_id, parent_dim_level_id, relation_type, relation_col FROM bsc.bsc_sys_dim_level_rels ORDER BY dim_level_id;
Another common pattern is to join this table with BSC_SYS_DIM_LEVELS_B (or similar dimension level tables) to get the descriptive names of the levels involved, enabling more readable reports on the configured dimension hierarchies.
Related Objects
As a foundational metadata table, BSC_SYS_DIM_LEVEL_RELS is referenced by various application objects within the BSC schema. The provided dependency information confirms it is referenced by an APPS synonym (BSC_SYS_DIM_LEVEL_RELS), which is the standard access point for application code. It has a direct logical relationship with the table BSC_SYS_DIM_LEVELS_B, which stores the definition of the individual dimension levels themselves (like 'City', 'State'). The two unique indexes, BSC_SYS_DIM_LEVEL_RELS_U1 on (DIM_LEVEL_ID, PARENT_DIM_LEVEL_ID) and BSC_SYS_DIM_LEVEL_RELS_N1 on RELATION_COL, are critical for enforcing data integrity and optimizing query performance for hierarchy navigation.
-
APPS.BSC_BIS_DIM_OBJ_PUB dependencies on BSC_SYS_DIM_LEVEL_RELS
12.1.1
-
APPS.BSC_BIS_DIM_REL_PUB SQL Statements
12.1.1
-
APPS.BSC_DIMENSION_LEVELS_PVT dependencies on BSC_SYS_DIM_LEVEL_RELS
12.1.1
-
APPS.BSC_BIS_DIM_REL_PUB dependencies on BSC_SYS_DIM_LEVEL_RELS
12.1.1
-
APPS.BSC_UPDATE_LOCK dependencies on BSC_SYS_DIM_LEVEL_RELS
12.1.1
-
APPS.BSC_PMA_APIS_PUB dependencies on BSC_SYS_DIM_LEVEL_RELS
12.1.1
-
APPS.BSC_MIGRATION dependencies on BSC_SYS_DIM_LEVEL_RELS
12.1.1
-
TABLE: BSC.BSC_SYS_DIM_LEVEL_RELS
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_SYS_DIM_LEVEL_RELS, object_name:BSC_SYS_DIM_LEVEL_RELS, status:VALID,
-
TABLE: BSC.BSC_SYS_COM_DIM_LEVELS
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_SYS_COM_DIM_LEVELS, object_name:BSC_SYS_COM_DIM_LEVELS, status:VALID,
-
APPS.BSC_COMMON_DIMENSIONS_PVT dependencies on BSC_SYS_COM_DIM_LEVELS
12.1.1
-
APPS.BSC_MO_INDICATOR_PKG dependencies on BSC_SYS_DIM_LEVELS_B
12.1.1
-
APPS.BSC_OAF_VIEWS_PVT dependencies on BSC_SYS_DIM_LEVELS_VL
12.1.1
-
Table: BSC_SYS_DIM_LEVEL_RELS
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: Dimension levels relationships , implementation_dba_data: Not implemented in this database ,
-
APPS.BSC_OAF_VIEWS_PVT dependencies on BSC_SYS_DIM_LEVELS_TL
12.1.1
-
VIEW: APPS.BSC_SYS_DIM_LEVEL_RELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_SYS_DIM_LEVEL_RELS_V, object_name:BSC_SYS_DIM_LEVEL_RELS_V, status:VALID,
-
Table: BSC_SYS_DIM_LEVEL_RELS
12.1.1
owner:BSC, object_type:TABLE, fnd_design_data:BSC.BSC_SYS_DIM_LEVEL_RELS, object_name:BSC_SYS_DIM_LEVEL_RELS, status:VALID, product: BSC - Balanced Scorecard , description: Dimension levels relationships , implementation_dba_data: BSC.BSC_SYS_DIM_LEVEL_RELS ,
-
APPS.BSC_DBGEN_METADATA_READER dependencies on BSC_OLAP_MAIN
12.1.1
-
APPS.BSC_PMA_APIS_PUB dependencies on BSC_SYS_DIM_LEVELS_B
12.1.1
-
APPS.BSC_DIM_FILTERS_PVT dependencies on BSC_SYS_DIM_LEVEL_RELS
12.1.1
-
APPS.BSC_DBGEN_METADATA_READER dependencies on BSC_SYS_DIM_LEVEL_RELS
12.1.1
-
APPS.BSC_PMA_APIS_PUB SQL Statements
12.1.1
-
APPS.BSC_OAF_VIEWS_PVT dependencies on BSC_SYS_DIM_LEVEL_RELS
12.1.1
-
APPS.BSC_PMF_UI_WRAPPER dependencies on BSC_SYS_DIM_LEVEL_RELS
12.1.1
-
View: BSC_SYS_DIM_LEVEL_RELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_SYS_DIM_LEVEL_RELS_V, object_name:BSC_SYS_DIM_LEVEL_RELS_V, status:VALID, product: BSC - Balanced Scorecard , description: View of BSC_SYS_DIM_RELS and BSC_SYS_DIM_LEVELS_B. , implementation_dba_data: APPS.BSC_SYS_DIM_LEVEL_RELS_V ,
-
View: BSC_SYS_DIM_LEVEL_RELS_V
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , description: View of BSC_SYS_DIM_RELS and BSC_SYS_DIM_LEVELS_B. , implementation_dba_data: Not implemented in this database ,
-
APPS.BSC_DIM_TPLATE dependencies on BSC_SYS_DIM_LEVEL_RELS
12.1.1
-
APPS.BSC_DBGEN_METADATA_READER dependencies on BSC_SYS_DIM_LEVELS_B
12.1.1
-
APPS.BSC_MO_INDICATOR_PKG dependencies on BSC_SYS_DIM_LEVEL_RELS
12.1.1
-
APPS.BSC_DIMENSION_LEVELS_PVT SQL Statements
12.1.1
-
APPS.BSC_BIS_DIM_OBJ_PUB dependencies on BSC_KPI_DIM_LEVELS_B
12.1.1
-
APPS.BSC_DBGEN_METADATA_READER SQL Statements
12.1.1
-
APPS.BSC_BIS_DIM_REL_PUB dependencies on FND_MSG_PUB
12.1.1
-
APPS.BSC_DBGEN_BSC_READER dependencies on BSC_SYS_DIM_LEVEL_RELS
12.1.1
-
APPS.BSC_DIM_FILTERS_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.BSC_PMA_APIS_PUB
12.1.1
-
APPS.BSC_BIS_DIM_OBJ_PUB SQL Statements
12.1.1
-
APPS.BSC_MO_INDICATOR_PKG SQL Statements
12.1.1
-
APPS.BSC_DIM_LEVEL_FILTERS_PUB dependencies on BSC_SYS_DIM_LEVEL_RELS
12.1.1
-
APPS.BSC_UPDATE_LOCK SQL Statements
12.1.1
-
APPS.BSC_COMMON_DIMENSIONS_PVT SQL Statements
12.1.1
-
APPS.BSC_BIS_DIM_REL_PUB dependencies on BSC_DIMENSION_LEVELS_PUB
12.1.1
-
APPS.BSC_OAF_VIEWS_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.BSC_BIS_DIM_REL_PUB
12.1.1
-
APPS.BSC_DIM_TPLATE SQL Statements
12.1.1
-
APPS.BSC_BIS_DIM_REL_PUB dependencies on FND_MESSAGE
12.1.1
-
APPS.BSC_MIGRATION dependencies on BSC_SYS_DIM_LEVELS_B
12.1.1
-
APPS.BSC_DIM_LEVEL_FILTERS_PUB SQL Statements
12.1.1
-
APPS.BSC_DBGEN_BSC_READER dependencies on BSC_SYS_DIM_LEVELS_B
12.1.1
-
APPS.BSC_BIS_LOCKS_PVT SQL Statements
12.1.1
-
APPS.BSC_BIS_DIM_REL_PUB dependencies on BSC_BIS_DIM_REL_PUB
12.1.1