Search Results ozf_funds_utilized_all_b
Overview
The OZF_FUNDS_UTILIZED_ALL_B table is a core data structure within the Oracle E-Business Suite (EBS) Trade Management (OZF) module. It serves as the primary transactional table for recording detailed fund utilization events. In the context of trade promotions and funds management, this table tracks the specific application of approved funds against claims, accruals, or other eligible transactions. Its role is critical for maintaining an accurate audit trail of how promotional budgets are consumed, enabling reconciliation between allocated funds and actual expenditures. The '_ALL' suffix and the 'B' (Base) designation indicate it is a multi-organization enabled table storing the core transactional data, separate from its corresponding translatable ('_TL') columns.
Key Information Stored
While the provided metadata does not list individual columns, the structure and foreign key relationships define its essential data model. The primary key column, UTILIZATION_ID, uniquely identifies each fund utilization record. The table's description as "Fund utilization details" implies it stores critical attributes such as the utilized amount, utilization date, the identifier of the source fund (likely a foreign key to a funds table), and references to the transaction against which the fund was applied (e.g., a claim line or payment). The foreign key relationships confirm it links utilization to specific claim lines and payment records, forming the backbone of the funds settlement process.
Common Use Cases and Queries
This table is central to funds management reporting and reconciliation processes. Common operational and analytical queries involve summarizing total funds utilized by a specific promotion, campaign, or customer within a period. A typical reporting pattern joins OZF_FUNDS_UTILIZED_ALL_B to related transaction tables like OZF_CLAIM_LINES_UTIL_ALL to analyze claim settlement details. For auditing purposes, queries trace the utilization lifecycle from an original fund allocation to its final payment. A fundamental sample SQL pattern retrieves utilization details for a specific fund:
- SELECT * FROM ozf_funds_utilized_all_b WHERE fund_id = :p_fund_id ORDER BY utilization_date;
Another critical use case is generating reconciliation reports between utilized amounts and paid amounts by joining with OZF_FUNDS_PAID_ALL via the UTILIZATION_ID.
Related Objects
The table maintains integral relationships with several key Trade Management objects, as defined by its foreign keys. It is directly referenced by the OZF_FUNDS_PAID_ALL table, which records the actual payment against a utilization. It is also linked to OZF_CLAIM_LINES_UTIL_ALL, connecting the fund consumption to the original claim transaction. For translatable descriptive information, it pairs with the OZF_FUNDS_UTILIZED_ALL_TL table. These relationships position OZF_FUNDS_UTILIZED_ALL_B as a central hub in the funds settlement workflow, sitting between the claim line utilization and the final payment execution.
-
Table: OZF_FUNDS_UTILIZED_ALL_B
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FUNDS_UTILIZED_ALL_B, object_name:OZF_FUNDS_UTILIZED_ALL_B, status:VALID, product: OZF - Trade Management , description: Fund utilization details , implementation_dba_data: OZF.OZF_FUNDS_UTILIZED_ALL_B ,
-
Table: OZF_FUNDS_UTILIZED_ALL_B
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FUNDS_UTILIZED_ALL_B, object_name:OZF_FUNDS_UTILIZED_ALL_B, status:VALID, product: OZF - Trade Management , description: Fund utilization details , implementation_dba_data: OZF.OZF_FUNDS_UTILIZED_ALL_B ,
-
Table: OZF_FUNDS_PAID_ALL
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FUNDS_PAID_ALL, object_name:OZF_FUNDS_PAID_ALL, status:VALID, product: OZF - Trade Management , description: Funds paid details , implementation_dba_data: OZF.OZF_FUNDS_PAID_ALL ,
-
Table: OZF_FUNDS_PAID_ALL
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FUNDS_PAID_ALL, object_name:OZF_FUNDS_PAID_ALL, status:VALID, product: OZF - Trade Management , description: Funds paid details , implementation_dba_data: OZF.OZF_FUNDS_PAID_ALL ,
-
Table: OZF_FUNDS_UTILIZED_ALL_TL
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FUNDS_UTILIZED_ALL_TL, object_name:OZF_FUNDS_UTILIZED_ALL_TL, status:VALID, product: OZF - Trade Management , description: This table is used to store Fund utilization details (Translation Table) , implementation_dba_data: OZF.OZF_FUNDS_UTILIZED_ALL_TL ,
-
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 ,
-
Table: OZF_FUNDS_UTILIZED_ALL_TL
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FUNDS_UTILIZED_ALL_TL, object_name:OZF_FUNDS_UTILIZED_ALL_TL, status:VALID, product: OZF - Trade Management , description: This table is used to store Fund utilization details (Translation Table) , implementation_dba_data: OZF.OZF_FUNDS_UTILIZED_ALL_TL ,
-
View: OZF_FUNDS_PAID
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_FUNDS_PAID, object_name:OZF_FUNDS_PAID, status:VALID, product: OZF - Trade Management , description: Funds paid details , implementation_dba_data: APPS.OZF_FUNDS_PAID ,
-
View: OZF_FUNDS_PAID_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_FUNDS_PAID_V, object_name:OZF_FUNDS_PAID_V, status:VALID, product: OZF - Trade Management , description: View on Funds Paid and Claims to present Funds paid details , implementation_dba_data: APPS.OZF_FUNDS_PAID_V ,
-
View: OZF_FUNDS_PAID
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_FUNDS_PAID, object_name:OZF_FUNDS_PAID, status:VALID, product: OZF - Trade Management , description: Funds paid details , implementation_dba_data: APPS.OZF_FUNDS_PAID ,
-
View: OZF_FUNDS_PAID_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_FUNDS_PAID_V, object_name:OZF_FUNDS_PAID_V, status:VALID, product: OZF - Trade Management , description: View on Funds Paid and Claims to present Funds paid details , implementation_dba_data: APPS.OZF_FUNDS_PAID_V ,
-
View: OZF_FUNDS_UTILIZED_ALL_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_FUNDS_UTILIZED_ALL_VL, object_name:OZF_FUNDS_UTILIZED_ALL_VL, status:VALID, product: OZF - Trade Management , implementation_dba_data: APPS.OZF_FUNDS_UTILIZED_ALL_VL ,
-
View: OZF_FUNDS_UTILIZED_ALL_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_FUNDS_UTILIZED_ALL_VL, object_name:OZF_FUNDS_UTILIZED_ALL_VL, status:VALID, product: OZF - Trade Management , implementation_dba_data: APPS.OZF_FUNDS_UTILIZED_ALL_VL ,
-
View: OZF_FUNDS_UTILIZED_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_FUNDS_UTILIZED_VL, object_name:OZF_FUNDS_UTILIZED_VL, status:VALID, product: OZF - Trade Management , implementation_dba_data: APPS.OZF_FUNDS_UTILIZED_VL ,
-
View: OZF_FUNDS_UTILIZED_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_FUNDS_UTILIZED_VL, object_name:OZF_FUNDS_UTILIZED_VL, status:VALID, product: OZF - Trade Management , implementation_dba_data: APPS.OZF_FUNDS_UTILIZED_VL ,