Search Results ozf_acctng_events_all
Overview
The OZF_ACCTNG_EVENTS_ALL table is a core transactional entity within the Oracle E-Business Suite (EBS) Trade Management (OZF) module. Its primary function is to serve as the central repository for recording accounting events generated from the processing of Claims. In the context of trade promotions, a claim represents a request for payment or deduction from a trading partner, such as a customer or distributor, for promotional activities. This table acts as the critical link between the operational claim lifecycle and the financial accounting subsystem. Each row signifies a distinct accounting transaction that requires posting to the general ledger, ensuring that all financial impacts of trade promotions are captured for accurate financial reporting and compliance.
Key Information Stored
The table's structure is designed to capture the essential attributes of an accounting event. The primary key, ACCOUNTING_EVENT_ID, uniquely identifies each event. A critical column is SOURCE_ID, which holds the identifier of the originating document—typically a Claim (OZF_CLAIMS_ALL) or a Fund (OZF_FUNDS_ALL_B). This links the accounting entry back to its business source. Other significant columns, while not explicitly detailed in the provided metadata, typically include fields such as EVENT_TYPE_CODE (to classify the nature of the accounting transaction, e.g., accrual, expense), EVENT_DATE, ACCOUNTING_DATE (the date used for GL posting), CURRENCY_CODE, and the LEDGER_ID (or SET_OF_BOOKS_ID) to which the event belongs. The table also includes standard EBS columns like CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, and ORG_ID for multi-organization support.
Common Use Cases and Queries
The primary use case is the generation and inquiry of accounting entries for trade promotions. Financial analysts use this data to reconcile claim liabilities and expenses. A common reporting requirement is to list all accounting events for a specific claim to audit its financial trail. A typical query would join the table to the claims master.
SELECT c.claim_number, ae.accounting_event_id, ae.event_date, ae.event_type_code
FROM ozf_acctng_events_all ae,
ozf_claims_all c
WHERE ae.source_id = c.claim_id
AND c.claim_number = 'CL12345';
Another critical use case is interfacing these events to the General Ledger. The related OZF_AE_HEADERS_ALL table contains the detailed accounting lines (debits and credits) for each event, which are then transferred via the Subledger Accounting (SLA) engine to create journal entries in GL_INTERFACE and ultimately GL_JE_BATCHES.
Related Objects
- OZF_CLAIMS_ALL: This is the primary source document. The foreign key relationship is defined on OZF_ACCTNG_EVENTS_ALL.SOURCE_ID referencing OZF_CLAIMS_ALL (likely CLAIM_ID).
- OZF_FUNDS_ALL_B: Accounting events can also be sourced from Funds (budgets for promotions). A foreign key exists from OZF_ACCTNG_EVENTS_ALL.SOURCE_ID to OZF_FUNDS_ALL_B (likely FUND_ID).
- OZF_AE_HEADERS_ALL: This is a direct child table. The foreign key OZF_AE_HEADERS_ALL.ACCOUNTING_EVENT_ID references OZF_ACCTNG_EVENTS_ALL.ACCOUNTING_EVENT_ID. It stores the detailed accounting distributions for each event.
-
Table: OZF_ACCTNG_EVENTS_ALL
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACCTNG_EVENTS_ALL, object_name:OZF_ACCTNG_EVENTS_ALL, status:VALID, product: OZF - Trade Management , description: This table stores accounting events occuring on a Claim , implementation_dba_data: OZF.OZF_ACCTNG_EVENTS_ALL ,
-
Table: OZF_ACCTNG_EVENTS_ALL
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACCTNG_EVENTS_ALL, object_name:OZF_ACCTNG_EVENTS_ALL, status:VALID, product: OZF - Trade Management , description: This table stores accounting events occuring on a Claim , implementation_dba_data: OZF.OZF_ACCTNG_EVENTS_ALL ,
-
APPS.OZF_ACCTNG_EVENTS_PKG dependencies on OZF_ACCTNG_EVENTS_ALL
12.1.1
-
APPS.OZF_GL_INTERFACE_PVT dependencies on OZF_ACCTNG_EVENTS_ALL
12.1.1
-
APPS.OZF_ACCTNG_EVENTS_PVT dependencies on OZF_ACCTNG_EVENTS_ALL
12.1.1
-
SYNONYM: APPS.OZF_ACCTNG_EVENTS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OZF_ACCTNG_EVENTS_ALL, status:VALID,
-
SYNONYM: APPS.OZF_ACCTNG_EVENTS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OZF_ACCTNG_EVENTS_ALL, status:VALID,
-
VIEW: OZF.OZF_ACCTNG_EVENTS_ALL#
12.2.2
-
VIEW: OZF.OZF_ACCTNG_EVENTS_ALL#
12.2.2
owner:OZF, object_type:VIEW, object_name:OZF_ACCTNG_EVENTS_ALL#, status:VALID,
-
TABLE: OZF.OZF_ACCTNG_EVENTS_ALL
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACCTNG_EVENTS_ALL, object_name:OZF_ACCTNG_EVENTS_ALL, status:VALID,
-
APPS.OZF_ACCTNG_EVENTS_PVT SQL Statements
12.1.1
-
APPS.OZF_ACCTNG_EVENTS_PVT dependencies on OZF_ACCTNG_EVENTS_ALL_S
12.1.1
-
Table: OZF_AE_HEADERS_ALL
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_AE_HEADERS_ALL, object_name:OZF_AE_HEADERS_ALL, status:VALID, product: OZF - Trade Management , description: This table stores all the account headers for every accounting event , implementation_dba_data: OZF.OZF_AE_HEADERS_ALL ,
-
SYNONYM: APPS.OZF_ACCTNG_EVENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OZF_ACCTNG_EVENTS, status:VALID,
-
Table: OZF_AE_HEADERS_ALL
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_AE_HEADERS_ALL, object_name:OZF_AE_HEADERS_ALL, status:VALID, product: OZF - Trade Management , description: This table stores all the account headers for every accounting event , implementation_dba_data: OZF.OZF_AE_HEADERS_ALL ,
-
SYNONYM: APPS.OZF_ACCTNG_EVENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OZF_ACCTNG_EVENTS, status:VALID,
-
PACKAGE BODY: APPS.OZF_ACCTNG_EVENTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_ACCTNG_EVENTS_PKG, status:VALID,
-
APPS.OZF_ACCTNG_EVENTS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.OZF_ACCTNG_EVENTS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_ACCTNG_EVENTS_PVT, status:VALID,
-
APPS.OZF_ACCTNG_EVENTS_PVT dependencies on DUAL
12.1.1
-
APPS.OZF_ACCTNG_EVENTS_PKG dependencies on FND_API
12.1.1
-
PACKAGE BODY: APPS.OZF_GL_INTERFACE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_GL_INTERFACE_PVT, status:VALID,
-
TABLE: OZF.OZF_ACCTNG_EVENTS_ALL
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACCTNG_EVENTS_ALL, object_name:OZF_ACCTNG_EVENTS_ALL, status:VALID,
-
Table: OZF_CLAIMS_ALL
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_CLAIMS_ALL, object_name:OZF_CLAIMS_ALL, status:VALID, product: OZF - Trade Management , description: This table stores the Claim headers , implementation_dba_data: OZF.OZF_CLAIMS_ALL ,
-
Table: OZF_FUNDS_ALL_B
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FUNDS_ALL_B, object_name:OZF_FUNDS_ALL_B, status:VALID, product: OZF - Trade Management , description: Fund definition master base table. , implementation_dba_data: OZF.OZF_FUNDS_ALL_B ,
-
Table: OZF_FUNDS_ALL_B
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FUNDS_ALL_B, object_name:OZF_FUNDS_ALL_B, status:VALID, product: OZF - Trade Management , description: Fund definition master base table. , implementation_dba_data: OZF.OZF_FUNDS_ALL_B ,
-
APPS.OZF_GL_INTERFACE_PVT SQL Statements
12.1.1
-
Table: OZF_CLAIMS_ALL
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_CLAIMS_ALL, object_name:OZF_CLAIMS_ALL, status:VALID, product: OZF - Trade Management , description: This table stores the Claim headers , implementation_dba_data: OZF.OZF_CLAIMS_ALL ,
-
VIEW: APPS.OZF_AEL_SL_CLA_V
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.OZF_ACCTNG_EVENTS_PVT dependencies on JTF_PLSQL_API
12.1.1
-
VIEW: APPS.OZF_AEL_SL_CLA_V
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.OZF_ACCTNG_EVENTS_PKG
12.1.1
-
VIEW: APPS.OZF_AEL_GL_CLA_V
12.1.1
-
VIEW: APPS.OZF_AEL_GL_CLA_V
12.2.2
-
VIEW: APPS.OZF_AEL_SL_UTL_V
12.2.2
-
APPS.OZF_GL_INTERFACE_PVT SQL Statements
12.2.2
-
VIEW: APPS.OZF_AEL_GL_UTL_V
12.2.2
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.OZF_AEL_SL_UTL_V
12.1.1
-
VIEW: APPS.OZF_AEL_GL_UTL_V
12.1.1
-
VIEW: APPS.OZF_AEL_SL_CLA_V
12.1.1
owner:APPS, object_type:VIEW, object_name:OZF_AEL_SL_CLA_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.OZF_AEL_SL_UTL_V
12.2.2
owner:APPS, object_type:VIEW, object_name:OZF_AEL_SL_UTL_V, status:VALID,