Search Results ozf_claim_lines_util_all
Overview
The OZF_CLAIM_LINES_UTIL_ALL table is a core transactional table within the Oracle E-Business Suite (EBS) Trade Management module (OZF). Its primary function is to store detailed records of earnings associated with specific claim lines. In the context of trade promotions and funds management, this table serves as the junction point linking approved claim lines to the actual utilization of funds, enabling precise tracking of how promotional budgets are consumed against claims. It is a multi-organization table, as indicated by the '_ALL' suffix, meaning it contains data for all operating units accessible to a user, which is a standard architectural pattern in Oracle EBS 12.1.1 and 12.2.2.
Key Information Stored
The table's structure is designed to capture the relationship between a claim line and the fund utilization. The primary key column, CLAIM_LINE_UTIL_ID, uniquely identifies each record in this table. The two critical foreign key columns are CLAIM_LINE_ID, which references the specific claim line from OZF_CLAIM_LINES_ALL, and UTILIZATION_ID, which references the detailed funds utilization record in OZF_FUNDS_UTILIZED_ALL_B. While the provided metadata does not list all columns, the existence of these foreign keys confirms the table's role in storing the linkage data. Other typical columns in such a utility table might include creation dates, last update dates, and identifiers for the creating and last-updating users.
Common Use Cases and Queries
This table is essential for reconciliation and audit reporting within the Trade Management module. A primary use case is generating reports that show the exact amount of funds utilized against a particular claim or a set of claims within a period. Financial analysts use this data to ensure promotional spending aligns with approved claims and budgets. A common query pattern involves joining this table to both the claim lines and funds utilized tables to create a comprehensive view.
Sample Query Pattern:
- SELECT cl.claim_number, cl.line_number, fu.utilized_amount, clu.* FROM ozf_claim_lines_util_all clu JOIN ozf_claim_lines_all cl ON clu.claim_line_id = cl.claim_line_id JOIN ozf_funds_utilized_all_b fu ON clu.utilization_id = fu.utilization_id WHERE cl.claim_id = :p_claim_id;
Related Objects
The OZF_CLAIM_LINES_UTIL_ALL table has defined foreign key relationships with two key transactional tables, as documented in the metadata:
- OZF_CLAIM_LINES_ALL: This is the parent table for claim line details. The relationship is established via the column OZF_CLAIM_LINES_UTIL_ALL.CLAIM_LINE_ID, which references OZF_CLAIM_LINES_ALL.CLAIM_LINE_ID.
- OZF_FUNDS_UTILIZED_ALL_B: This table stores the detailed records of fund utilizations. The relationship is established via the column OZF_CLAIM_LINES_UTIL_ALL.UTILIZATION_ID, which references OZF_FUNDS_UTILIZED_ALL_B.UTILIZATION_ID.
These relationships are critical for maintaining data integrity and form the foundation for any reporting or process logic involving the allocation of funds to claims.
-
Table: OZF_CLAIM_LINES_UTIL_ALL
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_CLAIM_LINES_UTIL_ALL, object_name:OZF_CLAIM_LINES_UTIL_ALL, status:VALID, product: OZF - Trade Management , description: This table stores eranings associated to claim lines , implementation_dba_data: OZF.OZF_CLAIM_LINES_UTIL_ALL ,
-
Table: OZF_CLAIM_LINES_UTIL_ALL
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_CLAIM_LINES_UTIL_ALL, object_name:OZF_CLAIM_LINES_UTIL_ALL, status:VALID, product: OZF - Trade Management , description: This table stores eranings associated to claim lines , implementation_dba_data: OZF.OZF_CLAIM_LINES_UTIL_ALL ,
-
APPS.OZF_CLAIM_UTILITY_PVT dependencies on OZF_CLAIM_LINES_UTIL_ALL
12.2.2
-
APPS.OZF_GL_INTERFACE_PVT dependencies on OZF_CLAIM_LINES_UTIL_ALL
12.1.1
-
APPS.OZF_PARTNER_CLAIM_GRP dependencies on OZF_CLAIM_LINES_UTIL_ALL
12.2.2
-
APPS.OZF_CLAIM_ACCRUAL_PVT dependencies on OZF_CLAIM_LINES_UTIL_ALL
12.2.2
-
APPS.OZF_SETTLEMENT_DOC_PVT dependencies on OZF_CLAIM_LINES_UTIL_ALL
12.1.1
-
APPS.OZF_PARTNER_CLAIM_GRP dependencies on OZF_CLAIM_LINES_UTIL_ALL
12.1.1
-
APPS.OZF_GL_INTERFACE_PVT dependencies on OZF_CLAIM_LINES_UTIL_ALL
12.2.2
-
APPS.OZF_SPECIAL_PRICING_PVT dependencies on OZF_CLAIM_LINES_UTIL_ALL
12.2.2
-
APPS.BIM_I_BGT_FACTS_PKG dependencies on OZF_CLAIM_LINES_UTIL_ALL
12.1.1
-
APPS.OZF_SPECIAL_PRICING_PVT dependencies on OZF_CLAIM_LINES_UTIL_ALL
12.1.1
-
APPS.OZF_CLAIM_SETTLEMENT_PVT dependencies on OZF_CLAIM_LINES_UTIL_ALL
12.2.2
-
APPS.OZF_SETTLEMENT_DOC_PVT dependencies on OZF_CLAIM_LINES_UTIL_ALL
12.2.2
-
APPS.OZF_CLAIM_ACCRUAL_PVT dependencies on OZF_CLAIM_LINES_UTIL_ALL
12.1.1
-
APPS.OZF_CLAIM_LINE_PVT dependencies on OZF_CLAIM_LINES_UTIL_ALL
12.1.1
-
APPS.OZF_CLAIM_PUB dependencies on OZF_CLAIM_LINES_UTIL_ALL
12.2.2
-
APPS.OZF_CLAIM_LINE_PVT dependencies on OZF_CLAIM_LINES_UTIL_ALL
12.2.2
-
APPS.OZF_CLAIM_LINE_PVT dependencies on OZF_CLAIM_LINES_UTIL
12.2.2
-
APPS.OZF_CLAIM_LINE_PVT dependencies on OZF_FUNDS_UTILIZED_ALL_B
12.1.1
-
APPS.OZF_CLAIM_LINE_PVT dependencies on OZF_CLAIM_LINES_UTIL
12.1.1
-
APPS.OZF_CLAIM_SETTLEMENT_PVT dependencies on OZF_CLAIM_LINES_UTIL
12.2.2
-
APPS.OZF_CLAIM_LINE_PVT dependencies on OZF_CLAIM_LINES
12.1.1
-
APPS.OZF_CLAIM_LINE_PVT dependencies on OZF_FUNDS_UTILIZED_ALL_B
12.2.2
-
APPS.OZF_CLAIM_ACCRUAL_PVT dependencies on OZF_CLAIM_LINES_UTIL
12.2.2
-
APPS.OZF_CLAIM_SETTLEMENT_PVT dependencies on OZF_CLAIM_LINES
12.2.2
-
APPS.OZF_GL_INTERFACE_PVT dependencies on OZF_CLAIM_LINES_ALL
12.1.1
-
APPS.OZF_CLAIM_LINE_PVT dependencies on AMS_ACT_PRODUCTS
12.1.1
-
APPS.OZF_CLAIM_ACCRUAL_PVT dependencies on OZF_CLAIM_LINES
12.2.2
-
APPS.OZF_CLAIM_LINE_PVT dependencies on AMS_ACT_PRODUCTS
12.2.2
-
APPS.OZF_CLAIM_ACCRUAL_PVT dependencies on OZF_CLAIM_LINES_UTIL
12.1.1
-
VIEW: APPS.OZF_CLAIM_REQ_HEADER_V
12.1.1
-
APPS.OZF_CLAIM_LINE_PVT dependencies on OZF_CLAIM_LINES
12.2.2
-
VIEW: APPS.OZF_CLAIM_REQ_HEADER_V
12.2.2
-
VIEW: OZF.OZF_CLAIM_LINES_UTIL_ALL#
12.2.2
-
APPS.OZF_GL_INTERFACE_PVT dependencies on OZF_CLAIM_LINES_ALL
12.2.2
-
VIEW: OZF.OZF_CLAIM_LINES_UTIL_ALL#
12.2.2
owner:OZF, object_type:VIEW, object_name:OZF_CLAIM_LINES_UTIL_ALL#, status:VALID,
-
APPS.BIM_I_BGT_FACTS_PKG dependencies on OZF_CLAIM_LINES_ALL
12.1.1
-
APPS.OZF_CLAIM_ACCRUAL_PVT dependencies on OZF_CLAIM_LINES_UTIL_ALL_S
12.1.1
-
SYNONYM: APPS.OZF_CLAIM_LINES_UTIL_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OZF_CLAIM_LINES_UTIL_ALL, status:VALID,
-
APPS.OZF_CLAIM_ACCRUAL_PVT dependencies on OZF_CLAIM_LINES_UTIL_ALL_S
12.2.2
-
APPS.BIM_I_BGT_FACTS_PKG dependencies on OZF_CLAIMS_ALL
12.1.1
-
SYNONYM: APPS.OZF_CLAIM_LINES_UTIL_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OZF_CLAIM_LINES_UTIL_ALL, status:VALID,
-
VIEW: APPS.OZF_FUNDS_PAID_V
12.2.2
-
APPS.OZF_CLAIM_ACCRUAL_PVT dependencies on OZF_CLAIM_LINES
12.1.1
-
SYNONYM: APPS.OZF_CLAIM_LINES_UTIL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OZF_CLAIM_LINES_UTIL, status:VALID,
-
APPS.OZF_GL_INTERFACE_PVT SQL Statements
12.1.1
-
MATERIALIZED VIEW: APPS.OZF_CUST_FUND_SUMMARY_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:OZF_CUST_FUND_SUMMARY_MV, status:VALID,
-
MATERIALIZED VIEW: APPS.OZF_CUST_FUND_SUMMARY_MV
12.2.2
owner:APPS, object_type:MATERIALIZED VIEW, object_name:OZF_CUST_FUND_SUMMARY_MV, status:VALID,
-
APPS.OZF_CLAIM_SETTLEMENT_PVT dependencies on OZF_CLAIM_LINES_ALL
12.2.2