Search Results bim_edw_evtfrcst_f
Overview
The BIM_EDW_EVTFRCST_F table is a core fact table within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Marketing Intelligence (BIM) module. It serves as the central repository for storing quantitative forecast data related to marketing events. As a fact table in a dimensional data model, its primary role is to hold measurable performance metrics (facts) that can be analyzed across various business dimensions defined by its foreign key relationships. This table is integral to the EBS data warehouse (EDW) layer for marketing analytics, enabling historical tracking and predictive analysis of event-driven campaign performance.
Key Information Stored
While specific measure columns are not detailed in the provided metadata, the structure indicates this is a fact table containing numeric forecast figures. These typically include metrics like forecasted quantity, revenue, cost, or attendance. The table's design is characterized by its extensive set of foreign key columns that link to dimension tables, providing the context for the facts. Key foreign key columns include EVENT_FK_KEY (the marketing event), CMPGN_FK_KEY (the associated campaign), OFFER_FK_KEY, and TGTSGMT_FK_KEY (target segment). It also links to core operational dimensions such as ITEM_FK_KEY, CUSTOMER_FK_KEY, ORG_FK_KEY (inventory organization), and SLSCHNL_FK_KEY (sales channel), ensuring forecasts can be analyzed from product, customer, and operational perspectives.
Common Use Cases and Queries
This table supports analytical reporting and dashboard development for marketing planners and analysts. Common use cases involve analyzing forecast accuracy, planning resource allocation for upcoming events, and understanding the projected contribution of events to pipeline or revenue. A typical analytical query would join this fact table to its dimension tables to slice forecast data.
- Sample Query Pattern: Retrieving event forecasts by campaign and target segment.
SELECT d_cmpgn.CMPGN_NAME, d_tgtsmt.TGTSGMT_NAME, SUM(f.FORECAST_QUANTITY) AS TOTAL_FORECAST_QTY, SUM(f.FORECAST_AMOUNT) AS TOTAL_FORECAST_AMT FROM bim.bim_edw_evtfrcst_f f, bim.edw_bim_cmpgns_m d_cmpgn, bim.edw_bim_tgsmt_m d_tgtsmt WHERE f.cmpgn_fk_key = d_cmpgn.cmpgn_fk_key AND f.tgtsgmt_fk_key = d_tgtsmt.tgtsgmt_fk_key AND d_cmpgn.cmpgn_status = 'ACTIVE' GROUP BY d_cmpgn.CMPGN_NAME, d_tgtsmt.TGTSGMT_NAME;
- This data feeds into pre-built BIM analytics for event performance and campaign forecasting.
Related Objects
The BIM_EDW_EVTFRCST_F table has a defined star schema relationship with numerous dimension tables, as listed in its foreign key constraints. Primary related dimension tables include:
- EDW_BIM_EVENTS_M: Master table for marketing events.
- EDW_BIM_CMPGNS_M: Master table for marketing campaigns.
- EDW_BIM_OFFERS_M: Master table for promotional offers.
- EDW_BIM_TGSMT_M: Master table for target segments.
- EDW_BIM_MKTSGMTS_M: Master table for market segments.
- EDW_BIM_CMPSTATS_M: Master table for campaign statuses.
It also references fundamental EBS operational dimensions for items, units of measure (UOM), customers, and inventory organizations (ORG). This table is likely a primary source for Oracle Business Intelligence Enterprise Edition (OBIEE) subject areas or BI Publisher reports within the Marketing Intelligence domain.
-
Table: BIM_EDW_EVTFRCST_F
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.BIM_EDW_EVTFRCST_F, object_name:BIM_EDW_EVTFRCST_F, status:VALID, product: BIM - Marketing Intelligence , description: Event forecast fact table . , implementation_dba_data: BIM.BIM_EDW_EVTFRCST_F ,
-
Concurrent Program: BIM_EDW_EVTFRCST_F
12.1.1
execution_filename: BIM_EDW_EVTFRCST_F_C.PUSH , product: BIM - Marketing Intelligence , user_name: BIM_EDW_EVTFRCST_F , description: Publish Event Forecast Fact , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Table: EDW_BIM_CMPSTATS_M
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.EDW_BIM_CMPSTATS_M, object_name:EDW_BIM_CMPSTATS_M, status:VALID, product: BIM - Marketing Intelligence , description: Campaign Status dimension star table . , implementation_dba_data: BIM.EDW_BIM_CMPSTATS_M ,
-
Table: EDW_BIM_SRCLSTS_M
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.EDW_BIM_SRCLSTS_M, object_name:EDW_BIM_SRCLSTS_M, status:VALID, product: BIM - Marketing Intelligence , description: Source List Dimension Table . , implementation_dba_data: BIM.EDW_BIM_SRCLSTS_M ,
-
Table: EDW_BIM_MDCHN_M
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.EDW_BIM_MDCHN_M, object_name:EDW_BIM_MDCHN_M, status:VALID, product: BIM - Marketing Intelligence , description: Media Channel Dimension table . , implementation_dba_data: BIM.EDW_BIM_MDCHN_M ,
-
Table: EDW_BIM_OFFERS_M
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.EDW_BIM_OFFERS_M, object_name:EDW_BIM_OFFERS_M, status:VALID, product: BIM - Marketing Intelligence , description: Offer dimension table . , implementation_dba_data: BIM.EDW_BIM_OFFERS_M ,
-
Table: EDW_BIM_EVENTS_M
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.EDW_BIM_EVENTS_M, object_name:EDW_BIM_EVENTS_M, status:VALID, product: BIM - Marketing Intelligence , description: Event Dimension table . , implementation_dba_data: BIM.EDW_BIM_EVENTS_M ,
-
Table: EDW_BIM_TGSMT_M
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.EDW_BIM_TGSMT_M, object_name:EDW_BIM_TGSMT_M, status:VALID, product: BIM - Marketing Intelligence , description: Target Segment dimension table . , implementation_dba_data: BIM.EDW_BIM_TGSMT_M ,
-
Table: EDW_BIM_MKTSGMTS_M
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.EDW_BIM_MKTSGMTS_M, object_name:EDW_BIM_MKTSGMTS_M, status:VALID, product: BIM - Marketing Intelligence , description: Market Segment dimension table . , implementation_dba_data: BIM.EDW_BIM_MKTSGMTS_M ,
-
Table: EDW_BIM_CMPGNS_M
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.EDW_BIM_CMPGNS_M, object_name:EDW_BIM_CMPGNS_M, status:VALID, product: BIM - Marketing Intelligence , description: Campaign dimension table . , implementation_dba_data: BIM.EDW_BIM_CMPGNS_M ,
-
View: BIM_EDW_EVTFRCST_F_IV
12.1.1
product: BIM - Marketing Intelligence , description: Instead of Views , implementation_dba_data: Not implemented in this database ,