Search Results ozf_account_allocations
Overview
The OZF_ACCOUNT_ALLOCATIONS table is a core data repository within the Oracle E-Business Suite (EBS) Trade Management module (OZF). Its primary function is to store the definition and rules for account-level allocations. In the context of trade promotions and funds management, an allocation specifies how a budget or fund is distributed and consumed. This table specifically governs the assignment of funds or budgets to individual customer accounts, enabling precise control over promotional spending per trading partner. It is a fundamental component for enforcing financial controls and tracking promotional accruals and expenditures at the account level, ensuring that spending aligns with predefined business agreements and limits.
Key Information Stored
The table's structure centers on the unique identifier ACCOUNT_ALLOCATION_ID, which serves as the primary key. A critical foreign key relationship is established via the ALLOCATION_FOR_ID column, which links to the OZF_FUNDS_ALL_B table. This link ties each account allocation rule directly to a specific fund or budget header. While the provided ETRM metadata does not list all columns, typical data stored in such a table would include the associated ACCOUNT_ID (linking to the customer account in TCA), the allocation amount or percentage, effective date ranges, status, and attributes defining usage rules (e.g., hard or soft limits). This design allows the system to answer which accounts are eligible to draw from a given fund and what their individual spending caps are.
Common Use Cases and Queries
This table is central to operational and analytical processes in Trade Management. A common business use case is validating whether a claim or deduction against a promotion is permissible for a specific customer account by checking its allocated budget. For reporting, analysts frequently query this table to understand fund distribution across the customer base. Sample SQL patterns include joining to funds and customer tables to report on allocations:
- Listing all account allocations for a specific fund:
SELECT * FROM ozf_account_allocations WHERE allocation_for_id = :fund_id; - Summarizing total allocated budget per account for a set of active funds:
SELECT account_id, SUM(allocated_amount) FROM ozf_account_allocations a, ozf_funds_all_b f WHERE a.allocation_for_id = f.fund_id AND f.status = 'ACTIVE' GROUP BY account_id;
These queries support reconciliation and spend analysis, ensuring promotional activities stay within planned financial boundaries.
Related Objects
As per the ETRM documentation, OZF_ACCOUNT_ALLOCATIONS has integral relationships with several key tables. It is a child of OZF_FUNDS_ALL_B, the central funds table. Furthermore, it serves as a parent table to OZF_PRODUCT_ALLOCATIONS and OZF_TIME_ALLOCATIONS. This hierarchy indicates that a single account allocation rule can be further refined by product-specific restrictions and time-phased spending schedules, creating a multi-dimensional allocation framework (Account x Product x Time). This structure allows for highly granular control over promotional funds. Integration with the Trading Community Architecture (TCA) for account details and the General Ledger via funds is also standard in this module.
-
Table: OZF_ACCOUNT_ALLOCATIONS
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACCOUNT_ALLOCATIONS, object_name:OZF_ACCOUNT_ALLOCATIONS, status:VALID, product: OZF - Trade Management , description: Table to store the Account Allocations , implementation_dba_data: OZF.OZF_ACCOUNT_ALLOCATIONS ,
-
Table: OZF_ACCOUNT_ALLOCATIONS
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACCOUNT_ALLOCATIONS, object_name:OZF_ACCOUNT_ALLOCATIONS, status:VALID, product: OZF - Trade Management , description: Table to store the Account Allocations , implementation_dba_data: OZF.OZF_ACCOUNT_ALLOCATIONS ,
-
APPS.OZF_QUOTA_ALLOCATIONS_PVT dependencies on OZF_ACCOUNT_ALLOCATIONS
12.2.2
-
APPS.OZF_ALLOCATION_ENGINE_PVT dependencies on OZF_ACCOUNT_ALLOCATIONS
12.1.1
-
APPS.OZF_QUOTA_THRESHOLD_PVT dependencies on OZF_ACCOUNT_ALLOCATIONS
12.1.1
-
APPS.OZF_PARTY_MERGE_PVT dependencies on OZF_ACCOUNT_ALLOCATIONS
12.1.1
-
APPS.OZF_ACCOUNT_ALLOCATIONS_PKG dependencies on OZF_ACCOUNT_ALLOCATIONS
12.2.2
-
APPS.OZF_LOCATION_PVT dependencies on OZF_ACCOUNT_ALLOCATIONS
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on OZF_ACCOUNT_ALLOCATIONS
12.1.1
-
APPS.OZF_LOCATION_PVT dependencies on OZF_ACCOUNT_ALLOCATIONS
12.2.2
-
APPS.HZ_PURGE_GEN dependencies on OZF_ACCOUNT_ALLOCATIONS
12.2.2
-
APPS.OZF_QUOTA_PUB dependencies on OZF_ACCOUNT_ALLOCATIONS
12.2.2
-
APPS.OZF_ACCOUNT_MERGE_PKG dependencies on OZF_ACCOUNT_ALLOCATIONS
12.2.2
-
APPS.OZF_QUOTA_ALLOCATIONS_PVT dependencies on OZF_ACCOUNT_ALLOCATIONS
12.1.1
-
APPS.OZF_CUST_FACTS_PVT dependencies on OZF_ACCOUNT_ALLOCATIONS
12.2.2
-
APPS.OZF_QUOTA_THRESHOLD_PVT dependencies on OZF_ACCOUNT_ALLOCATIONS
12.2.2
-
APPS.OZF_ACCOUNT_ALLOCATIONS_PKG dependencies on OZF_ACCOUNT_ALLOCATIONS
12.1.1
-
APPS.OZF_CUST_FACTS_PVT dependencies on OZF_ACCOUNT_ALLOCATIONS
12.1.1
-
APPS.OZF_ACCOUNT_MERGE_PKG dependencies on OZF_ACCOUNT_ALLOCATIONS
12.1.1
-
APPS.OZF_ALLOCATION_ENGINE_PVT dependencies on OZF_ACCOUNT_ALLOCATIONS
12.2.2
-
APPS.OZF_PARTY_MERGE_PVT dependencies on OZF_ACCOUNT_ALLOCATIONS
12.2.2
-
APPS.OZF_QUOTA_PUB dependencies on OZF_ACCOUNT_ALLOCATIONS
12.1.1
-
APPS.OZF_CUST_FACTS_PVT dependencies on OZF_PRODUCT_ALLOCATIONS
12.1.1
-
APPS.OZF_CUST_FACTS_PVT dependencies on OZF_TIME_ALLOCATIONS
12.2.2
-
APPS.OZF_CUST_FACTS_PVT dependencies on OZF_PRODUCT_ALLOCATIONS
12.2.2
-
APPS.OZF_CUST_FACTS_PVT dependencies on OZF_TIME_ALLOCATIONS
12.1.1
-
SYNONYM: APPS.OZF_ACCOUNT_ALLOCATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OZF_ACCOUNT_ALLOCATIONS, status:VALID,
-
VIEW: OZF.OZF_ACCOUNT_ALLOCATIONS#
12.2.2
owner:OZF, object_type:VIEW, object_name:OZF_ACCOUNT_ALLOCATIONS#, status:VALID,
-
SYNONYM: APPS.OZF_ACCOUNT_ALLOCATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OZF_ACCOUNT_ALLOCATIONS, status:VALID,
-
APPS.OZF_QUOTA_THRESHOLD_PVT dependencies on OZF_CUST_DAILY_FACTS
12.2.2
-
APPS.OZF_QUOTA_THRESHOLD_PVT dependencies on OZF_CUST_DAILY_FACTS
12.1.1
-
APPS.OZF_CUST_FACTS_PVT dependencies on OZF_SEARCH_SELECTIONS_T
12.2.2
-
APPS.OZF_ALLOCATION_ENGINE_PVT dependencies on OZF_PERIOD_TBL_TYPE
12.2.2
-
APPS.OZF_ALLOCATION_ENGINE_PVT dependencies on OZF_PERIOD_TBL_TYPE
12.1.1
-
VIEW: OZF.OZF_ACCOUNT_ALLOCATIONS#
12.2.2
-
Table: OZF_TIME_ALLOCATIONS
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_TIME_ALLOCATIONS, object_name:OZF_TIME_ALLOCATIONS, status:VALID, product: OZF - Trade Management , description: Table to store the time level allocations , implementation_dba_data: OZF.OZF_TIME_ALLOCATIONS ,
-
APPS.OZF_CUST_FACTS_PVT dependencies on OZF_SEARCH_SELECTIONS_T
12.1.1
-
APPS.OZF_QUOTA_PUB dependencies on OZF_TIME_ALLOCATIONS
12.2.2
-
Table: OZF_PRODUCT_ALLOCATIONS
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_PRODUCT_ALLOCATIONS, object_name:OZF_PRODUCT_ALLOCATIONS, status:VALID, product: OZF - Trade Management , description: Table to store the Prooduct allocations , implementation_dba_data: OZF.OZF_PRODUCT_ALLOCATIONS ,
-
Table: OZF_TIME_ALLOCATIONS
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_TIME_ALLOCATIONS, object_name:OZF_TIME_ALLOCATIONS, status:VALID, product: OZF - Trade Management , description: Table to store the time level allocations , implementation_dba_data: OZF.OZF_TIME_ALLOCATIONS ,
-
Table: OZF_PRODUCT_ALLOCATIONS
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_PRODUCT_ALLOCATIONS, object_name:OZF_PRODUCT_ALLOCATIONS, status:VALID, product: OZF - Trade Management , description: Table to store the Prooduct allocations , implementation_dba_data: OZF.OZF_PRODUCT_ALLOCATIONS ,
-
APPS.OZF_ALLOCATION_ENGINE_PVT dependencies on OZF_TIME_API_PVT
12.2.2
-
APPS.OZF_ACCOUNT_ALLOCATIONS_PKG SQL Statements
12.1.1
-
APPS.OZF_QUOTA_PUB dependencies on OZF_TIME_ALLOCATIONS
12.1.1
-
APPS.OZF_CUST_FACTS_PVT dependencies on OZF_TIME_RPT_STRUCT
12.2.2
-
PACKAGE BODY: APPS.OZF_ACCOUNT_ALLOCATIONS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_ACCOUNT_ALLOCATIONS_PKG, status:VALID,
-
APPS.OZF_ACCOUNT_ALLOCATIONS_PKG SQL Statements
12.2.2
-
APPS.OZF_CUST_FACTS_PVT dependencies on OZF_ORDER_SALES_V
12.2.2
-
APPS.OZF_ALLOCATION_ENGINE_PVT dependencies on OZF_TIME_API_PVT
12.1.1
-
PACKAGE BODY: APPS.OZF_LOCATION_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_LOCATION_PVT, status:VALID,