Search Results xla_ae_headers
Overview
The XLA_AE_HEADERS table is a core data repository within the Subledger Accounting (XLA) module of Oracle E-Business Suite (EBS) Releases 12.1.1 and 12.2.2. It serves as the primary storage location for subledger journal entry headers. These headers represent the accounting outcome generated from business transactions processed through subledgers, such as Payables (AP), Receivables (AR), and Assets (FA). The table embodies a fundamental architectural principle of Subledger Accounting: the one-to-many relationship between an accounting event and its resulting journal entries. A single accounting event can produce multiple journal entries, each with a distinct header record in this table, enabling detailed audit trails and supporting multiple representations of accounting data.
Key Information Stored
Each row in XLA_AE_HEADERS defines a unique subledger journal entry. The table's primary key is the AE_HEADER_ID, a system-generated unique identifier. While the full column list is extensive, critical fields typically include APPLICATION_ID (identifying the source subledger), LEDGER_ID (the accounting setup), EVENT_ID (linking back to the source accounting event in XLA_EVENTS), and ENTITY_ID (identifying the business transaction entity). Other essential columns store the accounting date, journal entry description, creation details, and status flags that indicate the journal entry's posting readiness and its relationship with the General Ledger (GL).
Common Use Cases and Queries
This table is central to troubleshooting, reconciliation, and custom reporting for subledger accounting. Common use cases include tracing the accounting impact of a specific transaction from a subledger to its journal entries, identifying unposted subledger entries, and reconciling subledger journals to the General Ledger's GL_JE_HEADERS table. A fundamental query pattern joins XLA_AE_HEADERS to XLA_AE_LINES to retrieve complete journal entries.
- Sample Query: To find journal headers for a specific Payables invoice:
SELECT xah.ae_header_id, xah.accounting_date, xah.description
FROM xla_ae_headers xah
WHERE xah.application_id = 200
AND xah.entity_id = (SELECT entity_id FROM xla_transaction_entities WHERE source_id_int_1 = <invoice_id>); - Reconciliation: Joining XLA_AE_HEADERS to GL_JE_HEADERS on the reference columns (JE_HEADER_ID, JE_SOURCE, JE_CATEGORY) is standard for reconciling subledger and general ledger.
Related Objects
XLA_AE_HEADERS is the parent table in a tightly integrated hierarchy. Its most direct child is XLA_AE_LINES, which stores the individual accounting lines for each journal entry header. It is sourced from XLA_EVENTS, which provides the accounting event that triggered the journal creation. For reconciliation and posting, it relates to GL_JE_HEADERS in the General Ledger. Key supporting objects include XLA_TRANSACTION_ENTITIES (for the business transaction context) and the public view XLA_AE_HEADERS_V, which is often preferred for reporting due to its built-in security. The table is primarily accessed via the Subledger Accounting (SLA) APIs rather than through direct DML.
-
Table: XLA_AE_HEADERS
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_AE_HEADERS, object_name:XLA_AE_HEADERS, status:VALID, product: XLA - Subledger Accounting , description: The XLA_AE_HEADERS table stores subledger journal entries. There is a one-to-many relationship between accounting events and journal entry headers. , implementation_dba_data: XLA.XLA_AE_HEADERS ,
-
Table: XLA_AE_HEADERS
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_AE_HEADERS, object_name:XLA_AE_HEADERS, status:VALID, product: XLA - Subledger Accounting , description: The XLA_AE_HEADERS table stores subledger journal entries. There is a one-to-many relationship between accounting events and journal entry headers. , implementation_dba_data: XLA.XLA_AE_HEADERS ,
-
APPS.XLA_CONTROL_ACCOUNTS_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.AP_APXTRSWP_XMLP_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.AP_ACCTG_DATA_FIX_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.XLA_THIRD_PARTY_MERGE dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.AP_PERIOD_CLOSE_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.AP_MASS_ADDITIONS_CREATE_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.JAI_AP_RPT_APCR_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.FV_FACTS_TBAL_TRX dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.BOM_CSTRACCR_XMLP_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.XLA_MULTIPERIOD_RPRTG_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.XLA_DATAFIXES_PUB dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.JE_ZZ_AUDIT_AP_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.IGI_IGIIAOPD_XMLP_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.AP_PURGE_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.XLA_UPG_VERIFICATION_PUB dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.RCV_SLA_MRC_UPDATE_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.ZX_AR_POPULATE_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.AR_UNACCOUNTED_TRX_SWEEP dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.XLA_CA_BALANCES_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.XLA_AE_JOURNAL_ENTRY_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.XLA_AE_HEADER_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.XLA_TB_DATA_MANAGER_PVT dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.AP_ACCOUNTING_PAY_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.FII_AP_INV_B_C dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.XLA_EVENTS_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.CST_SLA_UPDATE_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.XLA_AE_LINES_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.PA_MASS_ADDITIONS_CREATE_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.XLA_JE_VALIDATION_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.XLA_BALANCES_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.XLA_SEQUENCE_DATAFIX_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.XLA_FSAH_INT_PVT dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.FV_FACTS1_GL_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.AP_MASS_ADDITIONS_CREATE_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.XLA_MPA_ACCRUAL_RPRTG_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.IGI_IGIIARRD_XMLP_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.XLA_UPDATE_INVAL_CCID dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.XLA_JE_VALIDATION_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.XLA_PERIOD_CLOSE_EXP_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.PA_FAXFACE dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.XLA_JE_FUNDS_CHECKER_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.XLA_MULTIPERIOD_ACCOUNTING_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.JL_JLZZPSSR_XMLP_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.FA_SLA_EVENTS_UPG_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.XLA_PERIOD_CLOSE_EXP_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.PAY_SLA_UPDATE_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.RCV_SLA_MRC_UPDATE_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.XLA_JOURNAL_ENTRIES_PUB_PKG dependencies on XLA_AE_HEADERS
12.1.1