Search Results ozf_claim_adjustments_all
Overview
The OZF_CLAIM_ADJUSTMENTS_ALL table is a core transactional data store within the Oracle Trade Management (OZF) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves the critical function of recording all financial adjustments applied to a claim's original amount. In the context of trade promotions and funds management, a claim represents a request for payment or reimbursement from a trading partner. As claims are reviewed and processed, their calculated amounts often require manual or systematic corrections. This table provides the audit trail for these modifications, capturing the history of how a claim's final payable or receivable amount was determined. Its role is essential for ensuring accurate financial settlement, compliance, and detailed reporting on claim lifecycle management.
Key Information Stored
While the provided metadata does not list specific columns beyond the primary key, the table's structure is designed to capture the details of each adjustment transaction. Based on its purpose and standard EBS design patterns, the table typically stores the following key information: a unique ADJUSTMENT_ID as the primary key; the CLAIM_ID linking to the parent claim; the adjustment amount and currency; the type or reason code for the adjustment (e.g., manual correction, policy violation, pricing error); a reference to the user or program that created the adjustment; and timestamps for creation and last update. The "ALL" suffix in the table name indicates it is a multi-organization table, meaning it includes data for all operating units and requires a security predicate (e.g., ORG_ID) in application queries.
Common Use Cases and Queries
This table is central to operational and financial reporting for trade claims. A primary use case is generating a detailed adjustment history for a specific claim to support audit inquiries or explain settlement variances. Financial analysts may query this table to summarize total adjustments by type or reason code across a period to identify systematic processing issues. A common SQL pattern involves joining to the OZF_CLAIMS_ALL table to report on the net claim value after all adjustments. For example:
- SELECT c.claim_number, SUM(a.adjustment_amount) AS total_adjustment, (c.original_amount - SUM(a.adjustment_amount)) AS net_amount FROM ozf_claims_all c, ozf_claim_adjustments_all a WHERE c.claim_id = a.claim_id AND c.org_id = :p_org_id GROUP BY c.claim_number;
Integration with the Funds module may also involve queries to reconcile adjusted claim amounts against available funds balances.
Related Objects
The OZF_CLAIM_ADJUSTMENTS_ALL table maintains a direct, documented foreign key relationship with the primary claims table, as per the provided metadata. This relationship is fundamental to the data model.
- OZF_CLAIMS_ALL: This is the parent table for all claim headers. The foreign key constraint exists on the column OZF_CLAIM_ADJUSTMENTS_ALL.CLAIM_ID, which references the CLAIM_ID in OZF_CLAIMS_ALL. Every adjustment record must be associated with a valid, existing claim in this table. Standard queries will join these tables on the CLAIM_ID column.
Other related objects not specified in the metadata but commonly associated include the OZF_CLAIM_LINES_ALL table for line-level adjustments and the OZF_FUNDS_ALL table for funds utilization tracking. Application programming interfaces (APIs) within the OZF_CLAIMS_PKG would typically handle the creation and validation of adjustment records.
-
Table: OZF_CLAIM_ADJUSTMENTS_ALL
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_CLAIM_ADJUSTMENTS_ALL, object_name:OZF_CLAIM_ADJUSTMENTS_ALL, status:VALID, product: OZF - Trade Management , description: This table stores the adjustments that have been dont to a claim amount , implementation_dba_data: OZF.OZF_CLAIM_ADJUSTMENTS_ALL ,
-
Table: OZF_CLAIM_ADJUSTMENTS_ALL
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_CLAIM_ADJUSTMENTS_ALL, object_name:OZF_CLAIM_ADJUSTMENTS_ALL, status:VALID, product: OZF - Trade Management , description: This table stores the adjustments that have been dont to a claim amount , implementation_dba_data: OZF.OZF_CLAIM_ADJUSTMENTS_ALL ,
-
SYNONYM: APPS.OZF_CLAIM_ADJUSTMENTS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OZF_CLAIM_ADJUSTMENTS_ALL, status:VALID,
-
SYNONYM: APPS.OZF_CLAIM_ADJUSTMENTS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OZF_CLAIM_ADJUSTMENTS_ALL, status:VALID,
-
VIEW: OZF.OZF_CLAIM_ADJUSTMENTS_ALL#
12.2.2
owner:OZF, object_type:VIEW, object_name:OZF_CLAIM_ADJUSTMENTS_ALL#, status:VALID,
-
VIEW: OZF.OZF_CLAIM_ADJUSTMENTS_ALL#
12.2.2
-
TABLE: OZF.OZF_CLAIM_ADJUSTMENTS_ALL
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_CLAIM_ADJUSTMENTS_ALL, object_name:OZF_CLAIM_ADJUSTMENTS_ALL, status:VALID,
-
TABLE: OZF.OZF_CLAIM_ADJUSTMENTS_ALL
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_CLAIM_ADJUSTMENTS_ALL, object_name:OZF_CLAIM_ADJUSTMENTS_ALL, status:VALID,
-
SYNONYM: APPS.OZF_CLAIM_ADJUSTMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OZF_CLAIM_ADJUSTMENTS, status:VALID,
-
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 ,
-
SYNONYM: APPS.OZF_CLAIM_ADJUSTMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OZF_CLAIM_ADJUSTMENTS, 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 ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
eTRM - OZF Tables and Views
12.2.2
description: OZF_XREF_MAP table created for SIebel TPM Integration ,
-
eTRM - OZF Tables and Views
12.1.1
description: Table to store the Market eligibilty for a Offer Worksheet ,
-
eTRM - OZF Tables and Views
12.2.2
description: OZF_XREF_MAP table created for SIebel TPM Integration ,
-
eTRM - OZF Tables and Views
12.1.1
description: Table to store the Market eligibilty for a Offer Worksheet ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1