Search Results ozf_act_forecasts_all
Overview
The OZF_ACT_FORECASTS_ALL table is a core data repository within the Oracle Trade Management (OZF) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves the critical function of storing all forecast records associated with marketing activities. A forecast in this context represents a planned financial or quantitative projection for a specific marketing initiative, such as an offer or campaign. This table is central to the planning, budgeting, and performance analysis processes, enabling organizations to compare planned forecasts against actual results. As an "ALL" table, it is designed to support multi-organization structures (Multi-Org) by storing data for all operating units, with security typically enforced via views or application logic.
Key Information Stored
The primary entity stored is the FORECAST_ID, which uniquely identifies each forecast record as enforced by the primary key constraint OZF_ACT_FORECASTS_ALL_PK. A critical column is ACT_FCAST_USED_BY_ID, which acts as a foreign key to link the forecast to the specific marketing object it plans for, such as a campaign, offer, or worksheet. While the provided metadata does not list all columns, typical data stored in such a table includes forecast amounts (e.g., budget, revenue, units), forecast dates (start and end), forecast types or methods, currency codes, and status indicators. The table would also contain standard EBS audit columns like CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, and LAST_UPDATED_BY.
Common Use Cases and Queries
This table is primarily accessed for financial reporting, budget reconciliation, and activity planning within Trade Management. Common business scenarios include generating reports to show total forecasted spend for a set of marketing activities, analyzing forecast accuracy by comparing these records to actuals in transaction tables, and loading forecast data during the planning cycle. A typical query pattern involves joining to related master tables to retrieve descriptive information. For example, to list forecasts for active offers, one might use:
- SELECT f.forecast_id, f.forecast_amount, o.name FROM ozf_act_forecasts_all f, ozf_offers o WHERE f.act_fcast_used_by_id = o.offer_id AND o.status_code = 'ACTIVE';
Data from this table is also integral to seeded Oracle reports and can be leveraged for custom performance dashboards.
Related Objects
The OZF_ACT_FORECASTS_ALL table maintains documented foreign key relationships with several key master tables in the marketing and trade management schema, as per the provided metadata. These relationships define the context and usage of a forecast record:
- AMS_CAMPAIGNS_ALL_B: Links forecasts to marketing campaigns via the ACT_FCAST_USED_BY_ID column.
- OZF_OFFERS: Links forecasts to trade promotions and offers via the ACT_FCAST_USED_BY_ID column.
- OZF_WORKSHEET_HEADERS_B: Links forecasts to planning worksheets via the ACT_FCAST_USED_BY_ID column.
This structure indicates that a single forecast record is associated with one—and only one—primary marketing object (campaign, offer, or worksheet header). The table is also the parent to any child tables that may store forecast lines or details, though these are not specified in the provided excerpt.
-
Table: OZF_ACT_FORECASTS_ALL
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACT_FORECASTS_ALL, object_name:OZF_ACT_FORECASTS_ALL, status:VALID, product: OZF - Trade Management , description: This table stores the Forecasts planned for a Marketing Activity. , implementation_dba_data: OZF.OZF_ACT_FORECASTS_ALL ,
-
Table: OZF_ACT_FORECASTS_ALL
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACT_FORECASTS_ALL, object_name:OZF_ACT_FORECASTS_ALL, status:VALID, product: OZF - Trade Management , description: This table stores the Forecasts planned for a Marketing Activity. , implementation_dba_data: OZF.OZF_ACT_FORECASTS_ALL ,
-
APPS.OZF_OFFR_ELIG_PROD_DENORM_PVT dependencies on OZF_ACT_FORECASTS_ALL
12.1.1
-
APPS.OZF_FUND_RECONCILE_PVT dependencies on OZF_ACT_FORECASTS_ALL
12.2.2
-
APPS.OZF_ACTFORECAST_PVT dependencies on OZF_ACT_FORECASTS_ALL
12.2.2
-
APPS.OZF_FORECAST_UTIL_PVT dependencies on OZF_ACT_FORECASTS_ALL
12.1.1
-
APPS.OZF_FORECAST_UTIL_PVT dependencies on OZF_ACT_FORECASTS_ALL
12.2.2
-
APPS.OZF_FUND_RECONCILE_PVT dependencies on OZF_ACT_FORECASTS_ALL
12.1.1
-
APPS.OZF_ACTFORECAST_PVT dependencies on OZF_ACT_FORECASTS_ALL
12.1.1
-
APPS.OZF_OFFR_ELIG_PROD_DENORM_PVT dependencies on OZF_ACT_FORECASTS_ALL
12.2.2
-
APPS.OZF_ACTFORECAST_PVT dependencies on OZF_ACT_FORECASTS_ALL_S
12.1.1
-
APPS.OZF_ACTFORECAST_PVT dependencies on OZF_ACT_FORECASTS_ALL_S
12.2.2
-
VIEW: APPS.OZF_ACT_FORECASTS_ALL_DFV
12.2.2
-
VIEW: APPS.OZF_ACT_FORECASTS_ALL_DFV
12.1.1
-
APPS.OZF_ACTFORECAST_PVT SQL Statements
12.1.1
-
APPS.OZF_FORECAST_UTIL_PVT dependencies on OZF_WORKSHEET_HEADERS_B
12.1.1
-
APPS.OZF_FORECAST_UTIL_PVT dependencies on OZF_WORKSHEET_HEADERS_B
12.2.2
-
APPS.OZF_OFFR_ELIG_PROD_DENORM_PVT dependencies on OZF_ACT_METRIC_FACTS_ALL
12.1.1
-
SYNONYM: APPS.OZF_ACT_FORECASTS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OZF_ACT_FORECASTS_ALL, status:VALID,
-
APPS.OZF_ACTFORECAST_PVT SQL Statements
12.2.2
-
APPS.OZF_FUND_RECONCILE_PVT dependencies on OZF_ACT_METRIC_FACTS_ALL
12.1.1
-
APPS.OZF_FUND_RECONCILE_PVT dependencies on OZF_ACT_METRIC_FACTS_ALL
12.2.2
-
APPS.OZF_OFFR_ELIG_PROD_DENORM_PVT dependencies on OZF_FORECAST_DIMENTIONS
12.2.2
-
APPS.OZF_OFFR_ELIG_PROD_DENORM_PVT dependencies on OZF_ACT_METRIC_FACTS_ALL
12.2.2
-
SYNONYM: APPS.OZF_ACT_FORECASTS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OZF_ACT_FORECASTS_ALL, status:VALID,
-
APPS.OZF_OFFR_ELIG_PROD_DENORM_PVT dependencies on QP_LIST_LINES
12.2.2
-
APPS.OZF_OFFR_ELIG_PROD_DENORM_PVT dependencies on QP_LIST_LINES
12.1.1
-
APPS.OZF_OFFR_ELIG_PROD_DENORM_PVT dependencies on OZF_FORECAST_DIMENTIONS
12.1.1
-
VIEW: OZF.OZF_ACT_FORECASTS_ALL#
12.2.2
owner:OZF, object_type:VIEW, object_name:OZF_ACT_FORECASTS_ALL#, status:VALID,
-
APPS.OZF_OFFR_ELIG_PROD_DENORM_PVT dependencies on OZF_ACT_OFFERS
12.2.2
-
APPS.OZF_OFFR_ELIG_PROD_DENORM_PVT dependencies on AMS_CAMPAIGNS_VL
12.1.1
-
APPS.OZF_OFFR_ELIG_PROD_DENORM_PVT dependencies on AMS_CAMPAIGNS_VL
12.2.2
-
APPS.OZF_ACTFORECAST_PVT dependencies on OZF_ACT_METRICS_ALL
12.1.1
-
APPS.OZF_ACTFORECAST_PVT dependencies on OZF_ACT_METRICS_ALL
12.2.2
-
APPS.OZF_FORECAST_UTIL_PVT SQL Statements
12.1.1
-
APPS.OZF_FORECAST_UTIL_PVT SQL Statements
12.2.2
-
VIEW: OZF.OZF_ACT_FORECASTS_ALL#
12.2.2
-
APPS.OZF_OFFR_ELIG_PROD_DENORM_PVT dependencies on OZF_ACT_OFFERS
12.1.1
-
Table: OZF_WORKSHEET_HEADERS_B
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_WORKSHEET_HEADERS_B, object_name:OZF_WORKSHEET_HEADERS_B, status:VALID, product: OZF - Trade Management , description: Table to store the Worksheet header information , implementation_dba_data: OZF.OZF_WORKSHEET_HEADERS_B ,
-
PACKAGE BODY: APPS.OZF_ACTFORECAST_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_ACTFORECAST_PVT, status:VALID,
-
VIEW: APPS.OZF_ACT_FORECASTS_ALL_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:OZF_ACT_FORECASTS_ALL_DFV, status:VALID,
-
Table: OZF_WORKSHEET_HEADERS_B
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_WORKSHEET_HEADERS_B, object_name:OZF_WORKSHEET_HEADERS_B, status:VALID, product: OZF - Trade Management , description: Table to store the Worksheet header information , implementation_dba_data: OZF.OZF_WORKSHEET_HEADERS_B ,
-
VIEW: APPS.OZF_ACT_FORECASTS_ALL_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:OZF_ACT_FORECASTS_ALL_DFV, status:VALID,
-
PACKAGE BODY: APPS.OZF_ACTFORECAST_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_ACTFORECAST_PVT, status:VALID,
-
APPS.OZF_UTILITY_PVT dependencies on OZF_FUNDS_ALL_B
12.1.1
-
APPS.OZF_FORECAST_UTIL_PVT dependencies on FND_PROFILE
12.1.1
-
APPS.OZF_FORECAST_UTIL_PVT dependencies on FND_PROFILE
12.2.2
-
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 ,
-
APPS.OZF_OFFR_ELIG_PROD_DENORM_PVT dependencies on QP_PRICING_ATTRIBUTES
12.2.2
-
PACKAGE BODY: APPS.OZF_FUND_RECONCILE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_FUND_RECONCILE_PVT, status:VALID,