Search Results gcs_cons_eng_runs
Overview
The GCS_CONS_ENG_RUNS table is a core data object within the Oracle E-Business Suite Financial Consolidation Hub (GCS) module, specifically for versions 12.1.1 and 12.2.2. As explicitly noted in the ETRM documentation, this module is now marked as obsolete. The table serves as the primary header or control table for consolidation engine processes. It stores high-level metadata and status information for each execution of a financial consolidation, acting as a parent record to detailed run data. Its role is to uniquely identify and track a consolidation run, linking it to the specific consolidation hierarchy, entity, and concurrent request that initiated it.
Key Information Stored
The table's structure is defined by its primary key and foreign key relationships. The composite primary key (GCS_CONS_ENG_RUNS_PK) consists of RUN_NAME, HIERARCHY_ID, RUN_ENTITY_ID, and PARENT_ENTITY_ID, ensuring a unique identifier for each run within its specific consolidation context. Key columns include RUN_NAME, which identifies the process instance; HIERARCHY_ID, which references the consolidation hierarchy used; and RUN_ENTITY_ID and PARENT_ENTITY_ID, which define the entity being consolidated and its parent. Crucially, the REQUEST_ID column creates a foreign key relationship to FND_CONCURRENT_REQUESTS, linking the consolidation process to the E-Business Suite concurrent manager framework for job scheduling and logging. The ANALYSIS_CYCLE_ID column indicates a relationship to analysis cycle data.
Common Use Cases and Queries
This table is central to monitoring and auditing consolidation activities. Common operational queries involve joining with FND_CONCURRENT_REQUESTS to retrieve the status and log of a consolidation job, or listing all runs for a specific entity or hierarchy for historical analysis. A typical reporting query would select run details alongside concurrent request phase and status.
- Sample Query: To track the status of consolidation runs:
SELECT g.run_name, g.hierarchy_id, f.request_id, f.phase_code, f.status_code FROM gcs_cons_eng_runs g, fnd_concurrent_requests f WHERE g.request_id = f.request_id ORDER BY f.request_date DESC; - Use Case: Identifying failed consolidation processes by joining on REQUEST_ID and filtering for error statuses in FND_CONCURRENT_REQUESTS.
- Use Case: Analyzing run history for a specific entity (RUN_ENTITY_ID) to understand processing frequency and outcomes.
Related Objects
The GCS_CONS_ENG_RUNS table has defined foreign key relationships with several other EBS objects, as documented in the ETRM. These relationships are critical for data integrity and application logic.
- GCS_CONS_ENG_RUNS (Self-Referential): The table references itself via the HIERARCHY_ID column, suggesting a potential hierarchical relationship between different consolidation runs or configurations.
- FND_CONCURRENT_REQUESTS: Linked via GCS_CONS_ENG_RUNS.REQUEST_ID. This is the most critical operational relationship, connecting the consolidation engine to the standard EBS job execution and monitoring system.
- GCS_CONS_ENG_RUNS (Analysis Cycle): The table also references itself via the ANALYSIS_CYCLE_ID column, indicating a separate relationship for tracking analysis cycles within the consolidation framework.
Given the module's obsolete status, direct development on this table is unlikely, but it remains essential for supporting and reporting on existing implementations of the Financial Consolidation Hub.
-
Table: GCS_CONS_ENG_RUNS
12.2.2
product: GCS - Financial Consolidation Hub (Obsolete) , description: Header level information for consolidation processes , implementation_dba_data: Not implemented in this database ,
-
Table: GCS_CONS_ENG_RUNS
12.1.1
owner:GCS, object_type:TABLE, fnd_design_data:GCS.GCS_CONS_ENG_RUNS, object_name:GCS_CONS_ENG_RUNS, status:VALID, product: GCS - Financial Consolidation Hub , description: Header level information for consolidation processes , implementation_dba_data: GCS.GCS_CONS_ENG_RUNS ,
-
APPS.GCS_CONS_ENG_UTILITY_PKG dependencies on GCS_CONS_ENG_RUNS
12.1.1
-
APPS.GCS_XML_DT_UTILITY_PKG dependencies on GCS_CONS_ENG_RUNS
12.1.1
-
APPS.GCS_CONS_IMPACT_ANALYSIS_PKG dependencies on GCS_CONS_ENG_RUNS
12.1.1
-
APPS.GCS_DATA_PREP_PKG dependencies on GCS_CONS_ENG_RUNS
12.1.1
-
APPS.GCS_CONS_ENG_RUNS_PKG dependencies on GCS_CONS_ENG_RUNS
12.1.1
-
APPS.GCS_HIERARCHIES_PKG dependencies on GCS_CONS_ENG_RUNS
12.1.1
-
APPS.GCS_WF_NTF_PKG dependencies on GCS_CONS_ENG_RUNS
12.1.1
-
APPS.GCS_RAISE_EVENT_PKG dependencies on GCS_CONS_ENG_RUNS
12.1.1
-
APPS.GCS_CONS_MONITOR_PKG dependencies on GCS_CONS_ENG_RUNS
12.1.1
-
APPS.GCS_PURGE_PKG dependencies on GCS_CONS_ENG_RUNS
12.1.1
-
APPS.GCS_DP_DYNAMIC_PKG dependencies on GCS_CONS_ENG_RUNS
12.1.1
-
APPS.GCS_CONS_ENGINE_PKG dependencies on GCS_CONS_ENG_RUNS
12.1.1
-
APPS.GCS_WF_NTF_PKG dependencies on GCS_DATA_TYPE_CODES_TL
12.1.1
-
APPS.GCS_PURGE_PKG dependencies on GCS_CONS_ENG_RUN_DTLS
12.1.1
-
APPS.GCS_PURGE_PKG SQL Statements
12.1.1
-
APPS.GCS_WF_NTF_PKG dependencies on FEM_ENTITIES_TL
12.1.1
-
APPS.GCS_CONS_IMPACT_ANALYSIS_PKG SQL Statements
12.1.1
-
APPS.GCS_CONS_IMPACT_ANALYSIS_PKG dependencies on GCS_CONS_ENG_RUN_DTLS
12.1.1
-
APPS.GCS_WF_NTF_PKG dependencies on FEM_CAL_PERIODS_TL
12.1.1
-
APPS.GCS_WF_NTF_PKG dependencies on GCS_HIERARCHIES_TL
12.1.1
-
APPS.GCS_WF_NTF_PKG dependencies on GCS_DATA_TYPE_CODES_B
12.1.1
-
APPS.GCS_CONS_IMPACT_ANALYSIS_PKG dependencies on GCS_CONS_RELATIONSHIPS
12.1.1
-
APPS.GCS_CONS_ENG_RUNS_PKG dependencies on FND_LOG
12.1.1
-
APPS.GCS_RAISE_EVENT_PKG SQL Statements
12.1.1
-
APPS.GCS_CONS_ENGINE_PKG dependencies on FEM_ENTITIES_VL
12.1.1
-
APPS.GCS_WF_NTF_PKG dependencies on FEM_ENTITIES_ATTR
12.1.1
-
APPS.GCS_CONS_ENGINE_PKG dependencies on GCS_ENTITY_CONS_ATTRS
12.1.1
-
APPS.GCS_PURGE_PKG dependencies on AD_PARALLEL_UPDATES_PKG
12.1.1
-
SYNONYM: APPS.GCS_CONS_ENG_RUNS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GCS_CONS_ENG_RUNS, status:VALID,
-
APPS.GCS_CONS_ENGINE_PKG dependencies on FEM_ENTITIES_ATTR
12.1.1
-
APPS.GCS_CONS_IMPACT_ANALYSIS_PKG dependencies on FEM_CAL_PERIODS_ATTR
12.1.1
-
APPS.GCS_CONS_ENG_RUNS_PKG SQL Statements
12.1.1
-
APPS.GCS_CONS_ENGINE_PKG SQL Statements
12.1.1
-
APPS.GCS_WF_NTF_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.GCS_PURGE_PKG
12.1.1
-
APPS.GCS_PURGE_PKG dependencies on GCS_ENTRY_HEADERS
12.1.1
-
APPS.GCS_RAISE_EVENT_PKG dependencies on GCS_CONS_ENG_RUN_DTLS_S
12.1.1
-
APPS.GCS_HIERARCHIES_PKG dependencies on FEM_CAL_PERIODS_ATTR
12.1.1
-
PACKAGE BODY: APPS.GCS_CONS_ENG_RUNS_PKG
12.1.1
-
APPS.GCS_XML_DT_UTILITY_PKG dependencies on GCS_CONS_RELATIONSHIPS
12.1.1
-
APPS.GCS_HIERARCHIES_PKG dependencies on GCS_CONS_ENG_RUN_DTLS
12.1.1
-
APPS.GCS_CONS_IMPACT_ANALYSIS_PKG dependencies on GCS_CURR_TREATMENTS_B
12.1.1
-
APPS.GCS_CONS_IMPACT_ANALYSIS_PKG dependencies on GCS_ENTITIES_ATTR
12.1.1
-
APPS.GCS_CONS_IMPACT_ANALYSIS_PKG dependencies on FEM_GLOBAL_VS_COMBO_DEFS
12.1.1
-
PACKAGE BODY: APPS.GCS_CONS_ENG_RUNS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GCS_CONS_ENG_RUNS_PKG, status:VALID,
-
APPS.GCS_CONS_IMPACT_ANALYSIS_PKG dependencies on FEM_LEDGERS_ATTR
12.1.1
-
TABLE: GCS.GCS_CONS_ENG_RUNS
12.1.1
owner:GCS, object_type:TABLE, fnd_design_data:GCS.GCS_CONS_ENG_RUNS, object_name:GCS_CONS_ENG_RUNS, status:VALID,
-
APPS.GCS_CONS_IMPACT_ANALYSIS_PKG dependencies on GCS_CAL_PERIOD_MAPS_GT
12.1.1