Search Results rg_report_axis_contents
Overview
The RG_REPORT_AXIS_CONTENTS table is a core data structure within the Oracle E-Business Suite Application Report Generator (RG) module. Its primary function is to define the financial content of management reports by storing the specific assignments of General Ledger account ranges to the rows and columns of a report layout. This table acts as the critical link between the structural definition of a report axis (rows/columns) and the actual accounting data from a specific ledger, enabling the dynamic generation of financial statements, such as balance sheets and income statements, with precise account-level detail.
Key Information Stored
While the full column list is not detailed in the provided metadata, the documented foreign key relationships reveal its essential components. The table stores records that associate an account range (or single account) with a specific position in a report's axis set. Key columns inferred and documented include AXIS_SET_ID and AXIS_SEQ, which together identify a unique row or column within a report definition (RG_REPORT_AXES). The LEDGER_ID column specifies the source ledger (GL_LEDGERS) for the account data. Additional columns, not explicitly listed but standard for such a table, would define the account range (e.g., from and to account values, segment qualifiers) and potentially display attributes, sequencing, and calculation rules for the assigned financial data.
Common Use Cases and Queries
This table is central to the runtime execution and auditing of RG reports. A primary use case is tracing which ledger accounts populate a specific line item on a generated financial report. For instance, to analyze the composition of a "Cash and Equivalents" row, a consultant would query this table to find the assigned account ranges. Common SQL patterns involve joining to RG_REPORT_AXES for axis descriptions and GL_LEDGERS for ledger information.
- Sample Query to List Account Assignments for a Report:
SELECT rac.axis_set_id, rac.axis_seq, rac.ledger_id, gl.name ledger_name
FROM rg_report_axis_contents rac,
gl_ledgers gl
WHERE rac.ledger_id = gl.ledger_id
AND rac.axis_set_id = :p_axis_set_id
ORDER BY rac.axis_seq;
Related Objects
The table maintains documented foreign key relationships with two other critical EBS objects, forming the backbone of the Report Generator's data model.
- RG_REPORT_AXES: This is the parent table for the report axis definition. The relationship is established via the composite foreign key on columns AXIS_SET_ID and AXIS_SEQ. Each record in RG_REPORT_AXIS_CONTENTS must correspond to a valid row or column definition in RG_REPORT_AXES.
- GL_LEDGERS: This relationship ties the report content to a specific accounting ledger. The foreign key on column LEDGER_ID references GL_LEDGERS.LEDGER_ID, ensuring that the assigned account ranges are sourced from a valid, accessible ledger within the General Ledger module.
-
Table: RG_REPORT_AXIS_CONTENTS
12.1.1
owner:RG, object_type:TABLE, fnd_design_data:RG.RG_REPORT_AXIS_CONTENTS, object_name:RG_REPORT_AXIS_CONTENTS, status:VALID, product: RG - Application Report Generator , description: Assignments of account ranges to rows and columns , implementation_dba_data: RG.RG_REPORT_AXIS_CONTENTS ,
-
Table: RG_REPORT_AXIS_CONTENTS
12.2.2
owner:RG, object_type:TABLE, fnd_design_data:RG.RG_REPORT_AXIS_CONTENTS, object_name:RG_REPORT_AXIS_CONTENTS, status:VALID, product: RG - Application Report Generator , description: Assignments of account ranges to rows and columns , implementation_dba_data: RG.RG_REPORT_AXIS_CONTENTS ,
-
APPS.RG_REPORT_AXIS_CONTENTS_PKG dependencies on RG_REPORT_AXIS_CONTENTS
12.1.1
-
APPS.JL_BR_SPED_DATA_EXTRACT_PKG dependencies on RG_REPORT_AXIS_CONTENTS
12.2.2
-
APPS.RG_REPORT_AXES_PKG dependencies on RG_REPORT_AXIS_CONTENTS
12.1.1
-
APPS.JA_CN_CFS_CALCULATE_PKG dependencies on RG_REPORT_AXIS_CONTENTS
12.2.2
-
APPS.JA_CN_CFS_CALCULATE_PKG dependencies on RG_REPORT_AXIS_CONTENTS
12.1.1
-
APPS.JA_CN_FSG_FORMULA_EXTRACT_PKG dependencies on RG_REPORT_AXIS_CONTENTS
12.2.2
-
APPS.RG_REPORT_AXES_PKG dependencies on RG_REPORT_AXIS_CONTENTS
12.2.2
-
APPS.RG_REPORT_AXIS_CONTENTS_PKG dependencies on RG_REPORT_AXIS_CONTENTS
12.2.2
-
APPS.RG_REPORT_AXIS_CONTENTS_PKG SQL Statements
12.2.2
-
APPS.RG_REPORT_AXIS_CONTENTS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.RG_REPORT_AXIS_CONTENTS_PKG
12.2.2
-
VIEW: APPS.RG_REPORT_AXIS_CONTENTS_DFV
12.1.1
-
SYNONYM: APPS.RG_REPORT_AXIS_CONTENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RG_REPORT_AXIS_CONTENTS, status:VALID,
-
PACKAGE BODY: APPS.RG_REPORT_AXIS_CONTENTS_PKG
12.1.1
-
SYNONYM: APPS.RG_REPORT_AXIS_CONTENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RG_REPORT_AXIS_CONTENTS, status:VALID,
-
VIEW: APPS.RG_REPORT_AXIS_CONTENTS_DFV
12.2.2
-
APPS.JL_BR_SPED_DATA_EXTRACT_PKG dependencies on RG_REPORT_AXIS_SETS
12.2.2
-
Lookup Type: AX_SET_SIBLINGS
12.1.1
product: RG - Application Report Generator , meaning: AX_SET_SIBLINGS ,
-
Lookup Type: AX_SET_SIBLINGS
12.2.2
product: RG - Application Report Generator , meaning: AX_SET_SIBLINGS ,
-
PACKAGE BODY: APPS.RG_REPORT_AXIS_CONTENTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:RG_REPORT_AXIS_CONTENTS_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.RG_REPORT_AXES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:RG_REPORT_AXES_PKG, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
Table: RG_REPORT_AXES
12.2.2
owner:RG, object_type:TABLE, fnd_design_data:RG.RG_REPORT_AXES, object_name:RG_REPORT_AXES, status:VALID, product: RG - Application Report Generator , description: Row and column definitions , implementation_dba_data: RG.RG_REPORT_AXES ,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.JA_CN_FSG_FORMULA_EXTRACT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_FSG_FORMULA_EXTRACT_PKG, status:VALID,
-
APPS.JL_BR_SPED_DATA_EXTRACT_PKG dependencies on RG_REPORT_AXES_V
12.2.2
-
APPS.JL_BR_SPED_DATA_EXTRACT_PKG dependencies on RG_REPORTS
12.2.2
-
VIEW: APPS.RG_REPORT_AXIS_CONTENTS_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:RG_REPORT_AXIS_CONTENTS_DFV, status:VALID,
-
VIEW: APPS.AMW_FIN_ITEMS_ACCOUNT_RANGE_V
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.RG_REPORT_AXIS_CONTENTS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:RG_REPORT_AXIS_CONTENTS_PKG, 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
-
Table: RG_REPORT_AXES
12.1.1
owner:RG, object_type:TABLE, fnd_design_data:RG.RG_REPORT_AXES, object_name:RG_REPORT_AXES, status:VALID, product: RG - Application Report Generator , description: Row and column definitions , implementation_dba_data: RG.RG_REPORT_AXES ,
-
PACKAGE: APPS.RG_REPORT_AXIS_CONTENTS_PKG
12.1.1
-
VIEW: APPS.RG_REPORT_AXIS_CONTENTS_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:RG_REPORT_AXIS_CONTENTS_DFV, status:VALID,
-
PACKAGE BODY: APPS.RG_REPORT_AXES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:RG_REPORT_AXES_PKG, status:VALID,
-
APPS.RG_REPORT_AXIS_CONTENTS_PKG dependencies on RG_REPORT_AXIS_CONTENTS_PKG
12.2.2
-
APPS.RG_REPORT_AXIS_CONTENTS_PKG dependencies on RG_REPORT_AXIS_CONTENTS_PKG
12.1.1
-
PACKAGE: APPS.RG_REPORT_AXIS_CONTENTS_PKG
12.2.2
-
PACKAGE BODY: APPS.JA_CN_CFS_CALCULATE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_CFS_CALCULATE_PKG, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_CFS_CALCULATE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_CFS_CALCULATE_PKG, status:VALID,
-
PACKAGE BODY: APPS.JL_BR_SPED_DATA_EXTRACT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JL_BR_SPED_DATA_EXTRACT_PKG, status:VALID,