Search Results xla_ae_header_acs
Overview
XLA_AE_HEADER_ACS is a Subledger Accounting (XLA) table in the Oracle E-Business Suite database, owned by the XLA schema. It stores the relationship between subledger journal entry headers and analytic criteria or supporting reference detail values, enabling Subledger Accounting to attribute journal entries to user-defined analytical dimensions such as product line, cost center, or project. The table functions as the header-level anchor for analytical criteria captured on subledger journal entries and is populated during the Create Accounting process.
From a Data Vault modeling perspective, the metadata classifies this object heuristically as a standalone structure. It does not participate in the FK-defined parent/child relationships typical of hubs or links, so it is best treated as an independent reference or satellite-style container keyed by its own composite business key. The unique index XLA_AE_HEADER_ACS_U1 confirms the natural key on (AE_HEADER_ID, ANALYTICAL_CRITERION_CODE, ANALYTICAL_CRITERION_TYPE_CODE, AMB_CONTEXT_CODE), and the primary key constraint XLA_AE_HEADER_ACS_PK enforces the same combination.
Key Information Stored
The documented schema contains 10 columns. The most significant are:
- AE_HEADER_ID — Foreign reference to the accounting entry header in XLA_AE_HEADERS. Combined with the analytical criterion columns, it forms the leading edge of the primary key XLA_AE_HEADER_ACS_PK and the unique index XLA_AE_HEADER_ACS_U1.
- ANALYTICAL_CRITERION_CODE — Business identifier of the analytical criterion (for example, a product or segment code) assigned to the journal entry.
- ANALYTICAL_CRITERION_TYPE_CODE — Classifies the analytical criterion, distinguishing user-defined criteria categories.
- AMB_CONTEXT_CODE — Context code from the Application Message Board, denoting the context in which the analytical criterion is registered.
- AC1 through AC5 — Five attribute columns holding the actual supporting reference detail values associated with the analytical criterion. These carry the descriptive values used in reporting and reconciliation.
- OBJECT_VERSION_NUMBER — Optimistic locking column used by the OA Framework for concurrent update control.
The surrogate identity is effectively the composite primary key; no separate sequence-based surrogate is documented. Business-key candidates are the composite captured in XLA_AE_HEADER_ACS_U1.
Common Use Cases and Queries
Typical uses include reconciling subledger journal entries to management dimensions, building analytical reports on accounting distributions, and auditing how supporting references were attributed during Create Accounting. A representative join pattern:
- Join to XLA_AE_HEADERS on AE_HEADER_ID = AE_HEADER_ID to retrieve accounting entry metadata such as accounting date and ledger.
- Join to XLA_AE_LINES for line-level supporting reference information, which links to the header through AE_HEADER_ID.
- Filter by ANALYTICAL_CRITERION_TYPE_CODE to isolate a specific criterion class.
- Aggregate AC1 through AC5 to summarize balances by analytical dimension.
Because the table is populated during accounting creation, post-close reporting should read it in read-only mode. Users investigating missing supporting references should compare header counts in XLA_AE_HEADERS against rows in XLA_AE_HEADER_ACS.
Related Objects
- XLA_AE_HEADERS — Parent accounting entry header; joined on AE_HEADER_ID.
- XLA_AE_LINES — Line-level journal details sharing AE_HEADER_ID.
- XLA_AE_HEADER_ACS reference indexes such as XLA_AE_HEADER_ACS_PK and XLA_AE_HEADER_ACS_U1 govern uniqueness.
- XLA_ANALYTICAL_CRITERIA (or equivalent XLA criteria definition tables) — Defines ANALYTICAL_CRITERION_CODE values.
- XLA_ACCOUNTING_ERRORS — Diagnostics for entries that fail accounting and therefore lack header ACS rows.
-
Table: XLA_AE_HEADER_ACS
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_AE_HEADER_ACS, object_name:XLA_AE_HEADER_ACS, status:VALID, product: XLA - Subledger Accounting , description: This table stores the relationship between the subledger journal entry lines and the supporting reference detail values. , implementation_dba_data: XLA.XLA_AE_HEADER_ACS ,
-
Table: XLA_AE_HEADER_ACS
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_AE_HEADER_ACS, object_name:XLA_AE_HEADER_ACS, status:VALID, product: XLA - Subledger Accounting , description: This table stores the relationship between the subledger journal entry lines and the supporting reference detail values. , implementation_dba_data: XLA.XLA_AE_HEADER_ACS ,
-
VIEW: XLA.XLA_AE_HEADER_ACS#
12.2.2
owner:XLA, object_type:VIEW, object_name:XLA_AE_HEADER_ACS#, status:VALID,
-
VIEW: XLA.XLA_AE_HEADER_ACS#
12.2.2
-
SYNONYM: APPS.XLA_AE_HEADER_ACS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XLA_AE_HEADER_ACS, status:VALID,
-
SYNONYM: APPS.XLA_AE_HEADER_ACS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XLA_AE_HEADER_ACS, status:VALID,
-
TABLE: XLA.XLA_AE_HEADER_ACS
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_AE_HEADER_ACS, object_name:XLA_AE_HEADER_ACS, status:VALID,
-
TABLE: XLA.XLA_AE_HEADER_ACS
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_AE_HEADER_ACS, object_name:XLA_AE_HEADER_ACS, status:VALID,
-
PACKAGE BODY: APPS.XLA_ANALYTICAL_CRITERIA_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_ANALYTICAL_CRITERIA_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_ANALYTICAL_CRITERIA_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_ANALYTICAL_CRITERIA_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_EVENTS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_EVENTS_PKG, status:VALID,
-
APPS.XLA_AE_JOURNAL_ENTRY_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.XLA_EVENTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_EVENTS_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_FSAH_INT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_FSAH_INT_PVT, status:VALID,
-
APPS.XLA_AE_JOURNAL_ENTRY_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.XLA_REVERSE_EVENTS_PVT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_REVERSE_EVENTS_PVT_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_AE_JOURNAL_ENTRY_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_AE_JOURNAL_ENTRY_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.XLA_AE_JOURNAL_ENTRY_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_AE_JOURNAL_ENTRY_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_JOURNAL_ENTRIES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_JOURNAL_ENTRIES_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.XLA_JOURNAL_ENTRIES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_JOURNAL_ENTRIES_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.XLA_AE_JOURNAL_ENTRY_PKG
12.2.2
-
PACKAGE BODY: APPS.XLA_ACCOUNTING_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_ACCOUNTING_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_AE_JOURNAL_ENTRY_PKG
12.1.1
-
PACKAGE BODY: APPS.XLA_ACCOUNTING_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_ACCOUNTING_PKG, status:VALID,
-
APPS.XLA_JOURNAL_ENTRIES_PKG SQL Statements
12.1.1
-
APPS.XLA_JOURNAL_ENTRIES_PKG SQL Statements
12.2.2
-
APPS.XLA_REVERSE_EVENTS_PVT_PKG SQL Statements
12.2.2
-
APPS.XLA_FSAH_INT_PVT SQL Statements
12.2.2
-
APPS.XLA_ACCOUNTING_PKG dependencies on XLA_AE_HEADER_ACS
12.2.2
-
APPS.XLA_ACCOUNTING_PKG dependencies on XLA_AE_HEADER_ACS
12.1.1
-
APPS.XLA_ANALYTICAL_CRITERIA_PKG dependencies on XLA_AE_HEADER_ACS
12.1.1
-
APPS.XLA_AE_JOURNAL_ENTRY_PKG dependencies on XLA_AE_HEADER_ACS
12.2.2
-
APPS.XLA_FSAH_INT_PVT dependencies on XLA_AE_HEADER_ACS
12.2.2
-
APPS.XLA_REVERSE_EVENTS_PVT_PKG dependencies on XLA_AE_HEADER_ACS
12.2.2
-
APPS.XLA_AE_JOURNAL_ENTRY_PKG dependencies on XLA_AE_HEADER_ACS
12.1.1
-
APPS.XLA_EVENTS_PKG dependencies on XLA_AE_HEADER_ACS
12.1.1
-
APPS.XLA_JOURNAL_ENTRIES_PKG dependencies on XLA_AE_HEADER_ACS
12.1.1
-
APPS.XLA_ANALYTICAL_CRITERIA_PKG dependencies on XLA_AE_HEADER_ACS
12.2.2
-
APPS.XLA_JOURNAL_ENTRIES_PKG dependencies on XLA_AE_HEADER_ACS
12.2.2
-
APPS.XLA_EVENTS_PKG dependencies on XLA_AE_HEADER_ACS
12.2.2