Search Results ozf_act_budgets
Overview
The OZF_ACT_BUDGETS table is a core transactional entity within the Oracle Trade Management (OZF) module of Oracle E-Business Suite (EBS) releases 12.1.1 and 12.2.2. It functions as the central repository for managing budget allocations and sources associated with marketing activities. The table's primary role is to establish and maintain the financial linkage between a specific budget source—such as a campaign, event, or fund—and the marketing activity that consumes it. This enables precise tracking, commitment, and expenditure of marketing budgets across different promotional initiatives, which is essential for financial control and return-on-investment analysis within the Trade Management suite.
Key Information Stored
The table's structure is designed to capture the relationship between a budget provider and a budget consumer. While the full column list is not detailed in the provided metadata, the foreign key relationships reveal its critical components. The primary key is ACTIVITY_BUDGET_ID, which uniquely identifies each budget allocation record. Two columns of paramount importance are BUDGET_SOURCE_ID and ACT_BUDGET_USED_BY_ID. The BUDGET_SOURCE_ID identifies the entity providing the budget (e.g., a specific Campaign or Event). Conversely, the ACT_BUDGET_USED_BY_ID identifies the entity utilizing or receiving the budgeted funds (e.g., a Campaign, Event, Deliverable, or Fund). This many-to-many relationship allows for complex budgeting scenarios where a single activity can draw from multiple sources, and a single source can fund multiple activities.
Common Use Cases and Queries
A primary use case is generating reports on budget utilization for a specific marketing campaign or event. For instance, to find all budget sources allocated to a particular event, one would query OZF_ACT_BUDGETS using the event's identifier. Another critical scenario is ensuring budget compliance during transaction entry, where the system checks available balances by querying commitments and expenditures linked through this table. A sample query to list budget allocations for a specific campaign (used_by_id = 1000) would be:
- SELECT act_budget_used_by_id, budget_source_id, activity_budget_id FROM ozf_act_budgets WHERE act_budget_used_by_id = 1000;
Integration with the AMS (Marketing) and OZF (Trade Management) modules for financial reconciliation is also a fundamental use case, tracing promotional spending back to its authorized funding sources.
Related Objects
As indicated by its foreign keys, OZF_ACT_BUDGETS is a nexus table connecting major objects from the Marketing (AMS) and Trade Management (OZF) modules. It has direct relationships with AMS_CAMPAIGNS_ALL_B, AMS_EVENT_HEADERS_ALL_B, and AMS_DELIVERABLES_ALL_B for both sourcing and consuming budgets. The connection to OZF_FUNDS_ALL_B allows trade funds to be allocated as a budget source for activities. Given the user's search for "ams_event_headers_all_b," the specific relationship is highlighted: OZF_ACT_BUDGETS.BUDGET_SOURCE_ID can reference AMS_EVENT_HEADERS_ALL_B, meaning an event can be a budget provider. Similarly, OZF_ACT_BUDGETS.ACT_BUDGET_USED_BY_ID can reference the same table, meaning an event can also be a budget consumer. This table is central to the OZF budgeting engine and is referenced by various internal APIs and user interfaces for budget setup and inquiry.
-
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_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 ,
-
APPS.BIM_CAMPAIGN_FACTS dependencies on OZF_ACT_BUDGETS
12.1.1
-
APPS.OZF_FUND_UTILIZED_PVT dependencies on OZF_ACT_BUDGETS
12.1.1
-
APPS.AMS_ACTMETRIC_PVT dependencies on OZF_ACT_BUDGETS
12.1.1
-
APPS.AMS_CAMPAIGNRULES_PVT dependencies on OZF_ACT_BUDGETS
12.1.1
-
APPS.AMS_ACTMETRIC_PVT dependencies on OZF_ACT_BUDGETS
12.2.2
-
APPS.OZF_BUDGETAPPROVAL_PVT dependencies on OZF_ACT_BUDGETS
12.2.2
-
APPS.OZF_CLAIM_ACCRUAL_PVT dependencies on OZF_ACT_BUDGETS
12.2.2
-
APPS.AMS_CAMPAIGNRULES_PVT dependencies on OZF_ACT_BUDGETS
12.2.2
-
APPS.OZF_FUND_REQUEST_APR_PVT dependencies on OZF_ACT_BUDGETS
12.2.2
-
APPS.OZF_OFFER_PUB dependencies on OZF_ACT_BUDGETS
12.2.2
-
APPS.AMS_EVENTOFFER_PVT dependencies on OZF_ACT_BUDGETS
12.2.2
-
APPS.OZF_OFFER_ADJUSTMENT_PVT dependencies on OZF_ACT_BUDGETS
12.1.1
-
APPS.OZF_FUND_EXTENSION_PVT dependencies on OZF_ACT_BUDGETS
12.2.2
-
APPS.OZF_OFFER_PVT dependencies on OZF_ACT_BUDGETS
12.2.2
-
APPS.AMS_APPROVAL_UTIL_PVT dependencies on OZF_ACT_BUDGETS
12.2.2
-
APPS.OZF_PARTY_MERGE_PVT dependencies on OZF_ACT_BUDGETS
12.2.2
-
APPS.AMS_EVENTHEADER_PVT dependencies on OZF_ACT_BUDGETS
12.2.2
-
APPS.OZF_ACTBUDGETS_PVT dependencies on OZF_ACT_BUDGETS
12.2.2
-
APPS.HZ_PURGE_GEN dependencies on OZF_ACT_BUDGETS
12.2.2
-
APPS.OZF_FUND_ADJUSTMENT_PVT dependencies on OZF_ACT_BUDGETS
12.1.1
-
APPS.BIM_POPDATES_PKG dependencies on OZF_ACT_BUDGETS
12.1.1
-
APPS.OZF_ACTBUDGETRULES_PVT dependencies on OZF_ACT_BUDGETS
12.1.1
-
APPS.OZF_CLAIM_ACCRUAL_PVT dependencies on OZF_ACT_BUDGETS
12.1.1
-
APPS.PV_OFFER_PUB dependencies on OZF_ACT_BUDGETS
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on OZF_ACT_BUDGETS
12.1.1
-
APPS.AMS_APPROVAL_PVT dependencies on OZF_ACT_BUDGETS
12.1.1
-
APPS.OZF_FUND_RECONCILE_PVT dependencies on OZF_ACT_BUDGETS
12.1.1
-
APPS.OZF_BUDGETAPPROVAL_PVT dependencies on OZF_ACT_BUDGETS
12.1.1
-
APPS.OZF_OFFER_PVT dependencies on OZF_ACT_BUDGETS
12.1.1
-
APPS.OZF_RESALE_COMMON_PVT dependencies on OZF_ACT_BUDGETS
12.2.2
-
APPS.BIM_FUND_FACTS dependencies on OZF_ACT_BUDGETS
12.2.2
-
APPS.BIM_EVENT_FACTS dependencies on OZF_ACT_BUDGETS
12.1.1
-
APPS.BIM_EVENT_FACTS dependencies on OZF_ACT_BUDGETS
12.2.2
-
APPS.OZF_UTILITY_PVT dependencies on OZF_ACT_BUDGETS
12.2.2
-
APPS.AMS_APPROVAL_SUBMIT_PVT dependencies on OZF_ACT_BUDGETS
12.2.2
-
APPS.AMS_EVENTHEADER_PVT dependencies on OZF_ACT_BUDGETS
12.1.1
-
APPS.PV_OFFER_PUB dependencies on OZF_ACT_BUDGETS
12.2.2
-
APPS.AMS_EVHRULES_PVT dependencies on OZF_ACT_BUDGETS
12.1.1
-
APPS.BIM_POPDATES_PKG dependencies on OZF_ACT_BUDGETS
12.2.2
-
APPS.OZF_ACCRUAL_ENGINE dependencies on OZF_ACT_BUDGETS
12.2.2
-
APPS.AMS_EVENTOFFER_PVT dependencies on OZF_ACT_BUDGETS
12.1.1
-
APPS.BIM_CAMPAIGN_FACTS dependencies on OZF_ACT_BUDGETS
12.2.2
-
APPS.AMS_SCHEDULERULES_PVT dependencies on OZF_ACT_BUDGETS
12.1.1
-
APPS.BIM_FUND_FACTS dependencies on OZF_ACT_BUDGETS
12.1.1
-
APPS.OZF_FUND_REQUEST_APR_PVT dependencies on OZF_ACT_BUDGETS
12.1.1
-
APPS.BIM_I_BGT_FACTS_PKG dependencies on OZF_ACT_BUDGETS
12.1.1
-
APPS.AMS_APPROVAL_PVT dependencies on OZF_ACT_BUDGETS
12.2.2
-
APPS.OZF_FUND_RECONCILE_PVT dependencies on OZF_ACT_BUDGETS
12.2.2