Search Results gl_interface_history
Overview
The GL_INTERFACE_HISTORY table is a critical data object within the Oracle E-Business Suite (EBS) General Ledger (GL) module, specifically for versions 12.1.1 and 12.2.2. As indicated by its description, it serves as a historical repository for imported journal entry batches. Its primary role is to store a persistent record of data that has successfully passed through the GL Interface (GL_INTERFACE table) and been processed into the core GL tables. This provides an audit trail and facilitates troubleshooting by preserving the exact state of the imported data before it was posted, allowing for reconciliation between the source data and the final journal entries created in the system.
Key Information Stored
The table's structure is designed to mirror key attributes of a journal entry batch and its constituent lines at the point of import. Based on the documented foreign key relationships, the table stores identifiers that link the historical data to the final posted transactions and related master data. Important columns include JE_BATCH_ID, JE_HEADER_ID, and JE_LINE_NUM, which connect the history to the created GL_JE_BATCHES, GL_JE_HEADERS, and GL_JE_LINES. The SET_OF_BOOKS_ID (Ledger ID), CODE_COMBINATION_ID (Accounting Flexfield), CURRENCY_CODE, and REQUEST_ID (for the concurrent import process) are also stored. Additional columns like BUDGET_VERSION_ID and ENCUMBRANCE_TYPE_ID indicate the table supports the historical tracking of budget journal and encumbrance imports.
Common Use Cases and Queries
The primary use case for GL_INTERFACE_HISTORY is audit and reconciliation reporting. It is essential for verifying what data was submitted to the interface and how it was ultimately created in the General Ledger. A common query pattern involves joining this table to the final journal entry tables to compare imported and posted values. For example, to trace a specific journal batch back to its source data:
- SELECT gih.*, gjb.name batch_name FROM gl_interface_history gih, gl_je_batches gjb WHERE gih.je_batch_id = gjb.je_batch_id AND gih.request_id = :req_id;
It is also frequently used in diagnostic queries when the Journal Import process completes with warnings or errors, allowing analysts to examine the specific rows that were processed in a given run by filtering on REQUEST_ID.
Related Objects
The GL_INTERFACE_HISTORY table maintains documented foreign key relationships with several core EBS tables, as per the provided metadata. These relationships define its integration within the GL schema:
- GL_JE_BATCHES via JE_BATCH_ID
- GL_JE_HEADERS via JE_HEADER_ID
- GL_JE_LINES via JE_HEADER_ID and JE_LINE_NUM
- GL_CODE_COMBINATIONS via CODE_COMBINATION_ID
- GL_SETS_OF_BOOKS_11I (GL_LEDGERS in R12) via SET_OF_BOOKS_ID
- FND_CONCURRENT_REQUESTS via REQUEST_ID
- FND_CURRENCIES via CURRENCY_CODE
- GL_BUDGET_VERSIONS via BUDGET_VERSION_ID
- GL_ENCUMBRANCE_TYPES via ENCUMBRANCE_TYPE_ID
These relationships confirm that GL_INTERFACE_HISTORY is a central point linking the interface process to master data, transactional data, and the execution context of the concurrent manager.
-
Table: GL_INTERFACE_HISTORY
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_INTERFACE_HISTORY, object_name:GL_INTERFACE_HISTORY, status:VALID, product: GL - General Ledger , description: Imported journal entry batches , implementation_dba_data: GL.GL_INTERFACE_HISTORY ,
-
Table: GL_INTERFACE_HISTORY
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_INTERFACE_HISTORY, object_name:GL_INTERFACE_HISTORY, status:VALID, product: GL - General Ledger , description: Imported journal entry batches , implementation_dba_data: GL.GL_INTERFACE_HISTORY ,
-
APPS.GL_PROCURE_TO_PAY dependencies on GL_INTERFACE_HISTORY
12.1.1
-
APPS.GL_PROCURE_TO_PAY dependencies on GL_INTERFACE_HISTORY
12.2.2
-
SYNONYM: APPS.GL_INTERFACE_HISTORY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_INTERFACE_HISTORY, status:VALID,
-
SYNONYM: APPS.GL_INTERFACE_HISTORY
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_INTERFACE_HISTORY, status:VALID,
-
PACKAGE BODY: APPS.GL_PROCURE_TO_PAY
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GL_PROCURE_TO_PAY, status:VALID,
-
PACKAGE BODY: APPS.GL_PROCURE_TO_PAY
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GL_PROCURE_TO_PAY, status:VALID,
-
VIEW: GL.GL_INTERFACE_HISTORY#
12.2.2
owner:GL, object_type:VIEW, object_name:GL_INTERFACE_HISTORY#, status:VALID,
-
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 ,
-
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_JE_LINES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_JE_LINES, object_name:GL_JE_LINES, status:VALID, product: GL - General Ledger , description: Journal entry lines , implementation_dba_data: GL.GL_JE_LINES ,
-
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: GL_JE_HEADERS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_JE_HEADERS, object_name:GL_JE_HEADERS, status:VALID, product: GL - General Ledger , description: Journal entry headers , implementation_dba_data: GL.GL_JE_HEADERS ,
-
Table: GL_JE_HEADERS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_JE_HEADERS, object_name:GL_JE_HEADERS, status:VALID, product: GL - General Ledger , description: Journal entry headers , implementation_dba_data: GL.GL_JE_HEADERS ,
-
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_JE_LINES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_JE_LINES, object_name:GL_JE_LINES, status:VALID, product: GL - General Ledger , description: Journal entry lines , implementation_dba_data: GL.GL_JE_LINES ,
-
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_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: GL.GL_INTERFACE_HISTORY#
12.2.2
-
Table: GL_JE_BATCHES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_JE_BATCHES, object_name:GL_JE_BATCHES, status:VALID, product: GL - General Ledger , description: Journal entry batches , implementation_dba_data: GL.GL_JE_BATCHES ,
-
Table: GL_JE_BATCHES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_JE_BATCHES, object_name:GL_JE_BATCHES, status:VALID, product: GL - General Ledger , description: Journal entry batches , implementation_dba_data: GL.GL_JE_BATCHES ,
-
12.1.1 FND Design Data
12.1.1
-
TABLE: GL.GL_INTERFACE_HISTORY
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_INTERFACE_HISTORY, object_name:GL_INTERFACE_HISTORY, status:VALID,
-
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
-
TABLE: GL.GL_INTERFACE_HISTORY
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_INTERFACE_HISTORY, object_name:GL_INTERFACE_HISTORY, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.GL_PROCURE_TO_PAY
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.GL_PROCURE_TO_PAY
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 ,
-
APPS.GL_PROCURE_TO_PAY SQL Statements
12.1.1
-
APPS.GL_PROCURE_TO_PAY SQL Statements
12.2.2
-
Table: FND_CURRENCIES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CURRENCIES, object_name:FND_CURRENCIES, status:VALID, product: FND - Application Object Library , description: Currencies enabled for use at your site , implementation_dba_data: APPLSYS.FND_CURRENCIES ,
-
Table: FND_CURRENCIES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CURRENCIES, object_name:FND_CURRENCIES, status:VALID, product: FND - Application Object Library , description: Currencies enabled for use at your site , implementation_dba_data: APPLSYS.FND_CURRENCIES ,
-
APPS.GL_PROCURE_TO_PAY dependencies on GL_INTERFACE
12.1.1
-
APPS.GL_PROCURE_TO_PAY dependencies on GL_INTERFACE
12.2.2
-
PACKAGE BODY: APPS.GL_PROCURE_TO_PAY
12.2.2
-
PACKAGE BODY: APPS.GL_PROCURE_TO_PAY
12.1.1
-
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 ,
-
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 ,
-
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 ,