Search Results gl_consolidation_audit
Overview
GL_CONSOLIDATION_AUDIT is a General Ledger table in the Oracle EBS 12.1.1 and 12.2.2 schemas (owner: GL) that stores audit data generated during consolidation runs. Consolidation in Oracle General Ledger is the process by which balances from one or more source (subsidiary) ledgers are combined into a single target (parent) ledger. This table functions as the persistent audit trail for each such run, capturing the balances contributed by the source ledger, the accounts involved, and the parameters under which the transfer executed.
The table is documented with 43 columns in the ETRM 12.2.2 physical schema. Based on its foreign key structure, a heuristic Data Vault classification of link is appropriate: the table principally records associations between a consolidation definition, a source ledger, a target ledger, a source code combination, and the concurrent request that produced the output, rather than acting as a standalone descriptive hub or an attribute-only satellite.
Key Information Stored
The most operationally significant columns are:
- CONSOLIDATION_ID — Foreign key to GL_CONSOLIDATION, identifying the consolidation definition or run record that produced the audit rows.
- FROM_LEDGER_ID — Foreign key to GL_SETS_OF_BOOKS_11I, identifying the source ledger from which balances originated.
- TO_LEDGER_ID — Identifies the target ledger receiving the consolidated balances.
- FROM_CODE_COMBINATION_ID — Foreign key to GL_CODE_COMBINATIONS, identifying the source account for the audited balance.
- REQUEST_ID — Foreign key to FND_CONCURRENT_REQUESTS, linking each row to the concurrent program submission that performed the consolidation.
- FROM_PERIOD_NAME and TO_PERIOD_NAME — The accounting periods on the source and target sides.
- ACCOUNTING_DATE — The accounting date assigned to the consolidated amounts.
- ACTUAL_FLAG — Indicates whether the consolidated amount is actual, budget, or encumbrance.
- CONSOLIDATION_TYPE — The consolidation method used (for example, balance transfer or balance-level consolidation).
- AVERAGE_CONSOLIDATION_FLAG — Indicates whether average balance consolidation was applied.
- ENTERED_DR and ENTERED_CR — Debit and credit amounts entered for the audited line.
- SEGMENT1 through SEGMENT30 — The denormalized account segment values describing the source account combination.
No unique index columns are documented in the supplied metadata, so CONSOLIDATION_ID, REQUEST_ID, and the ledger/account foreign keys should be treated as the principal business-key candidates for querying and joining rather than as guaranteed unique identifiers.
Common Use Cases and Queries
Typical usage centers on auditing and reconciling consolidation output: verifying that every source account expected to transfer did transfer, tracing a consolidated balance back to its source ledger and account, and determining which concurrent request produced a given result.
A representative query pattern joins the audit table back to its parent consolidation and the concurrent request:
- Select consolidation_id, from_ledger_id, to_ledger_id, from_period_name, to_period_name, from_code_combination_id, entered_dr, entered_cr from gl_consolidation_audit where consolidation_id = :id order by from_code_combination_id;
- Join to fnd_concurrent_requests on request_id to identify the program run, submitter, and completion status associated with the audited balances.
- Join to gl_code_combinations on from_code_combination_id to resolve the concatenated segment values into a readable account.
Common reporting scenarios include reconciliation of subsidiary-to-parent balances, exception analysis for accounts that failed to transfer, and historical review of consolidation activity by period and ledger pair.
Related Objects
The following objects interact with GL_CONSOLIDATION_AUDIT through documented foreign key relationships:
- GL_CONSOLIDATION — via CONSOLIDATION_ID; the parent consolidation definition and run record.
- GL_SETS_OF_BOOKS_11I — via FROM_LEDGER_ID; resolves the source ledger name and currency.
- GL_CODE_COMBINATIONS — via FROM_CODE_COMBINATION_ID; resolves account segment values.
- FND_CONCURRENT_REQUESTS — via REQUEST_ID; identifies the concurrent program execution that generated the audit rows.
The target ledger reference (TO_LEDGER_ID) is also part of the relationship structure and should be resolved against the ledger definition when reporting on the destination side of a consolidation.
-
Table: GL_CONSOLIDATION_AUDIT
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_CONSOLIDATION_AUDIT, object_name:GL_CONSOLIDATION_AUDIT, status:VALID, product: GL - General Ledger , description: Audit data for consolidation run , implementation_dba_data: GL.GL_CONSOLIDATION_AUDIT ,
-
Table: GL_CONSOLIDATION_AUDIT
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_CONSOLIDATION_AUDIT, object_name:GL_CONSOLIDATION_AUDIT, status:VALID, product: GL - General Ledger , description: Audit data for consolidation run , implementation_dba_data: GL.GL_CONSOLIDATION_AUDIT ,
-
SYNONYM: APPS.GL_CONSOLIDATION_AUDIT
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_CONSOLIDATION_AUDIT, status:VALID,
-
VIEW: APPS.GL_CONSOLIDATION_AUDIT_V
12.2.2
-
SYNONYM: APPS.GL_CONSOLIDATION_AUDIT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_CONSOLIDATION_AUDIT, status:VALID,
-
VIEW: GL.GL_CONSOLIDATION_AUDIT#
12.2.2
-
VIEW: APPS.GL_CONSOLIDATION_AUDIT_V
12.1.1
-
VIEW: GL.GL_CONSOLIDATION_AUDIT#
12.2.2
owner:GL, object_type:VIEW, object_name:GL_CONSOLIDATION_AUDIT#, status:VALID,
-
TABLE: GL.GL_CONSOLIDATION_AUDIT
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_CONSOLIDATION_AUDIT, object_name:GL_CONSOLIDATION_AUDIT, status:VALID,
-
Table: GL_CONSOLIDATION
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_CONSOLIDATION, object_name:GL_CONSOLIDATION, status:VALID, product: GL - General Ledger , description: Consolidation definitions , implementation_dba_data: GL.GL_CONSOLIDATION ,
-
View: GL_CONSOLIDATION_AUDIT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_CONSOLIDATION_AUDIT_V, object_name:GL_CONSOLIDATION_AUDIT_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_CONSOLIDATION_AUDIT_V ,
-
TABLE: GL.GL_CONSOLIDATION_AUDIT
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_CONSOLIDATION_AUDIT, object_name:GL_CONSOLIDATION_AUDIT, status:VALID,
-
Table: GL_CONSOLIDATION
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_CONSOLIDATION, object_name:GL_CONSOLIDATION, status:VALID, product: GL - General Ledger , description: Consolidation definitions , implementation_dba_data: GL.GL_CONSOLIDATION ,
-
VIEW: APPS.GL_CONSOLIDATION_AUDIT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_CONSOLIDATION_AUDIT_V, object_name:GL_CONSOLIDATION_AUDIT_V, status:VALID,
-
VIEW: APPS.GL_CONSOLIDATION_AUDIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_CONSOLIDATION_AUDIT_V, object_name:GL_CONSOLIDATION_AUDIT_V, status:VALID,
-
View: GL_CONSOLIDATION_AUDIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_CONSOLIDATION_AUDIT_V, object_name:GL_CONSOLIDATION_AUDIT_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_CONSOLIDATION_AUDIT_V ,
-
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 ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
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: 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 ,
-
Table: GL_CODE_COMBINATIONS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_CODE_COMBINATIONS, object_name:GL_CODE_COMBINATIONS, status:VALID, product: GL - General Ledger , description: Account combinations , implementation_dba_data: GL.GL_CODE_COMBINATIONS ,
-
Table: GL_CODE_COMBINATIONS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_CODE_COMBINATIONS, object_name:GL_CODE_COMBINATIONS, status:VALID, product: GL - General Ledger , description: Account combinations , implementation_dba_data: GL.GL_CODE_COMBINATIONS ,
-
Foreign Keys
12.2.2
-
Foreign Keys
12.1.1
-
eTRM - SQLGL Tables and Views
12.2.2
description: This table contains the tracking information that Golden Gate will use to launch Journal Import. ,
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,
-
eTRM - SQLGL Tables and Views
12.2.2
description: This table contains the tracking information that Golden Gate will use to launch Journal Import. ,
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1