Search Results rg_dss_requests
Overview
The RG_DSS_REQUESTS table is a core data object within the Oracle E-Business Suite (EBS) Application Report Generator (RG) module. It functions as the central tracking and logging mechanism for requests related to the Financial Analyzer extract and load processes. Financial Analyzer, a component of Oracle's Enterprise Performance Management suite, relies on data extracted from the EBS General Ledger. This table records the metadata and status of each concurrent program request that extracts financial data from the GL or loads data back into it, providing a critical audit trail and enabling users to monitor the history and outcome of these integration jobs.
Key Information Stored
The table's primary identifier is the REQUEST_ID, which is the primary key for the table. The most critical foreign key is CONCURRENT_REQUEST_ID, which links each record directly to the FND_CONCURRENT_REQUESTS table, thereby integrating the Financial Analyzer process with the standard EBS concurrent manager framework for execution and status monitoring. Other essential foreign keys define the specific context of each data transfer operation: LEDGER_ID (GL_SETS_OF_BOOKS_11I) specifies the source ledger, BUDGET_VERSION_ID (GL_BUDGET_VERSIONS) and ENCUMBRANCE_TYPE_ID (GL_ENCUMBRANCE_TYPES) identify the budget or encumbrance data being processed, TEMPLATE_ID (GL_SUMMARY_TEMPLATES) points to the summary template used, and HIERARCHY_ID (RG_DSS_HIERARCHIES) references the account hierarchy definition for the extract.
Common Use Cases and Queries
A primary use case is auditing and troubleshooting Financial Analyzer data transfer jobs. System administrators and functional users frequently query this table to check the status and parameters of recent or historical extracts. A common reporting query joins RG_DSS_REQUESTS with FND_CONCURRENT_REQUESTS to get the human-readable program name and execution details.
- Sample Query to List Recent Extracts:
SELECT rgr.request_id, fcr.request_id AS concurrent_request_id, fcr.concurrent_program_name, fcr.argument_text, fcr.phase_code, fcr.status_code, fcr.request_date FROM rg.rg_dss_requests rgr, apps.fnd_concurrent_requests fcr WHERE rgr.concurrent_request_id = fcr.request_id ORDER BY fcr.request_date DESC; - Identifying Failed Requests: Users filter on the phase and status codes from the joined FND_CONCURRENT_REQUESTS table (e.g., WHERE fcr.phase_code = 'C' AND fcr.status_code = 'E') to identify failed jobs for re-submission or analysis.
Related Objects
The RG_DSS_REQUESTS table is centrally connected to several key EBS tables via documented foreign key relationships, which define its operational context.
- FND_CONCURRENT_REQUESTS: Joined via RG_DSS_REQUESTS.CONCURRENT_REQUEST_ID = FND_CONCURRENT_REQUESTS.REQUEST_ID. This is the most critical relationship, providing execution log details.
- GL_SETS_OF_BOOKS_11I: Joined via RG_DSS_REQUESTS.LEDGER_ID. Identifies the specific ledger from which data is extracted.
- GL_BUDGET_VERSIONS: Joined via RG_DSS_REQUESTS.BUDGET_VERSION_ID. Specifies the budget data version for budget-related extracts.
- GL_ENCUMBRANCE_TYPES: Joined via RG_DSS_REQUESTS.ENCUMBRANCE_TYPE_ID. Specifies the encumbrance type for encumbrance-related extracts.
- GL_SUMMARY_TEMPLATES: Joined via RG_DSS_REQUESTS.TEMPLATE_ID. References the summary template used to define the data aggregation.
- RG_DSS_HIERARCHIES: Joined via RG_DSS_REQUESTS.HIERARCHY_ID. References the account hierarchy used to structure the extracted financial data.
-
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 ,
-
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 ,
-
APPS.RG_DSS_REQUESTS_PKG dependencies on RG_DSS_REQUESTS
12.1.1
-
APPS.RG_DSS_REQUESTS_PKG dependencies on RG_DSS_REQUESTS
12.2.2
-
SYNONYM: APPS.RG_DSS_REQUESTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RG_DSS_REQUESTS, status:VALID,
-
SYNONYM: APPS.RG_DSS_REQUESTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RG_DSS_REQUESTS, status:VALID,
-
VIEW: RG.RG_DSS_REQUESTS#
12.2.2
owner:RG, object_type:VIEW, object_name:RG_DSS_REQUESTS#, status:VALID,
-
Concurrent Program: FEM_OFA_REQUEST
12.2.2
execution_filename: FEM_OFA.RUN_GL_REQUESTS , product: FEM - Enterprise Performance Foundation (Obsolete) , user_name: FEM_OFA_REQUEST , description: Manages loading of tasks from rg_dss_requests to FEM_OFADATA , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
APPS.RG_DSS_REQUESTS_PKG SQL Statements
12.1.1
-
Concurrent Program: ZPB_GL_REQUEST
12.2.2
execution_filename: ZPB_GL.RUN_GL_REQUESTS , product: ZPB - Enterprise Planning and Budgeting (Obsolete) , user_name: ZPB_GL_REQUEST , description: Manages loading of tasks from rg_dss_requests to ZPBGLDATA , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: ZPB_GL_REQUEST
12.1.1
execution_filename: ZPB_GL.RUN_GL_REQUESTS , product: ZPB - Enterprise Planning and Budgeting , user_name: ZPB_GL_REQUEST , description: Manages loading of tasks from rg_dss_requests to ZPBGLDATA , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FEM_OFA_REQUEST
12.1.1
execution_filename: FEM_OFA.RUN_GL_REQUESTS , product: FEM - Enterprise Performance Foundation , user_name: FEM_OFA_REQUEST , description: Manages loading of tasks from rg_dss_requests to FEM_OFADATA , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
APPS.RG_DSS_REQUESTS_PKG SQL Statements
12.2.2
-
VIEW: RG.RG_DSS_REQUESTS#
12.2.2
-
TABLE: RG.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,
-
TABLE: RG.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,
-
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 ,
-
PACKAGE BODY: APPS.RG_DSS_REQUESTS_PKG
12.1.1
-
PACKAGE BODY: APPS.RG_DSS_REQUESTS_PKG
12.2.2
-
VIEW: APPS.RG_DSS_REQUESTS_V
12.1.1
-
VIEW: APPS.RG_DSS_REQUESTS_V
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.RG_DSS_REQUESTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:RG_DSS_REQUESTS_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
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 ,
-
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
-
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 BODY: APPS.RG_DSS_REQUESTS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:RG_DSS_REQUESTS_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
Table: GL_SUMMARY_TEMPLATES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_SUMMARY_TEMPLATES, object_name:GL_SUMMARY_TEMPLATES, status:VALID, product: GL - General Ledger , description: Summary account templates , implementation_dba_data: GL.GL_SUMMARY_TEMPLATES ,
-
Table: GL_ENCUMBRANCE_TYPES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_ENCUMBRANCE_TYPES, object_name:GL_ENCUMBRANCE_TYPES, status:VALID, product: GL - General Ledger , description: Encumbrance type definitions , implementation_dba_data: GL.GL_ENCUMBRANCE_TYPES ,
-
Table: GL_SUMMARY_TEMPLATES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_SUMMARY_TEMPLATES, object_name:GL_SUMMARY_TEMPLATES, status:VALID, product: GL - General Ledger , description: Summary account templates , implementation_dba_data: GL.GL_SUMMARY_TEMPLATES ,
-
Table: GL_ENCUMBRANCE_TYPES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_ENCUMBRANCE_TYPES, object_name:GL_ENCUMBRANCE_TYPES, status:VALID, product: GL - General Ledger , description: Encumbrance type definitions , implementation_dba_data: GL.GL_ENCUMBRANCE_TYPES ,
-
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 ,
-
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 ,
-
Table: GL_BUDGET_VERSIONS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BUDGET_VERSIONS, object_name:GL_BUDGET_VERSIONS, status:VALID, product: GL - General Ledger , description: Budget version definitions , implementation_dba_data: GL.GL_BUDGET_VERSIONS ,
-
Table: GL_BUDGET_VERSIONS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BUDGET_VERSIONS, object_name:GL_BUDGET_VERSIONS, status:VALID, product: GL - General Ledger , description: Budget version definitions , implementation_dba_data: GL.GL_BUDGET_VERSIONS ,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
Table: FND_CONCURRENT_REQUESTS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_REQUESTS, object_name:FND_CONCURRENT_REQUESTS, status:VALID, product: FND - Application Object Library , description: Concurrent requests information , implementation_dba_data: APPLSYS.FND_CONCURRENT_REQUESTS ,
-
Table: FND_CONCURRENT_REQUESTS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_REQUESTS, object_name:FND_CONCURRENT_REQUESTS, status:VALID, product: FND - Application Object Library , description: Concurrent requests information , implementation_dba_data: APPLSYS.FND_CONCURRENT_REQUESTS ,
-
Table: GL_SETS_OF_BOOKS_11I
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS_11I, object_name:GL_SETS_OF_BOOKS_11I, status:VALID, product: GL - General Ledger , description: Set of books definitions , implementation_dba_data: GL.GL_SETS_OF_BOOKS_11I ,
-
Table: GL_SETS_OF_BOOKS_11I
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS_11I, object_name:GL_SETS_OF_BOOKS_11I, status:VALID, product: GL - General Ledger , description: Set of books definitions , implementation_dba_data: GL.GL_SETS_OF_BOOKS_11I ,
-
eTRM - RG Tables and Views
12.1.1
-
eTRM - RG Tables and Views
12.2.2