Search Results consolidation_name
Overview
GL_CONSOLIDATION_AUDIT_V is a reporting view owned by the APPS schema in Oracle E-Business Suite General Ledger. It exposes a consolidated, de-normalized read model of consolidation activity by joining consolidation definitions, their audit records, and the corresponding accounting period status rows. The view is marked VALID and is shipped as part of the General Ledger (GL) product, version-tagged internally by the header directive $HEADER: GLGVWREG.LDT 120.16.12010000.5.
The view answers a recurring operational question: which consolidations ran, into which target period, and in what accounting period sequence did that target period fall? Because it surfaces CONSOLIDATION_NAME directly, it is the natural access point for users and downstream processes searching on consolidation name rather than internal numeric consolidation identifiers. It is intended for inquiry, audit, and integration reporting rather than transactional maintenance; consolidation definitions and audit rows are created and maintained by the consolidation concurrent programs, not by this view.
Underlying Base Objects
The documented view text references three base objects, all resolved through APPS synonyms:
- GL_CONSOLIDATION — the consolidation definition (parent/subsidiary mapping, target ledger, and name). Aliased as
Cand the source ofCONSOLIDATION_IDandNAME. - GL_CONSOLIDATION_AUDIT — the audit trail of consolidation executions, holding the target period name for each run. Aliased as
CA. - GL_PERIOD_STATUSES — the period calendar/status table, filtered to
APPLICATION_ID = 101(General Ledger) and matched on the consolidation's target ledger and the audit row's target period. Aliased asPS.
Joins are equi-joins on C.CONSOLIDATION_ID = CA.CONSOLIDATION_ID, PS.LEDGER_ID = C.TO_LEDGER_ID, and PS.PERIOD_NAME = CA.TO_PERIOD_NAME. The query applies DISTINCT, which suppresses duplicate combinations arising from multiple audit rows or overlapping period status rows.
Key Columns
- CONSOLIDATION_ID — surrogate identifier of the consolidation definition; the join key back to GL_CONSOLIDATION.
- CONSOLIDATION_NAME — the user-defined consolidation name from GL_CONSOLIDATION. This is the column most frequently used as a search filter and display value.
- PERIOD_NAME — the target period name from the consolidation audit record, validated against GL_PERIOD_STATUSES for the target ledger.
- PERIOD_YEAR — the fiscal/calendar year of that target period, sourced from GL_PERIOD_STATUSES.
- PERIOD_NUM — the numeric period sequence within the year, enabling chronological ordering of consolidation runs independently of period-name formatting.
Common Use Cases and Queries
Typical scenarios include auditing which periods have been consolidated into a given target ledger, listing all periods touched by a named consolidation, and feeding downstream extracts that require year/period sequencing. A representative lookup by consolidation name:
SELECT consolidation_id, consolidation_name, period_name, period_year, period_num FROM apps.gl_consolidation_audit_v WHERE consolidation_name = :name ORDER BY period_year, period_num;SELECT consolidation_name, COUNT(DISTINCT period_name) FROM apps.gl_consolidation_audit_v GROUP BY consolidation_name;— to gauge consolidation coverage per definition.SELECT * FROM apps.gl_consolidation_audit_v WHERE period_year = :year AND period_num = :period;— to enumerate all consolidations hitting a specific target period.
Because the view is read-only and joins only three objects, it performs efficiently for targeted predicates on CONSOLIDATION_NAME and period columns; large unfiltered extracts should still be constrained by ledger or period for best performance.
-
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 ,
-
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 ,
-
VIEW: APPS.GL_CONSOLIDATION_AUDIT_V
12.1.1
-
View: PAY_PAYROLL_ACTIONS_V4
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYROLL_ACTIONS_V4, object_name:PAY_PAYROLL_ACTIONS_V4, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_PAYROLL_ACTIONS_V4 ,
-
VIEW: APPS.GL_CONSOLIDATION_AUDIT_V
12.2.2
-
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: GL_CONS_SET_ASSIGN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_CONS_SET_ASSIGN_V, object_name:GL_CONS_SET_ASSIGN_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_CONS_SET_ASSIGN_V ,
-
View: PAY_PAYROLL_ACTIONS_V4
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYROLL_ACTIONS_V4, object_name:PAY_PAYROLL_ACTIONS_V4, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_PAYROLL_ACTIONS_V4 ,
-
VIEW: APPS.PAY_PAYROLL_ACTIONS_V4
12.1.1
-
TABLE: BIS.EDW_LOCAL_CONS_SET_OF_BOOKS
12.1.1
owner:BIS, object_type:TABLE, fnd_design_data:BIS.EDW_LOCAL_CONS_SET_OF_BOOKS, object_name:EDW_LOCAL_CONS_SET_OF_BOOKS, status:VALID,
-
VIEW: APPS.GL_CONS_SET_ASSIGN_V
12.1.1
-
VIEW: APPS.GL_CONS_SET_ASSIGN_V
12.2.2
-
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,
-
TABLE: BIS.EDW_CONS_SET_OF_BOOKS
12.1.1
owner:BIS, object_type:TABLE, fnd_design_data:BIS.EDW_CONS_SET_OF_BOOKS FII.EDW_CONS_SET_OF_BOOKS, object_name:EDW_CONS_SET_OF_BOOKS, status:VALID,
-
View: GL_CONS_SET_ASSIGN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_CONS_SET_ASSIGN_V, object_name:GL_CONS_SET_ASSIGN_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_CONS_SET_ASSIGN_V ,
-
VIEW: APPS.GL_CONS_SET_ASSIGN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_CONS_SET_ASSIGN_V, object_name:GL_CONS_SET_ASSIGN_V, status:VALID,
-
VIEW: APPS.PAY_PAYROLL_ACTIONS_V4
12.2.2
-
View: GL_CONSOLIDATION_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_CONSOLIDATION_HISTORY_V, object_name:GL_CONSOLIDATION_HISTORY_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_CONSOLIDATION_HISTORY_V ,
-
VIEW: APPS.PAY_PAYROLL_ACTIONS_V4
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYROLL_ACTIONS_V4, object_name:PAY_PAYROLL_ACTIONS_V4, status:VALID,
-
View: GL_CONSOLIDATION_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_CONSOLIDATION_HISTORY_V, object_name:GL_CONSOLIDATION_HISTORY_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_CONSOLIDATION_HISTORY_V ,
-
VIEW: APPS.PAY_PAYROLL_ACTIONS_V4
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYROLL_ACTIONS_V4, object_name:PAY_PAYROLL_ACTIONS_V4, status:VALID,
-
VIEW: APPS.GL_CONS_SET_ASSIGN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_CONS_SET_ASSIGN_V, object_name:GL_CONS_SET_ASSIGN_V, status:VALID,
-
VIEW: APPS.GL_CONSOLIDATION_HISTORY_V
12.2.2
-
VIEW: APPS.GL_CONSOLIDATION_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_CONSOLIDATION_HISTORY_V, object_name:GL_CONSOLIDATION_HISTORY_V, status:VALID,
-
VIEW: APPS.GL_CONSOLIDATION_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_CONSOLIDATION_HISTORY_V, object_name:GL_CONSOLIDATION_HISTORY_V, status:VALID,
-
VIEW: APPS.GL_CONSOLIDATION_HISTORY_V
12.1.1
-
PACKAGE: APPS.GL_GLXUSA_XMLP_PKG
12.1.1
-
PACKAGE: APPS.GL_GLXUSA_XMLP_PKG
12.2.2
-
PACKAGE BODY: APPS.GL_GLXCAR_XMLP_PKG
12.2.2
-
PACKAGE BODY: APPS.GL_GLXCAR_XMLP_PKG
12.1.1
-
APPS.EDW_VBH_SETUP SQL Statements
12.1.1
-
PACKAGE: APPS.GL_GLXCAR_XMLP_PKG
12.1.1
-
PACKAGE BODY: APPS.GL_GLCRDR_XMLP_PKG
12.1.1
-
PACKAGE: APPS.GL_GLCRDR_XMLP_PKG
12.1.1
-
PACKAGE: APPS.GL_GLCRDR_XMLP_PKG
12.2.2
-
PACKAGE BODY: APPS.GL_GLCRDR_XMLP_PKG
12.2.2
-
PACKAGE: APPS.GL_GLXCAR_XMLP_PKG
12.2.2
-
PACKAGE BODY: APPS.GL_GLXUSA_XMLP_PKG
12.1.1
-
PACKAGE BODY: APPS.GL_GLXUSA_XMLP_PKG
12.2.2
-
PACKAGE BODY: APPS.EDW_VBH_SETUP
12.1.1
-
PACKAGE: APPS.PAY_DK_PAYMENT_PROCESS_PKG
12.2.2
-
APPS.EDW_VBH_SETUP dependencies on EDW_SET_OF_BOOKS
12.1.1
-
PACKAGE: APPS.PAY_DK_PAYMENT_PROCESS_PKG
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 - BIS Tables and Views
12.1.1
-
eTRM - FII Tables and Views
12.1.1
description: This table stores the mapping of leaf nodes from pruned dimension to nodes in the child value sets ,
-
eTRM - PAY Tables and Views
12.2.2
description: Temporary table used to hold invalid location addresses. ,
-
eTRM - PAY Tables and Views
12.1.1
description: Temporary table used to hold invalid location addresses. ,