Search Results ozf_chargeback_price_adj_all_p
Overview
The OZF_CHARGEBACK_PRICE_ADJ_ALL table is a core data object within the Oracle Trade Management (OZF) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves as the primary repository for storing price adjustment details associated with chargeback transactions. Chargebacks are a critical trade management function, representing claims made by a customer (often a distributor or retailer) against a supplier for various deductions, such as promotional discounts, volume rebates, or pricing discrepancies. This table specifically holds the calculated price adjustments that are applied to individual chargeback lines, enabling the system to accurately quantify the financial impact of each claim. Its role is integral to the end-to-end chargeback lifecycle, from calculation and validation to settlement and financial reporting.
Key Information Stored
The table's primary key, CHARGEBACK_PRICE_ADJ_ID, uniquely identifies each price adjustment record. The most critical foreign key column is CHARGEBACK_LINE_ID, which links each price adjustment to its parent transaction line in the OZF_CHARGEBACK_INT_ALL table. While the provided metadata does not list all columns, a table of this nature typically stores data such as the adjustment amount, the currency, the effective date of the price change, the type of adjustment (e.g., list price variance, promotional discount), and references to the pricing rules or agreements that justified the adjustment. It acts as an audit trail and calculation detail for the net price used in the chargeback.
Common Use Cases and Queries
This table is central to analyzing chargeback pricing accuracy and generating detailed audit reports. Common operational and analytical queries include reconciling chargeback claims against original trade agreements, investigating pricing disputes, and supporting financial accruals. A typical reporting query would join this table to its parent chargeback header and line tables to provide a comprehensive view of adjustments.
- Sample Query Pattern: To retrieve all price adjustments for a specific chargeback, a query would join on CHARGEBACK_LINE_ID:
SELECT cpa.* FROM ozf_chargeback_price_adj_all cpa JOIN ozf_chargeback_int_all ci ON cpa.chargeback_line_id = ci.chargeback_line_id WHERE ci.chargeback_header_id = :p_header_id; - Use Case: Finance teams use data from this table to validate the final settled amount of a chargeback by tracing each price adjustment back to its source agreement or pricing event.
Related Objects
The table has a defined hierarchical relationship within the OZF schema, primarily serving as a child table to the main chargeback transactions table.
- Primary Key: OZF_CHARGEBACK_PRICE_ADJ_ALL_P on column CHARGEBACK_PRICE_ADJ_ID.
- Foreign Key (References): The table contains a foreign key constraint where its column CHARGEBACK_LINE_ID references the OZF_CHARGEBACK_INT_ALL table. This establishes a direct one-to-many relationship from a chargeback line to its multiple possible price adjustments.
This table is also likely referenced by various Trade Management application programming interfaces (APIs) and user interface forms that process chargebacks, and may be a source for summary views used in operational reporting.
-
Table: OZF_CHARGEBACK_PRICE_ADJ_ALL
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_CHARGEBACK_PRICE_ADJ_ALL, object_name:OZF_CHARGEBACK_PRICE_ADJ_ALL, status:VALID, product: OZF - Trade Management , description: charge back price adjustments , implementation_dba_data: OZF.OZF_CHARGEBACK_PRICE_ADJ_ALL ,
-
Table: OZF_CHARGEBACK_PRICE_ADJ_ALL
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_CHARGEBACK_PRICE_ADJ_ALL, object_name:OZF_CHARGEBACK_PRICE_ADJ_ALL, status:VALID, product: OZF - Trade Management , description: charge back price adjustments , implementation_dba_data: OZF.OZF_CHARGEBACK_PRICE_ADJ_ALL ,
-
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 ,