Search Results xla_ae_headers
The XLA_AE_HEADERS
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical component of the Subledger Accounting (SLA) architecture. It serves as the primary repository for accounting entry headers generated by the SLA engine, which is responsible for transforming subledger transactions into accounting entries. This table is part of the Oracle General Ledger (GL) module but integrates with all subledgers, including Accounts Payable (AP), Accounts Receivable (AR), Fixed Assets (FA), and others. Below is a detailed breakdown of its structure, purpose, and significance in Oracle EBS.
Purpose and Functionality
The XLA_AE_HEADERS
table stores header-level information for accounting entries created during the accounting process. Each record represents a unique accounting entry header, which groups related accounting lines (XLA_AE_LINES
) under a common identifier. The SLA engine populates this table during the "Create Accounting" process, which is triggered when subledger transactions are accounted. The entries in this table are later transferred to the General Ledger via the "Transfer to GL" process.
Key Columns and Their Significance
The table contains several important columns, including:
- AE_HEADER_ID: Primary key, uniquely identifying each accounting entry header.
- APPLICATION_ID: Identifies the subledger application (e.g., AP, AR, FA) that generated the entry.
- LEDGER_ID: Links the entry to a specific ledger in the General Ledger.
- EVENT_ID: References the event (
XLA_EVENTS
) that triggered the accounting entry. - ACCOUNTING_DATE: The date on which the entry is recorded in the General Ledger.
- GL_TRANSFER_STATUS: Indicates whether the entry has been transferred to GL (values include 'Y', 'N', or 'E' for error).
- PERIOD_NAME: The accounting period associated with the entry.
- BATCH_ID: Groups multiple entries processed together in a batch.
Integration with Other Tables
The XLA_AE_HEADERS
table has relationships with several other SLA tables:
- XLA_AE_LINES: Contains the detailed accounting lines linked to each header via
AE_HEADER_ID
. - XLA_EVENTS: Stores the events (e.g., invoice validation, payment creation) that trigger accounting entries.
- XLA_TRANSACTION_ENTITIES: Links accounting entries to their source subledger transactions.
Process Flow
When a subledger transaction is processed (e.g., an invoice is validated in AP), the SLA engine:
- Identifies the applicable accounting rules (defined in
XLA_ACCOUNTING_RULES
). - Generates accounting entries and stores the header in
XLA_AE_HEADERS
and lines inXLA_AE_LINES
. - Updates the
GL_TRANSFER_STATUS
to 'N' (not transferred). - During the "Transfer to GL" process, entries are posted to
GL_INTERFACE
, and the status is updated to 'Y'.
Customization and Reporting
The table is often queried for troubleshooting, auditing, or custom reporting. Common use cases include:
- Identifying unposted entries (
GL_TRANSFER_STATUS = 'N'
). - Tracing accounting entries back to their source transactions.
- Analyzing accounting data for period-end close.
Conclusion
The XLA_AE_HEADERS
table is a cornerstone of Oracle EBS's Subledger Accounting architecture. It ensures accurate and auditable accounting entries by maintaining header-level details for all subledger transactions. Understanding its structure and relationships is essential for troubleshooting, reporting, and optimizing the accounting process in Oracle EBS 12.1.1 or 12.2.2.
-
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.AP_MASS_ADDITIONS_CREATE_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.ZX_AR_POPULATE_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.CST_SLA_UPDATE_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.XLA_UPG_VERIFICATION_PUB dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.FV_FACTS_TBAL_TRX dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.XLA_JE_VALIDATION_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.FII_AP_INV_B_C dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.PA_MASS_ADDITIONS_CREATE_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.XLA_MPA_ACCRUAL_RPRTG_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.XLA_AE_LINES_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.RCV_SLA_MRC_UPDATE_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.XLA_BALANCES_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.BOM_CSTRACCR_XMLP_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.JAI_AP_RPT_APCR_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.XLA_EVENTS_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.IGI_IGIIARRD_XMLP_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.PA_FAXFACE dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.XLA_FSAH_INT_PVT dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.AP_PERIOD_CLOSE_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.AP_APXTRSWP_XMLP_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.JE_ZZ_AUDIT_AP_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.XLA_AE_JOURNAL_ENTRY_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.IGI_IGIIAOPD_XMLP_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_ACCTG_DATA_FIX_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.FV_FACTS1_GL_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.XLA_MULTIPERIOD_RPRTG_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.XLA_CA_BALANCES_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.XLA_SEQUENCE_DATAFIX_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.XLA_THIRD_PARTY_MERGE dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.AR_UNACCOUNTED_TRX_SWEEP dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.XLA_CONTROL_ACCOUNTS_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_UPDATE_INVAL_CCID dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.XLA_AE_HEADER_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.XLA_PERIOD_CLOSE_EXP_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.AP_ACCOUNTING_PAY_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.XLA_DATAFIXES_PUB dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.XLA_JE_VALIDATION_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.AP_PURGE_PKG dependencies on XLA_AE_HEADERS
12.2.2
-
APPS.IGIRCBJP dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.XLA_AE_HEADER_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.PA_XLA_INTERFACE_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.XLA_JOURNAL_ENTRIES_PUB_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.AP_PERIOD_CLOSE_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.XLA_MULTIPERIOD_ACCOUNTING_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.PSA_FUNDS_CHECKER_PKG dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.XLA_TRANSFER_PKG dependencies on XLA_AE_HEADERS
12.1.1