Search Results gl_je_headers
Overview
The GL_JE_HEADERS table is a core data structure within the Oracle E-Business Suite General Ledger (GL) module, specifically for releases 12.1.1 and 12.2.2. It serves as the header-level repository for all journal entries, which are the fundamental records for posting financial transactions to the general ledger. Each row in this table represents a distinct journal entry, containing the overarching control and descriptive information that applies to all lines within that entry. The table's integrity is central to the GL's accounting engine, as it maintains critical relationships to journal batches, ledgers, currencies, and other journal entries for processes like reversals and recurring journals.
Key Information Stored
The table's primary key is the system-generated identifier JE_HEADER_ID. A unique key also exists on the combination of JE_BATCH_ID and NAME, enforcing uniqueness of journal names within a batch. Key columns include LEDGER_ID, which ties the journal to a specific accounting ledger, and CURRENCY_CODE, defining the journal's transaction currency. Status and control are managed through columns such as STATUS (e.g., 'U' for Unposted, 'P' for Posted), PERIOD_NAME, and EFFECTIVE_DATE. The table also captures inter-journal relationships via columns like REVERSED_JE_HEADER_ID, PARENT_JE_HEADER_ID, ACCRUAL_REV_JE_HEADER_ID, and FROM_RECURRING_HEADER_ID, which are essential for tracking reversal chains, summary journals, and template-based entries.
Common Use Cases and Queries
This table is central to journal inquiry, audit reporting, and reconciliation. A common query retrieves unposted journals for a specific ledger and period to review before posting:
- SELECT je_header_id, name, period_name, effective_date FROM gl_je_headers WHERE ledger_id = 1001 AND status = 'U' AND period_name = 'JAN-2024';
Another frequent use case is tracing the reversal of a specific journal entry:
- SELECT reversed_je_header_id FROM gl_je_headers WHERE je_header_id = <original_journal_id>;
For consolidated reporting, analysts often join GL_JE_HEADERS with GL_JE_LINES and GL_CODE_COMBINATIONS to analyze transaction volume and balances by account segment.
Related Objects
GL_JE_HEADERS has extensive integration across EBS. Its primary child table is GL_JE_LINES, which stores the detailed accounting line items. It is contained within a GL_JE_BATCHES parent record. As per the metadata, it is referenced by numerous subledger and financial tables, including AP_CHECK_TRANSMISSIONS, AP_INVOICE_TRANSMISSIONS, CE_STATEMENT_RECONCILS_ALL, and various Fixed Assets depreciation tables (FA_DEPRN_DETAIL, FA_MC_DEPRN_DETAIL). Key foreign key relationships exist with GL_LEDGERS, GL_JE_BATCHES, FND_CURRENCIES, GL_DAILY_CONVERSION_TYPES, GL_BUDGET_VERSIONS, and GL_ENCUMBRANCE_TYPES, highlighting its role in currency, budgeting, and encumbrance accounting.
-
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 ,
-
APPS.CE_AUTO_BANK_MATCH dependencies on GL_JE_HEADERS
12.1.1
-
APPS.GL_JOURNAL_IMPORT_SLA_PKG dependencies on GL_JE_HEADERS
12.1.1
-
APPS.GL_JE_HEADERS_PKG dependencies on GL_JE_HEADERS
12.1.1
-
APPS.FV_FACTS1_GL_PKG dependencies on GL_JE_HEADERS
12.1.1
-
APPS.IGI_POST dependencies on GL_JE_HEADERS
12.1.1
-
APPS.JA_CN_CFS_DATA_CLT_PKG dependencies on GL_JE_HEADERS
12.1.1
-
APPS.IGI_ITR dependencies on GL_JE_HEADERS
12.1.1
-
APPS.FV_SF224_TRANSACTIONS dependencies on GL_JE_HEADERS
12.1.1
-
APPS.FUN_SEQ_BATCH dependencies on GL_JE_HEADERS
12.1.1
-
APPS.GL_JOURNAL_IMPORT_TAX_PKG dependencies on GL_JE_HEADERS
12.1.1
-
APPS.CST_UPD_GIR_MTA_WTA dependencies on GL_JE_HEADERS
12.1.1
-
APPS.FV_FACTS_TBAL_TRANSACTIONS dependencies on GL_JE_HEADERS
12.1.1
-
APPS.FV_FACTS_TRX_REGISTER dependencies on GL_JE_HEADERS
12.1.1
-
APPS.ARP_XLA_UPGRADE dependencies on GL_JE_HEADERS
12.1.1
-
APPS.GL_DATE_HANDLER_PKG dependencies on GL_JE_HEADERS
12.1.1
-
APPS.CST_UPD_GIR_MTA_WTA dependencies on GL_JE_HEADERS
12.2.2
-
APPS.ARP_XLA_UPGRADE dependencies on GL_JE_HEADERS
12.2.2
-
APPS.FV_FACTS_TRX_REGISTER dependencies on GL_JE_HEADERS
12.2.2
-
APPS.JE_GR_STATUTORY dependencies on GL_JE_HEADERS
12.2.2
-
APPS.FV_FACTS_TBAL_TRX dependencies on GL_JE_HEADERS
12.2.2
-
APPS.JE_GR_STATUTORY dependencies on GL_JE_HEADERS
12.1.1
-
APPS.JA_CN_AP_PBD_EXPORT_PKG dependencies on GL_JE_HEADERS
12.2.2
-
APPS.GL_AUTO_ALLOC_WF_PKG dependencies on GL_JE_HEADERS
12.2.2
-
APPS.FV_FACTS1_PKG dependencies on GL_JE_HEADERS
12.2.2
-
APPS.FUN_SEQ_BATCH dependencies on GL_JE_HEADERS
12.2.2
-
APPS.JL_ZZ_FA_DRILL_DOWN_PKG dependencies on GL_JE_HEADERS
12.2.2
-
APPS.GL_WF_JE_APPROVAL_PKG dependencies on GL_JE_HEADERS
12.2.2
-
APPS.GL_ACCESS_SET_SECURITY_PKG dependencies on GL_JE_HEADERS
12.2.2
-
APPS.JAI_CMN_RPT_BBR_PKG dependencies on GL_JE_HEADERS
12.2.2
-
APPS.JL_ZZ_GL_COPY_JE_PKG dependencies on GL_JE_HEADERS
12.2.2
-
APPS.IGI_POST dependencies on GL_JE_HEADERS
12.2.2
-
APPS.GLR03300_PKG dependencies on GL_JE_HEADERS
12.2.2
-
APPS.PA_UBR_UER_SUMM_PKG dependencies on GL_JE_HEADERS
12.2.2
-
APPS.PA_BILL_REV_XLA_UPGRADE dependencies on GL_JE_HEADERS
12.2.2
-
APPS.PA_BILL_REV_XLA_UPGRADE dependencies on GL_JE_HEADERS
12.1.1
-
APPS.JL_ZZ_GL_COPY_JE_PKG dependencies on GL_JE_HEADERS
12.1.1
-
APPS.GL_JE_SEGMENT_VALUES_PKG dependencies on GL_JE_HEADERS
12.1.1
-
APPS.AP_UTILITIES_PKG dependencies on GL_JE_HEADERS
12.1.1
-
APPS.JA_CN_AP_VALIDATION_PKG dependencies on GL_JE_HEADERS
12.2.2
-
APPS.JL_ZZ_GL_INFL_ADJ_PKG dependencies on GL_JE_HEADERS
12.2.2
-
APPS.ZX_GL_EXTRACT_PKG dependencies on GL_JE_HEADERS
12.2.2
-
APPS.JG_CREATE_JOURNALS_PKG dependencies on GL_JE_HEADERS
12.1.1
-
APPS.FA_MC_UPG3_PKG dependencies on GL_JE_HEADERS
12.1.1
-
APPS.ZX_JG_EXTRACT_PKG dependencies on GL_JE_HEADERS
12.1.1
-
APPS.JA_JAINBBR_XMLP_PKG dependencies on GL_JE_HEADERS
12.2.2
-
APPS.FV_1219_TRANSACTIONS dependencies on GL_JE_HEADERS
12.2.2
-
APPS.FUN_RECON_RPT_PKG dependencies on GL_JE_HEADERS
12.1.1
-
APPS.FV_FACTS_TRANSACTIONS dependencies on GL_JE_HEADERS
12.1.1