Search Results dpp_customer_claims_all
Overview
DPP_CUSTOMER_CLAIMS_ALL is a transactional table in the Oracle Price Protection (DPP) module of Oracle E-Business Suite, available in releases 12.1.1 and 12.2.2. The table stores customer inventory and claim information associated with a Price Protection Transaction. Price Protection supports scenarios in which a supplier reduces the price of goods after they have already been sold into a customer's inventory; the module calculates the resulting price drop exposure, reports the customer's on-hand inventory, and generates the corresponding customer and supplier claims, typically settled through debit memos.
The table resides in the DPP schema and is classified as VALID. Physically it contains 58 columns, a primary key constraint named DPP_CUSTOMER_CLAIMS_ALL_PK defined on CUSTOMER_INV_LINE_ID, and two unique indexes: DPP_CUSTOMER_CLAIMS_ALL_U1 on CUSTOMER_INV_LINE_ID and DPP_CUSTOMER_CLAIMS_ALL_U2 on TRANSACTION_HEADER_ID and LINE_NUMBER. Based on the mined foreign-key structure, the table is heuristically classified as a standalone object within a Data Vault model. This classification should be treated as a modeling suggestion rather than a definitive architectural statement, since the table carries its own transaction header reference and customer reference without participating in a broader hub-and-link topology.
Key Information Stored
Each row represents a single customer inventory claim line tied to a price protection transaction. The most significant columns are:
- CUSTOMER_INV_LINE_ID — The surrogate primary key and the unique identifier of the customer inventory claim line.
- TRANSACTION_HEADER_ID — Reference to the parent price protection transaction header.
- LINE_NUMBER — The line sequence within the transaction; combined with TRANSACTION_HEADER_ID it forms the second unique business key (DPP_CUSTOMER_CLAIMS_ALL_U2).
- CUST_ACCOUNT_ID — The customer account associated with the claim; a foreign key to HZ_CUST_ACCOUNTS.
- INVENTORY_ITEM_ID — The inventory item subject to the price drop.
- LAST_PRICE, SUPPLIER_NEW_PRICE, CUSTOMER_NEW_PRICE — The prior price and the revised supplier and customer prices used to compute the claim.
- REPORTED_INVENTORY, CALCULATED_INVENTORY, UOM — Customer-reported quantity, system-calculated quantity, and unit of measure for the affected inventory.
- CUST_CLAIM_AMT, SUPP_CLAIM_AMT — The monetary claim amounts for the customer and the supplier sides respectively.
- DEBIT_MEMO_NUMBER, CUSTOMER_CLAIM_ID, SUPP_CUST_CLAIM_ID — Debit memo reference and claim identifiers used during settlement.
- CUSTOMER_CLAIM_CREATED, SUPPLIER_CLAIM_CREATED — Flags indicating whether each claim has been generated.
- ORG_ID — The operating unit, enabling multi-org security in reporting.
- Standard WHO columns — CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, OBJECT_VERSION_NUMBER, and the ATTRIBUTE_CATEGORY/ATTRIBUTE1–30 flexfield set.
Common Use Cases and Queries
Typical reporting scenarios include reconciling supplier versus customer claim amounts for a transaction, auditing the delta between reported and calculated inventory before settlement, and producing customer-facing price protection statements. A representative query:
- SELECT line_number, cust_account_id, inventory_item_id, cust_claim_amt, supp_claim_amt FROM dpp.dpp_customer_claims_all WHERE transaction_header_id = :txn_id ORDER BY line_number;
- Aggregate exposure by item: SELECT inventory_item_id, SUM(cust_claim_amt) FROM dpp.dpp_customer_claims_all WHERE org_id = :org_id GROUP BY inventory_item_id;
- Detect unreleased claims: SELECT customer_inv_line_id FROM dpp.dpp_customer_claims_all WHERE customer_claim_created = 'N' OR supplier_claim_created = 'N';
Because the table holds multiple operating unit rows, ORG_ID filtering or MOAC policy is required in any production query.
Related Objects
- HZ_CUST_ACCOUNTS — Referenced by CUST_ACCOUNT_ID; joins the claim to customer master data.
- DPP_CUSTOMER_CLAIMS_LOG — References DPP_CUSTOMER_CLAIMS_ALL via CUSTOMER_INV_LINE_ID; maintains an audit trail of changes to each claim line.
- Parent price protection transaction header tables referenced through TRANSACTION_HEADER_ID.
- Inventory item master (INVENTORY_ITEM_ID) for item validation and descriptive reporting.
- Debit memo and receivables interfaces that consume DEBIT_MEMO_NUMBER for settlement.
-
Table: DPP_CUSTOMER_CLAIMS_ALL
12.1.1
owner:DPP, object_type:TABLE, fnd_design_data:DPP.DPP_CUSTOMER_CLAIMS_ALL, object_name:DPP_CUSTOMER_CLAIMS_ALL, status:VALID, product: DPP - Oracle Price Protection , description: This table will store the customer inventory & claim information for a Price Protection Transaction. , implementation_dba_data: DPP.DPP_CUSTOMER_CLAIMS_ALL ,
-
Table: DPP_CUSTOMER_CLAIMS_ALL
12.2.2
owner:DPP, object_type:TABLE, fnd_design_data:DPP.DPP_CUSTOMER_CLAIMS_ALL, object_name:DPP_CUSTOMER_CLAIMS_ALL, status:VALID, product: DPP - Oracle Price Protection , description: This table will store the customer inventory & claim information for a Price Protection Transaction. , implementation_dba_data: DPP.DPP_CUSTOMER_CLAIMS_ALL ,
-
APPS.DPP_ACCOUNT_MERGE_PVT SQL Statements
12.2.2
-
SYNONYM: APPS.DPP_CUSTOMER_CLAIMS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:DPP_CUSTOMER_CLAIMS_ALL, status:VALID,
-
APPS.DPP_ACCOUNT_MERGE_PVT SQL Statements
12.1.1
-
SYNONYM: APPS.DPP_CUSTOMER_CLAIMS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:DPP_CUSTOMER_CLAIMS_ALL, status:VALID,
-
VIEW: DPP.DPP_CUSTOMER_CLAIMS_ALL#
12.2.2
owner:DPP, object_type:VIEW, object_name:DPP_CUSTOMER_CLAIMS_ALL#, status:VALID,
-
APPS.DPP_SLA_CLAIM_EXTRACT_PUB SQL Statements
12.1.1
-
APPS.DPP_SLA_CLAIM_EXTRACT_PUB SQL Statements
12.2.2
-
VIEW: APPS.DPP_TXN_DASHBOARD_V
12.1.1
-
PACKAGE BODY: APPS.DPP_ACCOUNT_MERGE_PVT
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: DPP.DPP_CUSTOMER_CLAIMS_ALL#
12.2.2
-
APPS.DPP_CLAIMS_PVT SQL Statements
12.1.1
-
APPS.DPP_CUSTOMERCLAIMS_PVT SQL Statements
12.2.2
-
VIEW: APPS.DPP_TXN_DASHBOARD_V
12.2.2
-
APPS.DPP_CUSTOMERCLAIMS_PVT SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.DPP_BUSINESSEVENTS_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.DPP_ACCOUNT_MERGE_PVT
12.1.1
-
12.1.1 DBA Data
12.1.1
-
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
-
APPS.DPP_CLAIMS_PVT SQL Statements
12.2.2
-
APPS.DPP_BUSINESSEVENTS_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.DPP_EXECUTIONDETAILS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:DPP_EXECUTIONDETAILS_PVT, status:VALID,
-
PACKAGE BODY: APPS.DPP_EXECUTIONPROCESS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:DPP_EXECUTIONPROCESS_PUB, status:VALID,
-
PACKAGE BODY: APPS.DPP_CLAIMS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:DPP_CLAIMS_PVT, status:VALID,
-
PACKAGE BODY: APPS.DPP_ACCOUNT_MERGE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:DPP_ACCOUNT_MERGE_PVT, status:VALID,
-
PACKAGE BODY: APPS.DPP_SLA_CLAIM_EXTRACT_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:DPP_SLA_CLAIM_EXTRACT_PUB, status:VALID,
-
PACKAGE BODY: APPS.DPP_CUSTOMERCLAIMS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:DPP_CUSTOMERCLAIMS_PVT, status:VALID,
-
PACKAGE BODY: APPS.DPP_ACCOUNT_MERGE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:DPP_ACCOUNT_MERGE_PVT, status:VALID,
-
PACKAGE BODY: APPS.DPP_EXECUTIONDETAILS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:DPP_EXECUTIONDETAILS_PVT, status:VALID,
-
PACKAGE BODY: APPS.DPP_SLA_CLAIM_EXTRACT_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:DPP_SLA_CLAIM_EXTRACT_PUB, status:VALID,
-
PACKAGE BODY: APPS.DPP_BUSINESSEVENTS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:DPP_BUSINESSEVENTS_PVT, status:VALID,
-
PACKAGE BODY: APPS.DPP_CLAIMS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:DPP_CLAIMS_PVT, status:VALID,
-
PACKAGE BODY: APPS.DPP_CUSTOMERCLAIMS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:DPP_CUSTOMERCLAIMS_PVT, status:VALID,
-
PACKAGE BODY: APPS.DPP_UTILITY_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:DPP_UTILITY_PVT, status:VALID,
-
PACKAGE BODY: APPS.DPP_BUSINESSEVENTS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:DPP_BUSINESSEVENTS_PVT, status:VALID,
-
PACKAGE BODY: APPS.DPP_EXECUTIONPROCESS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:DPP_EXECUTIONPROCESS_PVT, status:VALID,
-
View: DPP_TXN_DASHBOARD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:DPP.DPP_TXN_DASHBOARD_V, object_name:DPP_TXN_DASHBOARD_V, status:VALID, product: DPP - Oracle Price Protection , description: Dpp Transaction Dashboard View , implementation_dba_data: APPS.DPP_TXN_DASHBOARD_V ,
-
APPS.DPP_EXECUTIONDETAILS_PVT SQL Statements
12.1.1
-
eTRM - DPP Tables and Views
12.2.2
description: This table will be used to store transaction extract lines information ,
-
PACKAGE: APPS.DPP_ACCOUNT_MERGE_PVT
12.1.1
-
TABLE: DPP.DPP_CUSTOMER_CLAIMS_ALL
12.2.2
owner:DPP, object_type:TABLE, fnd_design_data:DPP.DPP_CUSTOMER_CLAIMS_ALL, object_name:DPP_CUSTOMER_CLAIMS_ALL, status:VALID,