Search Results event_actual_cost_b
Overview
BIM_EDW_EVTFRCST_F_DLOG is a fact-style staging table within the Oracle EBS Marketing Intelligence (BIM) module, which is classified as obsolete in release 12.1.1 and 12.2.2. The object belongs to the Enterprise Data Warehouse (EDW) layer of BIM and stores event forecast and actual performance measures used for marketing analytics and campaign event reporting. The "_DLOG" suffix indicates that the table functions as a detail log or fact accumulation table within the BIM extract-transform-load pipeline, capturing granular event-level forecast, revenue, and attendance figures before aggregation into higher-level analytical structures.
Per the supplied ETRM metadata, the Data Vault classification is standalone, meaning no foreign-key links to other hubs or satellites were mined beyond the single security group reference. The documented physical schema exposes 63 columns owned by the BIM schema. Note that the implementation metadata explicitly states this table is not implemented in the reference database, so it should be treated as a legacy or dormant object that appears in documentation but may not exist in a given environment.
Key Information Stored
The most significant columns fall into three groups: surrogate identifiers, dimension foreign keys, and measures.
- EVTFRCST_PK_KEY and EVTFRCST_PK — the surrogate warehouse key and the business-facing primary key for the event forecast record. These uniquely identify each fact row.
- EVENT_FK_KEY, CMPGN_FK_KEY, and CMPGN_STATUS_FK_KEY — dimension references tying each row to a specific event and its parent campaign and status.
- CUSTOMER_FK_KEY, MKTSGMT_FK_KEY, TGTSGMT_FK_KEY, and SRCLST_FK_KEY — customer, marketing segment, target segment, and source list references used to attribute forecast performance.
- TIME_FK_KEY, ORG_FK_KEY, ITEM_FK_KEY, and OFFER_FK_KEY — standard EDW conformed dimensions for time, organization, product, and offer.
- EVENT_FRCST_COST_G/B/T and EVENT_FRCST_REVENUE_G/B/T — forecast cost and revenue measures in global, base, and transaction currency respectively. Actual counterparts are stored in EVENT_ACTUAL_COST_G/B/T.
- EVENT_NUMBER_CANCELLED, EVENT_NUMBER_ATTENDED, EVENT_NUMBER_AVAILABLE, and EVENT_NUMBER_ENROLLED — attendance funnel metrics for the event.
- SECURITY_GROUP_ID — the sole documented foreign key, referencing FND_SECURITY_GROUPS to enforce Oracle EBS multi-org and function security row filtering.
- USER_MEASURE1–5, USER_FK1–5_KEY, and USER_ATTRIBUTE1–15 — extensibility columns reserved for customer-specific analytics.
Common Use Cases and Queries
Primary use cases include event return-on-investment analysis, forecast-versus-actual variance reporting, and marketing campaign effectiveness dashboards. A typical query compares forecast and actual revenue per event:
SELECT EVENT_FK_KEY, SUM(EVENT_FRCST_REVENUE_B), SUM(EVENT_ACTUAL_COST_B) FROM BIM_EDW_EVTFRCST_F_DLOG GROUP BY EVENT_FK_KEY;- Joining to FND_SECURITY_GROUPS on SECURITY_GROUP_ID to restrict results by the user's accessible organizations.
- Filtering on CMPGN_STATUS_FK_KEY to isolate events in active campaigns against those in cancelled campaigns, using EVENT_NUMBER_CANCELLED for attendance analysis.
Related Objects
Based on the documented FK structure and EBS conventions, the most significant related objects are:
- FND_SECURITY_GROUPS — joined via BIM_EDW_EVTFRCST_F_DLOG.SECURITY_GROUP_ID.
- BIM_EDW_CMPGN_F — campaign dimension joined on CMPGN_FK_KEY.
- BIM_EDW_EVENT_F — event dimension joined on EVENT_FK_KEY.
- BIM_EDW_CUST_F — customer dimension joined on CUSTOMER_FK_KEY.
- BIM_EDW_TIME_F — time dimension joined on TIME_FK_KEY.
- BIM_EDW_ORG_F — organization dimension joined on ORG_FK_KEY.
As this table is documented as obsolete and unimplemented, dependency analysis should be confirmed against the actual database before designing any downstream integration.
-
Table: BIM_EDW_EVTFRCST_F_DLOG
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.BIM_EDW_EVTFRCST_F_DLOG, object_name:BIM_EDW_EVTFRCST_F_DLOG, status:VALID, product: BIM - Marketing Intelligence , implementation_dba_data: BIM.BIM_EDW_EVTFRCST_F_DLOG ,
-
Table: BIM_EDW_RVCT_DLY_F
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.BIM_EDW_RVCT_DLY_F, object_name:BIM_EDW_RVCT_DLY_F, status:VALID, product: BIM - Marketing Intelligence , description: Daily derived fact table . , implementation_dba_data: BIM.BIM_EDW_RVCT_DLY_F ,
-
Table: BIM_EDW_RVCT_MTH_F
12.2.2
owner:BIM, object_type:TABLE, fnd_design_data:BIM.BIM_EDW_RVCT_MTH_F, object_name:BIM_EDW_RVCT_MTH_F, status:VALID, product: BIM - Marketing Intelligence(Obsolete) , description: Monthly summarized fact table . , implementation_dba_data: BIM.BIM_EDW_RVCT_MTH_F ,
-
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 ,
-
Table: BIM_EDW_EVTFRCST_F
12.2.2
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(Obsolete) , description: Event forecast fact table . , implementation_dba_data: BIM.BIM_EDW_EVTFRCST_F ,
-
Table: BIM_EDW_EVTFRCST_FSTG
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.BIM_EDW_EVTFRCST_FSTG, object_name:BIM_EDW_EVTFRCST_FSTG, status:VALID, product: BIM - Marketing Intelligence , description: Interface table for event forecast fact . , implementation_dba_data: BIM.BIM_EDW_EVTFRCST_FSTG ,
-
Table: BIM_EDW_RVCT_DLY_F
12.2.2
owner:BIM, object_type:TABLE, fnd_design_data:BIM.BIM_EDW_RVCT_DLY_F, object_name:BIM_EDW_RVCT_DLY_F, status:VALID, product: BIM - Marketing Intelligence(Obsolete) , description: Daily derived fact table . , implementation_dba_data: BIM.BIM_EDW_RVCT_DLY_F ,
-
Table: BIM_EDW_RVCT_MTH_F
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.BIM_EDW_RVCT_MTH_F, object_name:BIM_EDW_RVCT_MTH_F, status:VALID, product: BIM - Marketing Intelligence , description: Monthly summarized fact table . , implementation_dba_data: BIM.BIM_EDW_RVCT_MTH_F ,
-
VIEW: BIM.BIM_EDW_EVTFRCST_F#
12.2.2
-
VIEW: BIM.BIM_EDW_RVCT_DLY_F#
12.2.2
-
View: BIM_FCTV_EVENTS
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , description: Used by the concurrent programs to load the summary tables. , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
View: BIM_EDW_EVTFRCST_F_IV
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , description: Instead of Views , implementation_dba_data: Not implemented in this database ,
-
View: BIM_EDW_RVCT_MTH_F_IV
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , description: Instead of Views , implementation_dba_data: Not implemented in this database ,
-
VIEW: BIM.BIM_EDW_RVCT_MTH_F#
12.2.2
-
View: BIM_FCTV_EVENTS
12.1.1
product: BIM - Marketing Intelligence , description: Used by the concurrent programs to load the summary tables. , implementation_dba_data: Not implemented in this database ,
-
View: BIM_FCTV_CAMPAIGNS
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , description: Used by the concurrent programs to load the summary tables. , implementation_dba_data: Not implemented in this database ,
-
View: BIM_FCTV_CAMPAIGNS
12.1.1
product: BIM - Marketing Intelligence , description: Used by the concurrent programs to load the summary tables. , implementation_dba_data: Not implemented in this database ,
-
View: BIM_EDW_RVCT_DLY_F_IV
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , description: Instead of Views , implementation_dba_data: Not implemented in this database ,
-
View: BIM_EDW_RVCT_MTH_F_IV
12.1.1
product: BIM - Marketing Intelligence , description: Instead of Views , implementation_dba_data: Not implemented in this database ,
-
View: BIM_EDW_RVCT_DLY_F_IV
12.1.1
product: BIM - Marketing Intelligence , description: Instead of Views , implementation_dba_data: Not implemented in this database ,
-
TABLE: BIM.BIM_EDW_EVTFRCST_F_TEMP
12.1.1
owner:BIM, object_type:TABLE, object_name:BIM_EDW_EVTFRCST_F_TEMP, status:VALID,
-
View: BIM_EDW_EVTFRCST_FCV
12.1.1
product: BIM - Marketing Intelligence , implementation_dba_data: Not implemented in this database ,
-
TABLE: BIM.BIM_EDW_EVTFRCST_F_TEMP
12.2.2
owner:BIM, object_type:TABLE, object_name:BIM_EDW_EVTFRCST_F_TEMP, status:VALID,
-
TABLE: BIM.BIM_EDW_EVTFRCST_F_DLOG
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.BIM_EDW_EVTFRCST_F_DLOG, object_name:BIM_EDW_EVTFRCST_F_DLOG, status:VALID,
-
VIEW: BIM.BIM_EDW_EVTFRCST_F#
12.2.2
owner:BIM, object_type:VIEW, object_name:BIM_EDW_EVTFRCST_F#, status:VALID,
-
View: BIM_EDW_EVTFRCST_FCV
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: BIM.BIM_EDW_RVCT_DLY_F#
12.2.2
owner:BIM, object_type:VIEW, object_name:BIM_EDW_RVCT_DLY_F#, status:VALID,
-
TABLE: BIM.BIM_EDW_RVCT_MTH_F_TEMP
12.1.1
owner:BIM, object_type:TABLE, object_name:BIM_EDW_RVCT_MTH_F_TEMP, status:VALID,
-
TABLE: BIM.BIM_EDW_RVCT_DLY_F_TEMP
12.2.2
owner:BIM, object_type:TABLE, object_name:BIM_EDW_RVCT_DLY_F_TEMP, status:VALID,
-
VIEW: BIM.BIM_EDW_RVCT_MTH_F#
12.2.2
owner:BIM, object_type:VIEW, object_name:BIM_EDW_RVCT_MTH_F#, status:VALID,
-
TABLE: BIM.BIM_EDW_RVCT_MTH_F_TEMP
12.2.2
owner:BIM, object_type:TABLE, object_name:BIM_EDW_RVCT_MTH_F_TEMP, status:VALID,
-
TABLE: BIM.BIM_EDW_RVCT_DLY_F_TEMP
12.1.1
owner:BIM, object_type:TABLE, object_name:BIM_EDW_RVCT_DLY_F_TEMP, status:VALID,
-
TABLE: BIM.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,
-
TABLE: BIM.BIM_EDW_EVTFRCST_F
12.2.2
owner:BIM, object_type:TABLE, fnd_design_data:BIM.BIM_EDW_EVTFRCST_F, object_name:BIM_EDW_EVTFRCST_F, status:VALID,
-
TABLE: BIM.BIM_EDW_EVTFRCST_FSTG
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.BIM_EDW_EVTFRCST_FSTG, object_name:BIM_EDW_EVTFRCST_FSTG, status:VALID,
-
TABLE: BIM.BIM_EDW_RVCT_MTH_F
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.BIM_EDW_RVCT_MTH_F, object_name:BIM_EDW_RVCT_MTH_F, status:VALID,
-
TABLE: BIM.BIM_EDW_RVCT_DLY_F
12.2.2
owner:BIM, object_type:TABLE, fnd_design_data:BIM.BIM_EDW_RVCT_DLY_F, object_name:BIM_EDW_RVCT_DLY_F, status:VALID,
-
TABLE: BIM.BIM_EDW_RVCT_DLY_F
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.BIM_EDW_RVCT_DLY_F, object_name:BIM_EDW_RVCT_DLY_F, status:VALID,
-
TABLE: BIM.BIM_EDW_RVCT_MTH_F
12.2.2
owner:BIM, object_type:TABLE, fnd_design_data:BIM.BIM_EDW_RVCT_MTH_F, object_name:BIM_EDW_RVCT_MTH_F, status:VALID,
-
eTRM - BIM Tables and Views
12.1.1
description: Target segment level table . ,
-
eTRM - BIM Tables and Views
12.2.2
description: Target segment level table . ,