Search Results ozf_funds_all_b
Overview
The OZF_FUNDS_ALL_B table is the fundamental master data table for fund definitions within the Oracle Trade Management (OZF) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It serves as the central repository for all fund entities, which are monetary budgets or pools of money allocated for specific trade promotions, marketing activities, or channel programs. This table is critical for the financial control and allocation of funds across various marketing and sales initiatives, enabling organizations to plan, track, and manage their trade spending. Its multi-org structure, indicated by the "_ALL_" suffix, allows it to store data for multiple operating units, a core design principle of Oracle EBS.
Key Information Stored
While the provided metadata does not list all columns, the primary and foreign key relationships reveal the core data attributes. The table's primary key is FUND_ID, which uniquely identifies each fund record. Key relational columns include PARENT_FUND_ID, which enables hierarchical fund structures where a parent fund can have multiple child funds. The SET_OF_BOOKS_ID links the fund to its associated general ledger, ensuring financial integration. The THRESHOLD_ID connects to the OZF_THRESHOLDS_ALL_B table, allowing for the definition of spending limits or control rules on the fund. Other typical columns in such a base table would include fields for fund name, status, currency, start and end dates, total budget amount, and various system control columns like CREATION_DATE and LAST_UPDATE_DATE.
Common Use Cases and Queries
This table is central to financial reporting and operational processes in Trade Management. Common use cases include generating fund utilization reports, validating available budget before creating new claims or offers, and managing fund hierarchies for top-down budget allocation. A fundamental query involves joining the table with its translated descriptive flexfield (TL) table to retrieve fund names in a specific language. For example, to list active funds for a specific operating unit, a query might be: SELECT f.FUND_ID, t.NAME, f.STATUS FROM OZF_FUNDS_ALL_B f, OZF_FUNDS_ALL_TL t WHERE f.FUND_ID = t.FUND_ID AND f.ORG_ID = :org_id AND f.STATUS = 'ACTIVE' AND t.LANGUAGE = USERENV('LANG');. Another critical pattern is querying parent-child relationships to analyze budget roll-ups using a self-join on PARENT_FUND_ID.
Related Objects
The OZF_FUNDS_ALL_B table has extensive relationships, acting as a hub for financial data across the Trade Management and Marketing modules. Key documented relationships include:
- Self-Referential: OZF_FUNDS_ALL_B.PARENT_FUND_ID references OZF_FUNDS_ALL_B.FUND_ID, enabling fund hierarchies.
- Translation: OZF_FUNDS_ALL_TL.FUND_ID references this table for multilingual support.
- Financial Setup: GL_SETS_OF_BOOKS_11I via SET_OF_BOOKS_ID, and OZF_THRESHOLDS_ALL_B via THRESHOLD_ID.
- Marketing Objects (AMS): Serves as a fund source for AMS_CAMPAIGNS_ALL_B, AMS_EVENT_HEADERS_ALL_B, and AMS_EVENT_OFFERS_ALL_B.
- Trade Management Core: Referenced by OZF_OFFERS, OZF_ACCOUNT_ALLOCATIONS, OZF_PRODUCT_ALLOCATIONS, OZF_FUND_REQUESTS (for transfers), OZF_OBJECT_FUND_SUMMARY, and transaction tables like OZF_MC_TRANSACTIONS_ALL.
- Accounting & Control: Linked to OZF_ACCTNG_EVENTS_ALL, OZF_ACT_BUDGETS, OZF_ACT_METRICS_ALL, and OZF_NA_CONC_EXCEPTIONS.
-
Table: OZF_FUNDS_ALL_B
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FUNDS_ALL_B, object_name:OZF_FUNDS_ALL_B, status:VALID, product: OZF - Trade Management , description: Fund definition master base table. , implementation_dba_data: OZF.OZF_FUNDS_ALL_B ,
-
Table: OZF_FUNDS_ALL_B
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FUNDS_ALL_B, object_name:OZF_FUNDS_ALL_B, status:VALID, product: OZF - Trade Management , description: Fund definition master base table. , implementation_dba_data: OZF.OZF_FUNDS_ALL_B ,
-
Table: OZF_THRESHOLDS_ALL_B
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_THRESHOLDS_ALL_B, object_name:OZF_THRESHOLDS_ALL_B, status:VALID, product: OZF - Trade Management , description: Holds information on Funds Thresholds. , implementation_dba_data: OZF.OZF_THRESHOLDS_ALL_B ,
-
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 ,
-
Table: OZF_FUND_REQUESTS
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FUND_REQUESTS, object_name:OZF_FUND_REQUESTS, status:VALID, product: OZF - Trade Management , description: Fund request tracking table. , implementation_dba_data: OZF.OZF_FUND_REQUESTS ,
-
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_FUND_REQUESTS
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FUND_REQUESTS, object_name:OZF_FUND_REQUESTS, status:VALID, product: OZF - Trade Management , description: Fund request tracking table. , implementation_dba_data: OZF.OZF_FUND_REQUESTS ,
-
Table: OZF_THRESHOLDS_ALL_B
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_THRESHOLDS_ALL_B, object_name:OZF_THRESHOLDS_ALL_B, status:VALID, product: OZF - Trade Management , description: Holds information on Funds Thresholds. , implementation_dba_data: OZF.OZF_THRESHOLDS_ALL_B ,
-
Table: OZF_FUNDS_ALL_TL
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FUNDS_ALL_TL, object_name:OZF_FUNDS_ALL_TL, status:VALID, product: OZF - Trade Management , description: Fund setup master translation table. , implementation_dba_data: OZF.OZF_FUNDS_ALL_TL ,
-
Table: OZF_FUNDS_ALL_B_INT
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FUNDS_ALL_B_INT, object_name:OZF_FUNDS_ALL_B_INT, status:VALID, product: OZF - Trade Management , description: Interface table to store data of ozf_funds_all_b table when Chargeback Batch upload or Third Party Accrual programs are run in parallel. , implementation_dba_data: OZF.OZF_FUNDS_ALL_B_INT ,
-
Table: OZF_MC_TRANSACTIONS_ALL
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_MC_TRANSACTIONS_ALL, object_name:OZF_MC_TRANSACTIONS_ALL, status:VALID, product: OZF - Trade Management , description: Multi-currency transaction table. , implementation_dba_data: OZF.OZF_MC_TRANSACTIONS_ALL ,
-
Table: OZF_OBJECT_FUND_SUMMARY
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_OBJECT_FUND_SUMMARY, object_name:OZF_OBJECT_FUND_SUMMARY, status:VALID, product: OZF - Trade Management , description: Object Fund Summary Definition , implementation_dba_data: OZF.OZF_OBJECT_FUND_SUMMARY ,
-
Table: OZF_FUNDS_ALL_TL
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_FUNDS_ALL_TL, object_name:OZF_FUNDS_ALL_TL, status:VALID, product: OZF - Trade Management , description: Fund setup master translation table. , implementation_dba_data: OZF.OZF_FUNDS_ALL_TL ,
-
Table: OZF_ACT_METRICS_ALL
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACT_METRICS_ALL, object_name:OZF_ACT_METRICS_ALL, status:VALID, product: OZF - Trade Management , description: This table stores the value for budget or quota allocation , implementation_dba_data: OZF.OZF_ACT_METRICS_ALL ,
-
Table: OZF_ACT_METRICS_ALL
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACT_METRICS_ALL, object_name:OZF_ACT_METRICS_ALL, status:VALID, product: OZF - Trade Management , description: This table stores the value for budget or quota allocation , implementation_dba_data: OZF.OZF_ACT_METRICS_ALL ,
-
Table: OZF_MC_TRANSACTIONS_ALL
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_MC_TRANSACTIONS_ALL, object_name:OZF_MC_TRANSACTIONS_ALL, status:VALID, product: OZF - Trade Management , description: Multi-currency transaction table. , implementation_dba_data: OZF.OZF_MC_TRANSACTIONS_ALL ,
-
Table: OZF_ACCTNG_EVENTS_ALL
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACCTNG_EVENTS_ALL, object_name:OZF_ACCTNG_EVENTS_ALL, status:VALID, product: OZF - Trade Management , description: This table stores accounting events occuring on a Claim , implementation_dba_data: OZF.OZF_ACCTNG_EVENTS_ALL ,
-
Table: OZF_NA_CONC_EXCEPTIONS
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_NA_CONC_EXCEPTIONS, object_name:OZF_NA_CONC_EXCEPTIONS, status:VALID, product: OZF - Trade Management , description: Table to store the errored rows by Net Accrual Engine , implementation_dba_data: OZF.OZF_NA_CONC_EXCEPTIONS ,
-
Table: OZF_NA_CONC_EXCEPTIONS
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_NA_CONC_EXCEPTIONS, object_name:OZF_NA_CONC_EXCEPTIONS, status:VALID, product: OZF - Trade Management , description: Table to store the errored rows by Net Accrual Engine , implementation_dba_data: OZF.OZF_NA_CONC_EXCEPTIONS ,
-
Table: OZF_OBJECT_FUND_SUMMARY
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_OBJECT_FUND_SUMMARY, object_name:OZF_OBJECT_FUND_SUMMARY, status:VALID, product: OZF - Trade Management , description: Object Fund Summary Definition , implementation_dba_data: OZF.OZF_OBJECT_FUND_SUMMARY ,
-
Table: OZF_ACCTNG_EVENTS_ALL
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACCTNG_EVENTS_ALL, object_name:OZF_ACCTNG_EVENTS_ALL, status:VALID, product: OZF - Trade Management , description: This table stores accounting events occuring on a Claim , implementation_dba_data: OZF.OZF_ACCTNG_EVENTS_ALL ,
-
Table: OZF_ACT_BUDGETS
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACT_BUDGETS, object_name:OZF_ACT_BUDGETS, status:VALID, product: OZF - Trade Management , description: Holds the information about budget sources for a marketing activity. , implementation_dba_data: OZF.OZF_ACT_BUDGETS ,
-
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 ,
-
Table: OZF_ACT_BUDGETS
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACT_BUDGETS, object_name:OZF_ACT_BUDGETS, status:VALID, product: OZF - Trade Management , description: Holds the information about budget sources for a marketing activity. , implementation_dba_data: OZF.OZF_ACT_BUDGETS ,
-
Table: OZF_OFFERS
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_OFFERS, object_name:OZF_OFFERS, status:VALID, product: OZF - Trade Management , description: This is a surrogate table to QP_LIST_HEADERS_B for Offers related information. QP_LIST_HEADER_ID is the foreign key to QP_LIST_HEADERS_B. This table will capture status, peformance dates and lumpsum related offer types. , implementation_dba_data: OZF.OZF_OFFERS ,
-
Table: OZF_OFFERS
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_OFFERS, object_name:OZF_OFFERS, status:VALID, product: OZF - Trade Management , description: This is a surrogate table to QP_LIST_HEADERS_B for Offers related information. QP_LIST_HEADER_ID is the foreign key to QP_LIST_HEADERS_B. This table will capture status, peformance dates and lumpsum related offer types. , implementation_dba_data: OZF.OZF_OFFERS ,
-
View: OZF_FUNDS_ALL_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_FUNDS_ALL_VL, object_name:OZF_FUNDS_ALL_VL, status:VALID, product: OZF - Trade Management , implementation_dba_data: APPS.OZF_FUNDS_ALL_VL ,
-
View: OZF_FUNDS_ALL_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_FUNDS_ALL_VL, object_name:OZF_FUNDS_ALL_VL, status:VALID, product: OZF - Trade Management , implementation_dba_data: APPS.OZF_FUNDS_ALL_VL ,
-
View: OZF_FUNDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_FUNDS, object_name:OZF_FUNDS, status:VALID, product: OZF - Trade Management , implementation_dba_data: APPS.OZF_FUNDS ,
-
View: OZF_FUNDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_FUNDS, object_name:OZF_FUNDS, status:VALID, product: OZF - Trade Management , implementation_dba_data: APPS.OZF_FUNDS ,
-
View: OZF_FUNDS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_FUNDS_VL, object_name:OZF_FUNDS_VL, status:VALID, product: OZF - Trade Management , description: Fund setup master base table and translation table view. , implementation_dba_data: APPS.OZF_FUNDS_VL ,
-
View: OZF_FUNDS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_FUNDS_VL, object_name:OZF_FUNDS_VL, status:VALID, product: OZF - Trade Management , description: Fund setup master base table and translation table view. , implementation_dba_data: APPS.OZF_FUNDS_VL ,