Search Results bim_edw_cmpfrcst_f
Overview
The BIM_EDW_CMPFRCST_F table is a core fact table within the Oracle E-Business Suite Marketing Intelligence (BIM) module for versions 12.1.1 and 12.2.2. It serves as the central repository for campaign forecast data within the enterprise data warehouse (EDW) layer of the application. Its primary role is to store quantitative forecast metrics, enabling comprehensive analysis and performance reporting for marketing campaigns. As a fact table, it is designed to be joined with multiple dimension tables via foreign key relationships, allowing users to slice and dice forecast data by various business entities such as campaign, customer, item, and organization.
Key Information Stored
While specific measure columns are not detailed in the provided metadata, the table's structure indicates it stores forecasted numerical facts. The key structural elements are its extensive set of foreign keys, which define the context for every forecast record. These foreign keys link to critical dimension tables, including: CMPGN_FK_KEY (Campaign), EVENT_FK_KEY (Event), MEDCHNL_FK_KEY (Media Channel), MKTSGMT_FK_KEY (Market Segment), and TGTSGMT_FK_KEY (Target Segment). Additional foreign keys provide granularity for item (ITEM_FK_KEY), unit of measure (UOM_FK_KEY), operating unit (ORG_FK_KEY), customer (CUSTOMER_FK_KEY), and bill-to/ship-to sites. The combination of these keys with the forecast measures allows for multidimensional analysis.
Common Use Cases and Queries
This table is fundamental for generating analytical reports on projected campaign performance. Common use cases include forecasting return on investment (ROI), analyzing expected revenue by market segment, and planning resource allocation across media channels. A typical analytical query would join this fact table with its related dimensions to aggregate forecasted metrics. For example, to retrieve the total forecasted amount by campaign and status, a query would pattern:
- SELECT c.campaign_name, s.status_name, SUM(f.forecast_amount)
- FROM bim_edw_cmpfrcst_f f,
- edw_bim_cmpgns_m c,
- edw_bim_cmpstats_m s
- WHERE f.cmpgn_fk_key = c.dim_key
- AND f.cmpgn_status_fk_key = s.dim_key
- GROUP BY c.campaign_name, s.status_name;
This data supports dashboards and pre-built BI reports within the BIM module for marketing managers and analysts.
Related Objects
The BIM_EDW_CMPFRCST_F table has a defined dependency on numerous dimension tables, as listed in its foreign key constraints. Primary related dimension tables include EDW_BIM_CMPGNS_M (Campaigns), EDW_BIM_CMPSTATS_M (Campaign Statuses), EDW_BIM_EVENTS_M (Events), EDW_BIM_MDCHN_M (Media Channels), EDW_BIM_MKTSGMTS_M (Market Segments), EDW_BIM_SRCLSTS_M (Source Lists), and EDW_BIM_TGSMT_M (Target Segments). It also relates to common EDW dimensions for items, units of measure, organizations, customers, and sites. This table is a central component in the BIM data mart and is likely sourced from transactional tables in the Oracle Marketing module via ETL processes, and is subsequently consumed by Oracle BI Publisher reports or other business intelligence tools.
-
Table: BIM_EDW_CMPFRCST_F
12.2.2
owner:BIM, object_type:TABLE, fnd_design_data:BIM.BIM_EDW_CMPFRCST_F, object_name:BIM_EDW_CMPFRCST_F, status:VALID, product: BIM - Marketing Intelligence(Obsolete) , description: Campaign Forecast fact table . , implementation_dba_data: BIM.BIM_EDW_CMPFRCST_F ,
-
Concurrent Program: BIM_EDW_CMPFRCST_F
12.2.2
execution_filename: BIM_EDW_CMPFRCST_F_C.PUSH , product: BIM - Marketing Intelligence(Obsolete) , user_name: BIM_EDW_CMPFRCST_F , description: Publish Campaign Forecast Fact , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Table: EDW_BIM_EVENTS_M
12.2.2
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(Obsolete) , description: Event Dimension table . , implementation_dba_data: BIM.EDW_BIM_EVENTS_M ,
-
Table: EDW_BIM_SRCLSTS_M
12.2.2
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(Obsolete) , description: Source List Dimension Table . , implementation_dba_data: BIM.EDW_BIM_SRCLSTS_M ,
-
Table: EDW_BIM_CMPSTATS_M
12.2.2
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(Obsolete) , description: Campaign Status dimension star table . , implementation_dba_data: BIM.EDW_BIM_CMPSTATS_M ,
-
Table: EDW_BIM_CMPGNS_M
12.2.2
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(Obsolete) , description: Campaign dimension table . , implementation_dba_data: BIM.EDW_BIM_CMPGNS_M ,
-
Table: EDW_BIM_TGSMT_M
12.2.2
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(Obsolete) , description: Target Segment dimension table . , implementation_dba_data: BIM.EDW_BIM_TGSMT_M ,
-
Table: EDW_BIM_MDCHN_M
12.2.2
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(Obsolete) , description: Media Channel Dimension table . , implementation_dba_data: BIM.EDW_BIM_MDCHN_M ,
-
Table: EDW_BIM_MKTSGMTS_M
12.2.2
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(Obsolete) , description: Market Segment dimension table . , implementation_dba_data: BIM.EDW_BIM_MKTSGMTS_M ,
-
View: BIM_EDW_CMPFRCST_F_IV
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , description: Instead of Views , implementation_dba_data: Not implemented in this database ,