Search Results ax_events
Overview
The AX_EVENTS table is a core data object within the Global Accounting Engine (AX) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves as the master repository for accounting events, which are fundamental transactional units that trigger the creation of accounting entries. Every financial transaction processed through the AX module generates an event record, making this table the central point for tracking the initiation and lifecycle of accounting activities. Its primary role is to maintain a unique, auditable log of all accounting events, which downstream processes reference to generate Subledger Accounting (SLA) journal entries.
Key Information Stored
The table's structure is centered on uniquely identifying and describing each accounting event. The primary and most critical column is EVENT_ID, which serves as the unique system-generated identifier for each event. While the provided metadata does not list all columns, typical columns in such a table would include data such as EVENT_TYPE, EVENT_DATE, EVENT_STATUS, and the identifier of the source transaction (e.g., invoice ID, journal batch ID) that originated the event. It also commonly stores context information like the LEDGER_ID and the APPLICATION_ID to which the event belongs, linking it to a specific set of books and subledger application.
Common Use Cases and Queries
This table is essential for troubleshooting accounting flows, auditing transaction history, and generating custom reconciliation reports. A common use case involves tracing the accounting for a specific transaction by joining AX_EVENTS to transaction tables via the source transaction identifier. For performance analysis, queries often aggregate events by type or status. A fundamental query pattern retrieves event details along with their associated subledger journal headers:
- SELECT e.EVENT_ID, e.EVENT_DATE, e.EVENT_TYPE, s.SLE_HEADER_ID FROM AX.AX_EVENTS e JOIN AX.AX_SLE_HEADERS s ON e.EVENT_ID = s.EVENT_ID WHERE e.EVENT_DATE > SYSDATE - 1;
This table is also pivotal in custom reporting to analyze the volume and nature of accounting events generated over a period.
Related Objects
The AX_EVENTS table has defined foreign key relationships with key Subledger Accounting tables, as documented in the ETRM metadata. These relationships are critical for the integrity of the accounting data flow.
- AX_SLE_HEADERS: This table stores the headers for subledger journal entries. Its EVENT_ID column references AX_EVENTS.EVENT_ID, linking each journal header directly to its originating accounting event.
- AX_SLE_HEADERS_ARCH: This archive table for subledger journal headers also maintains a foreign key relationship via its EVENT_ID column to AX_EVENTS.EVENT_ID, ensuring the archived accounting data retains its link to the original event.
These relationships confirm that AX_EVENTS is a parent table to the subledger journaling process, and any query joining these tables must use the EVENT_ID column as the primary join condition.
-
Table: AX_EVENTS
12.1.1
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_EVENTS, object_name:AX_EVENTS, status:VALID, product: AX - Global Accounting Engine , description: Accounting events information , implementation_dba_data: AX.AX_EVENTS ,
-
Table: AX_EVENTS
12.2.2
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_EVENTS, object_name:AX_EVENTS, status:VALID, product: AX - Global Accounting Engine , description: Accounting events information , implementation_dba_data: AX.AX_EVENTS ,
-
APPS.CST_SLA_UPDATE_PKG dependencies on AX_EVENTS
12.2.2
-
SYNONYM: APPS.AX_EVENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AX_EVENTS, status:VALID,
-
View: AX_CONTEXT_TABLES_V
12.1.1
product: AX - Global Accounting Engine , description: Use by the Setup Query Chains form , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.AX_EVENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AX_EVENTS, status:VALID,
-
View: AX_WIP_TRANSACTION_ACCOUNTS_V1
12.1.1
product: AX - Global Accounting Engine , description: Account code combinations of each WIP transaction source , implementation_dba_data: Not implemented in this database ,
-
VIEW: AX.AX_EVENTS#
12.2.2
owner:AX, object_type:VIEW, object_name:AX_EVENTS#, status:VALID,
-
View: AX_WIP_TRANSACTION_ACCOUNTS_V1
12.2.2
product: AX - Global Accounting Engine , description: Account code combinations of each WIP transaction source , implementation_dba_data: Not implemented in this database ,
-
View: AX_CONTEXT_TABLES_V
12.2.2
product: AX - Global Accounting Engine , description: Use by the Setup Query Chains form , implementation_dba_data: Not implemented in this database ,
-
VIEW: AX.AX_EVENTS#
12.2.2
-
TABLE: AX.AX_EVENTS
12.1.1
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_EVENTS, object_name:AX_EVENTS, status:VALID,
-
Table: AX_SLE_HEADERS_ARCH
12.1.1
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SLE_HEADERS_ARCH, object_name:AX_SLE_HEADERS_ARCH, status:VALID, product: AX - Global Accounting Engine , description: Accounting rows purged from the AX_SLE_HEADERS table , implementation_dba_data: AX.AX_SLE_HEADERS_ARCH ,
-
Table: AX_SLE_HEADERS
12.1.1
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SLE_HEADERS, object_name:AX_SLE_HEADERS, status:VALID, product: AX - Global Accounting Engine , description: Journal entry headers information , implementation_dba_data: AX.AX_SLE_HEADERS ,
-
Table: AX_SLE_HEADERS
12.2.2
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SLE_HEADERS, object_name:AX_SLE_HEADERS, status:VALID, product: AX - Global Accounting Engine , description: Journal entry headers information , implementation_dba_data: AX.AX_SLE_HEADERS ,
-
TABLE: AX.AX_EVENTS
12.2.2
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_EVENTS, object_name:AX_EVENTS, status:VALID,
-
View: AXBV_DOCUMENT_HISTORIES
12.1.1
product: AX - Global Accounting Engine , implementation_dba_data: Not implemented in this database ,
-
View: AXBV_DOCUMENT_HISTORIES
12.2.2
product: AX - Global Accounting Engine , implementation_dba_data: Not implemented in this database ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
Table: AX_SLE_HEADERS_ARCH
12.2.2
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SLE_HEADERS_ARCH, object_name:AX_SLE_HEADERS_ARCH, status:VALID, product: AX - Global Accounting Engine , description: Accounting rows purged from the AX_SLE_HEADERS table , implementation_dba_data: AX.AX_SLE_HEADERS_ARCH ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
TABLE: AX.AX_EVENT_MAPPINGS
12.1.1
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_EVENT_MAPPINGS, object_name:AX_EVENT_MAPPINGS, status:VALID,
-
TABLE: AX.AX_EVENT_MAPPINGS
12.2.2
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_EVENT_MAPPINGS, object_name:AX_EVENT_MAPPINGS, status:VALID,
-
View: AXFV_DOCUMENT_HISTORIES
12.1.1
product: AX - Global Accounting Engine , implementation_dba_data: Not implemented in this database ,
-
View: AXFV_DOCUMENT_HISTORIES
12.2.2
product: AX - Global Accounting Engine , implementation_dba_data: Not implemented in this database ,
-
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
-
12.2.2 DBA Data
12.2.2
-
View: AX_EVENTS_V1
12.1.1
product: AX - Global Accounting Engine , implementation_dba_data: Not implemented in this database ,
-
View: AX_AP_ACCOUNTING_EVENTS_ALL_V
12.2.2
product: AX - Global Accounting Engine , description: Replacement for the AP table, AP_ACCOUNTING_EVENTS_ALL, when the AX accounting engine is used. , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: AX_REPORT_PROMPTS
12.1.1
product: AX - Global Accounting Engine , meaning: AX_REPORT_PROMPTS , description: Prompts for Report ,
-
View: AX_AP_AE_HEADERS_ALL_V
12.1.1
product: AX - Global Accounting Engine , description: Replacement for the AP table, AP_AE_HEADERS_ALL, when the AX accounting engine is used. , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: AX_REPORT_PROMPTS
12.2.2
product: AX - Global Accounting Engine , meaning: AX_REPORT_PROMPTS , description: Prompts for Report ,
-
PACKAGE BODY: APPS.CST_SLA_UPDATE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CST_SLA_UPDATE_PKG, status:VALID,
-
View: AX_EVENTS_V1
12.2.2
product: AX - Global Accounting Engine , implementation_dba_data: Not implemented in this database ,
-
View: AX_AP_AE_HEADERS_ALL_V
12.2.2
product: AX - Global Accounting Engine , description: Replacement for the AP table, AP_AE_HEADERS_ALL, when the AX accounting engine is used. , implementation_dba_data: Not implemented in this database ,
-
View: AX_AP_ACCOUNTING_EVENTS_ALL_V
12.1.1
product: AX - Global Accounting Engine , description: Replacement for the AP table, AP_ACCOUNTING_EVENTS_ALL, when the AX accounting engine is used. , implementation_dba_data: Not implemented in this database ,
-
eTRM - AX Tables and Views
12.1.1
description: Absorption information ,
-
View: AX_AP_AE_LINES_ALL_V
12.2.2
product: AX - Global Accounting Engine , description: Replacement for the AP table, AP_AE_LINES_ALL, when the AX accounting engine is used. , implementation_dba_data: Not implemented in this database ,
-
eTRM - AX Tables and Views
12.2.2
description: Absorption information ,
-
View: AX_AP_AE_LINES_ALL_V
12.1.1
product: AX - Global Accounting Engine , description: Replacement for the AP table, AP_AE_LINES_ALL, when the AX accounting engine is used. , implementation_dba_data: Not implemented in this database ,
-
TABLE: AX.AX_SLE_HEADERS_ARCH
12.2.2
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SLE_HEADERS_ARCH, object_name:AX_SLE_HEADERS_ARCH, status:VALID,
-
TABLE: AX.AX_SLE_HEADERS_ARCH
12.1.1
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SLE_HEADERS_ARCH, object_name:AX_SLE_HEADERS_ARCH, status:VALID,
-
TABLE: AX.AX_SLE_HEADERS
12.1.1
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SLE_HEADERS, object_name:AX_SLE_HEADERS, status:VALID,
-
TABLE: AX.AX_SLE_HEADERS
12.2.2
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SLE_HEADERS, object_name:AX_SLE_HEADERS, status:VALID,