Search Results rg_dss_hierarchies
Overview
The RG_DSS_HIERARCHIES table is a core data structure within the Oracle E-Business Suite (EBS) Application Report Generator (RG) module. It serves as the master repository for storing hierarchical definitions used by the Financial Analyzer component. A hierarchy, in this context, defines the parent-child relationships and roll-up structures for a specific dimension, such as Account, Cost Center, or Product. These hierarchies are essential for performing multidimensional analysis, consolidation, and generating complex financial reports. The table's existence underscores the integration of online analytical processing (OLAP) capabilities within the EBS financial reporting framework, enabling users to analyze data across various organizational levels.
Key Information Stored
The table stores metadata that defines each hierarchy. While the full column list is not detailed in the provided excerpt, the primary and foreign key relationships reveal the critical data points. The HIERARCHY_ID column is the unique primary key identifier for each hierarchy record. The NAME column stores the unique name of the hierarchy, enforced by a unique key constraint. The DIMENSION_ID is a foreign key that links the hierarchy to its corresponding dimension in the RG_DSS_DIMENSIONS table, specifying whether the hierarchy is for Accounts, Time, or another custom dimension. Other typical columns in such a table would include descriptive fields, creation dates, and status indicators to manage the hierarchy's lifecycle.
Common Use Cases and Queries
This table is primarily accessed during the setup and execution of Financial Analyzer reports and consolidations. Common operational scenarios include validating hierarchy definitions, listing all hierarchies for a specific dimension, and troubleshooting reporting issues by tracing hierarchy metadata. A typical query would join to the dimension table to retrieve a descriptive list:
SELECT h.name, h.hierarchy_id, d.dimension_name FROM rg_dss_hierarchies h, rg_dss_dimensions d WHERE h.dimension_id = d.dimension_id ORDER BY d.dimension_name, h.name;
Another critical use case is identifying which reporting requests (RG_DSS_REQUESTS) utilize a specific hierarchy, which is vital for impact analysis before modifying a hierarchy definition.
Related Objects
The RG_DSS_HIERARCHIES table sits at the center of a key relationship model within the Report Generator's DSS (Decision Support System) schema. Based on the documented foreign keys:
- References (Parent): RG_DSS_DIMENSIONS table via the
DIMENSION_IDcolumn. A hierarchy must belong to a single dimension. - Referenced By (Children):
- RG_DSS_HIERARCHY_DETAILS: Linked via
HIERARCHY_ID. This child table stores the individual member nodes and their parentage that compose the hierarchical structure defined in the master record. - RG_DSS_REQUESTS: Linked via
HIERARCHY_ID. This table stores report submission requests, indicating which specific hierarchy was selected for the report's analysis perspective.
- RG_DSS_HIERARCHY_DETAILS: Linked via
Direct modification of data in this table is not standard practice; hierarchies are typically managed through the application's dedicated administrative interfaces.
-
Table: RG_DSS_HIERARCHIES
12.1.1
owner:RG, object_type:TABLE, fnd_design_data:RG.RG_DSS_HIERARCHIES, object_name:RG_DSS_HIERARCHIES, status:VALID, product: RG - Application Report Generator , description: Financial Analyzer hierarchies , implementation_dba_data: RG.RG_DSS_HIERARCHIES ,
-
Table: RG_DSS_HIERARCHIES
12.2.2
owner:RG, object_type:TABLE, fnd_design_data:RG.RG_DSS_HIERARCHIES, object_name:RG_DSS_HIERARCHIES, status:VALID, product: RG - Application Report Generator , description: Financial Analyzer hierarchies , implementation_dba_data: RG.RG_DSS_HIERARCHIES ,
-
Table: RG_DSS_HIERARCHY_DETAILS
12.2.2
owner:RG, object_type:TABLE, fnd_design_data:RG.RG_DSS_HIERARCHY_DETAILS, object_name:RG_DSS_HIERARCHY_DETAILS, status:VALID, product: RG - Application Report Generator , description: Financial Analyzer hierarchy segment mappings , implementation_dba_data: RG.RG_DSS_HIERARCHY_DETAILS ,
-
Table: RG_DSS_DIMENSIONS
12.2.2
owner:RG, object_type:TABLE, fnd_design_data:RG.RG_DSS_DIMENSIONS, object_name:RG_DSS_DIMENSIONS, status:VALID, product: RG - Application Report Generator , description: Financial Analyzer dimensions , implementation_dba_data: RG.RG_DSS_DIMENSIONS ,
-
View: RG_SRS_DSS_HIERARCHIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:RG.RG_SRS_DSS_HIERARCHIES_V, object_name:RG_SRS_DSS_HIERARCHIES_V, status:VALID, product: RG - Application Report Generator , description: 10SC ONLY , implementation_dba_data: APPS.RG_SRS_DSS_HIERARCHIES_V ,
-
Table: RG_DSS_DIMENSIONS
12.1.1
owner:RG, object_type:TABLE, fnd_design_data:RG.RG_DSS_DIMENSIONS, object_name:RG_DSS_DIMENSIONS, status:VALID, product: RG - Application Report Generator , description: Financial Analyzer dimensions , implementation_dba_data: RG.RG_DSS_DIMENSIONS ,
-
View: RG_SRS_DSS_HIERARCHIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:RG.RG_SRS_DSS_HIERARCHIES_V, object_name:RG_SRS_DSS_HIERARCHIES_V, status:VALID, product: RG - Application Report Generator , description: 10SC ONLY , implementation_dba_data: APPS.RG_SRS_DSS_HIERARCHIES_V ,
-
Table: RG_DSS_HIERARCHY_DETAILS
12.1.1
owner:RG, object_type:TABLE, fnd_design_data:RG.RG_DSS_HIERARCHY_DETAILS, object_name:RG_DSS_HIERARCHY_DETAILS, status:VALID, product: RG - Application Report Generator , description: Financial Analyzer hierarchy segment mappings , implementation_dba_data: RG.RG_DSS_HIERARCHY_DETAILS ,
-
Table: RG_DSS_REQUESTS
12.2.2
owner:RG, object_type:TABLE, fnd_design_data:RG.RG_DSS_REQUESTS, object_name:RG_DSS_REQUESTS, status:VALID, product: RG - Application Report Generator , description: Financial Analyzer extract/load request tracking , implementation_dba_data: RG.RG_DSS_REQUESTS ,
-
Table: RG_DSS_REQUESTS
12.1.1
owner:RG, object_type:TABLE, fnd_design_data:RG.RG_DSS_REQUESTS, object_name:RG_DSS_REQUESTS, status:VALID, product: RG - Application Report Generator , description: Financial Analyzer extract/load request tracking , implementation_dba_data: RG.RG_DSS_REQUESTS ,
-
View: RG_DSS_HIERARCHIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:RG.RG_DSS_HIERARCHIES_V, object_name:RG_DSS_HIERARCHIES_V, status:VALID, product: RG - Application Report Generator , description: 10SC ONLY , implementation_dba_data: APPS.RG_DSS_HIERARCHIES_V ,
-
View: RG_DSS_HIERARCHIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:RG.RG_DSS_HIERARCHIES_V, object_name:RG_DSS_HIERARCHIES_V, status:VALID, product: RG - Application Report Generator , description: 10SC ONLY , implementation_dba_data: APPS.RG_DSS_HIERARCHIES_V ,
-
View: RG_DSS_HIERARCHY_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:RG.RG_DSS_HIERARCHY_DETAILS_V, object_name:RG_DSS_HIERARCHY_DETAILS_V, status:VALID, product: RG - Application Report Generator , description: 10SC ONLY , implementation_dba_data: APPS.RG_DSS_HIERARCHY_DETAILS_V ,
-
View: RG_DSS_HIERARCHY_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:RG.RG_DSS_HIERARCHY_DETAILS_V, object_name:RG_DSS_HIERARCHY_DETAILS_V, status:VALID, product: RG - Application Report Generator , description: 10SC ONLY , implementation_dba_data: APPS.RG_DSS_HIERARCHY_DETAILS_V ,
-
View: RG_DSS_REQUESTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:RG.RG_DSS_REQUESTS_V, object_name:RG_DSS_REQUESTS_V, status:VALID, product: RG - Application Report Generator , implementation_dba_data: APPS.RG_DSS_REQUESTS_V ,
-
View: RG_DSS_REQUESTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:RG.RG_DSS_REQUESTS_V, object_name:RG_DSS_REQUESTS_V, status:VALID, product: RG - Application Report Generator , implementation_dba_data: APPS.RG_DSS_REQUESTS_V ,