Search Results rg_report_content_overrides
Overview
The RG_REPORT_CONTENT_OVERRIDES table is a core data structure within the Application Report Generator (RG) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. Its primary role is to manage detailed, ledger-specific overrides to the standard account range assignments defined for a report content set. In the context of financial reporting, a content set defines a collection of accounts and ranges. This table allows implementers to create exceptions or specific assignments for particular ledgers, providing the flexibility to tailor general report definitions to the unique chart of accounts structures in different ledgers or legal entities. It is a critical component for generating accurate and entity-specific financial statements from a centralized reporting definition.
Key Information Stored
The table stores the linkage between a content set, a specific ledger, and the account ranges that should be used for that ledger as an override. Based on the provided metadata, the key columns include:
- CONTENT_SET_ID: Foreign key to RG_REPORT_CONTENT_SETS, identifying the master content set being overridden.
- OVERRIDE_SEQ: A sequence number that, combined with CONTENT_SET_ID, forms the table's primary key (RG_REPORT_CONTENT_OVERRIDES_PK). This uniquely identifies each override rule for a given content set.
- LEDGER_ID: Foreign key to GL_LEDGERS, specifying the ledger for which this override rule is applicable. This is the key column that enables ledger-specific customization.
While the exact column list is not fully detailed in the excerpt, the table's description as "Assignments of account ranges to content sets" implies it contains columns to define account ranges (e.g., from and to account values) and likely a column to map those ranges to a specific row or line in a report content set.
Common Use Cases and Queries
A primary use case is troubleshooting or auditing the configuration of financial reports that are not pulling the expected data for a specific subsidiary ledger. An administrator would query this table to verify if any ledger-specific overrides exist and what account ranges they define. A common query pattern involves joining to the content set and ledger tables to make the data readable:
- Identifying all overrides for a content set:
SELECT * FROM rg.rg_report_content_overrides WHERE content_set_id = <ID> ORDER BY ledger_id, override_seq; - Reviewing overrides for a specific ledger:
SELECT rcs.name content_set, rco.* FROM rg.rg_report_content_overrides rco JOIN rg.rg_report_content_sets rcs ON rco.content_set_id = rcs.content_set_id WHERE rco.ledger_id = <LEDGER_ID>;
These queries are essential for configuration reviews, migration validations, and resolving data discrepancies in generated financial reports.
Related Objects
The table maintains defined foreign key relationships with two other critical EBS tables, as documented in the metadata:
- RG_REPORT_CONTENT_SETS: Joined via
RG_REPORT_CONTENT_OVERRIDES.CONTENT_SET_ID. This is the parent table containing the master definition of the report content set to which the overrides apply. - GL_LEDGERS: Joined via
RG_REPORT_CONTENT_OVERRIDES.LEDGER_ID. This relationship ties the override rule to a specific general ledger, enabling the ledger-specific customization of account ranges.
These relationships ensure data integrity and are fundamental to any join performed for reporting or diagnostic queries involving report content overrides.
-
Table: RG_REPORT_CONTENT_OVERRIDES
12.2.2
owner:RG, object_type:TABLE, fnd_design_data:RG.RG_REPORT_CONTENT_OVERRIDES, object_name:RG_REPORT_CONTENT_OVERRIDES, status:VALID, product: RG - Application Report Generator , description: Assignments of account ranges to content sets , implementation_dba_data: RG.RG_REPORT_CONTENT_OVERRIDES ,
-
Table: RG_REPORT_CONTENT_OVERRIDES
12.1.1
owner:RG, object_type:TABLE, fnd_design_data:RG.RG_REPORT_CONTENT_OVERRIDES, object_name:RG_REPORT_CONTENT_OVERRIDES, status:VALID, product: RG - Application Report Generator , description: Assignments of account ranges to content sets , implementation_dba_data: RG.RG_REPORT_CONTENT_OVERRIDES ,
-
APPS.RG_CONTENT_OVERRIDES_PKG dependencies on RG_REPORT_CONTENT_OVERRIDES
12.2.2
-
APPS.RG_CONTENT_OVERRIDES_PKG dependencies on RG_REPORT_CONTENT_OVERRIDES
12.1.1
-
SYNONYM: APPS.RG_REPORT_CONTENT_OVERRIDES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RG_REPORT_CONTENT_OVERRIDES, status:VALID,
-
VIEW: APPS.RG_REPORT_CONTENT_OVERRIDE_DFV
12.2.2
-
VIEW: APPS.RG_REPORT_CONTENT_OVERRIDE_DFV
12.1.1
-
SYNONYM: APPS.RG_REPORT_CONTENT_OVERRIDES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RG_REPORT_CONTENT_OVERRIDES, status:VALID,
-
PACKAGE BODY: APPS.RG_CONTENT_OVERRIDES_PKG
12.1.1
-
PACKAGE BODY: APPS.RG_CONTENT_OVERRIDES_PKG
12.2.2
-
APPS.RG_CONTENT_OVERRIDES_PKG dependencies on DUAL
12.1.1
-
12.2.2 DBA Data
12.2.2
-
Table: RG_REPORT_CONTENT_SETS
12.2.2
owner:RG, object_type:TABLE, fnd_design_data:RG.RG_REPORT_CONTENT_SETS, object_name:RG_REPORT_CONTENT_SETS, status:VALID, product: RG - Application Report Generator , description: Content set definitions , implementation_dba_data: RG.RG_REPORT_CONTENT_SETS ,
-
Table: RG_REPORT_CONTENT_SETS
12.1.1
owner:RG, object_type:TABLE, fnd_design_data:RG.RG_REPORT_CONTENT_SETS, object_name:RG_REPORT_CONTENT_SETS, status:VALID, product: RG - Application Report Generator , description: Content set definitions , implementation_dba_data: RG.RG_REPORT_CONTENT_SETS ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.RG_CONTENT_OVERRIDES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:RG_CONTENT_OVERRIDES_PKG, status:VALID,
-
APPS.RG_CONTENT_OVERRIDES_PKG dependencies on RG_CONTENT_OVERRIDES_PKG
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.RG_CONTENT_OVERRIDES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:RG_CONTENT_OVERRIDES_PKG, status:VALID,
-
APPS.RG_CONTENT_OVERRIDES_PKG SQL Statements
12.2.2
-
APPS.RG_CONTENT_OVERRIDES_PKG SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.RG_CONTENT_OVERRIDES_PKG dependencies on DUAL
12.2.2
-
VIEW: APPS.RG_REPORT_CONTENT_OVERRIDE_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:RG_REPORT_CONTENT_OVERRIDE_DFV, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.RG_CONTENT_OVERRIDES_PKG
12.1.1
-
PACKAGE: APPS.RG_CONTENT_OVERRIDES_PKG
12.2.2
-
VIEW: APPS.RG_REPORT_CONTENT_OVERRIDE_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:RG_REPORT_CONTENT_OVERRIDE_DFV, status:VALID,
-
APPS.RG_CONTENT_OVERRIDES_PKG dependencies on RG_CONTENT_OVERRIDES_PKG
12.1.1
-
Table: GL_LEDGERS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGERS, object_name:GL_LEDGERS, status:VALID, product: GL - General Ledger , description: Ledger definition , implementation_dba_data: GL.GL_LEDGERS ,
-
VIEW: RG.RG_REPORT_CONTENT_OVERRIDES#
12.2.2
owner:RG, object_type:VIEW, object_name:RG_REPORT_CONTENT_OVERRIDES#, status:VALID,
-
Table: GL_LEDGERS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGERS, object_name:GL_LEDGERS, status:VALID, product: GL - General Ledger , description: Ledger definition , implementation_dba_data: GL.GL_LEDGERS ,
-
VIEW: RG.RG_REPORT_CONTENT_OVERRIDES#
12.2.2
-
APPS.RG_XFER_COMP_PRIVATE_PKG SQL Statements
12.2.2
-
APPS.RG_XFER_COMP_PRIVATE_PKG SQL Statements
12.1.1
-
APPS.RG_XFER_COMP_PRIVATE_PKG dependencies on DBMS_SQL
12.2.2
-
APPS.RG_XFER_COMP_PRIVATE_PKG dependencies on DBMS_SQL
12.1.1
-
TABLE: RG.RG_REPORT_CONTENT_OVERRIDES
12.2.2
owner:RG, object_type:TABLE, fnd_design_data:RG.RG_REPORT_CONTENT_OVERRIDES, object_name:RG_REPORT_CONTENT_OVERRIDES, status:VALID,
-
TABLE: RG.RG_REPORT_CONTENT_OVERRIDES
12.1.1
owner:RG, object_type:TABLE, fnd_design_data:RG.RG_REPORT_CONTENT_OVERRIDES, object_name:RG_REPORT_CONTENT_OVERRIDES, status:VALID,
-
PACKAGE BODY: APPS.RG_XFER_COMP_PRIVATE_PKG
12.1.1
-
PACKAGE BODY: APPS.RG_XFER_COMP_PRIVATE_PKG
12.2.2
-
eTRM - RG Tables and Views
12.1.1
-
eTRM - RG Tables and Views
12.2.2
-
eTRM - RG Tables and Views
12.2.2
-
eTRM - RG Tables and Views
12.1.1