Search Results edw_bim_events_m
Overview
The EDW_BIM_EVENTS_M table is a core dimension table within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Marketing Intelligence (BIM) module. As an Event Dimension table, it serves as the master reference for all marketing and campaign-related events tracked within the enterprise data warehouse (EDW) layer. Its primary role is to provide a normalized, consistent set of descriptive attributes for events, enabling detailed analysis and reporting across multiple business process fact tables. This table is foundational for building integrated analytical views of marketing performance, lead generation, opportunity management, and customer interactions.
Key Information Stored
While the provided metadata does not list specific column details, the table's designation as a dimension table with a primary key named L2_EVTOFFER_PK_KEY indicates its structure. Typically, such a table would store descriptive attributes for each unique event record. The primary key column serves as the unique identifier for each event. Other columns would likely include attributes such as event name, type, start and end dates, status, associated campaign identifier, channel, location details, and descriptive codes. These attributes provide the context necessary for slicing and dicing transactional data in fact tables for multidimensional analysis.
Common Use Cases and Queries
This table is central to marketing analytics and operational reporting within Oracle EBS. Common use cases include analyzing the effectiveness of specific events in generating leads or opportunities, forecasting event-related revenue, and tracking customer interactions and revenue attribution back to source events. A typical analytical query would join this dimension table to one or more fact tables to enrich transactional data with event descriptions.
Sample Query Pattern:
SELECT e.EVENT_NAME, COUNT(l.LEAD_ID) AS LEAD_COUNT
FROM BIM.EDW_BIM_EVENTS_M e
JOIN BIM.BIM_EDW_LEADS_F l ON e.L2_EVTOFFER_PK_KEY = l.EVENT_FK_KEY
WHERE e.EVENT_START_DATE BETWEEN :P_START_DATE AND :P_END_DATE
GROUP BY e.EVENT_NAME;
This query demonstrates joining the event dimension to the leads fact table to count leads generated per event within a date range, a fundamental report for marketing ROI analysis.
Related Objects
The EDW_BIM_EVENTS_M table is a central hub in the BIM data model, with its primary key referenced by numerous fact tables. As documented in the provided metadata, the following fact tables maintain a foreign key relationship to this dimension table, using the EVENT_FK_KEY column to link to the primary key (L2_EVTOFFER_PK_KEY):
- BIM_EDW_CMPFRCST_F: Campaign Forecast Fact table.
- BIM_EDW_EVTFRCST_F: Event Forecast Fact table.
- BIM_EDW_INTRCTNS_F: Customer Interactions Fact table.
- BIM_EDW_LEADS_F: Leads Fact table.
- BIM_EDW_OPRNTIES_F: Opportunities Fact table.
- BIM_EDW_RVCT_DLY_F: Revenue Commitment Daily Fact table.
- BIM_EDW_RVCT_MTH_F: Revenue Commitment Monthly Fact table.
These relationships confirm that the EDW_BIM_EVENTS_M table is integral for analyzing forecasts, interactions, lead generation, opportunity pipeline, and revenue commitments in the context of marketing events.
-
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 ,
-
Concurrent Program: EDW_BIM_EVENTS_M
12.1.1
execution_filename: EDW_BIM_EVENTS_M_C.PUSH , product: BIM - Marketing Intelligence , user_name: EDW_BIM_EVENTS_M , description: Publish Event dimension , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
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_INTRCTNS_F
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.BIM_EDW_INTRCTNS_F, object_name:BIM_EDW_INTRCTNS_F, status:VALID, product: BIM - Marketing Intelligence , description: Interaction fact table . , implementation_dba_data: BIM.BIM_EDW_INTRCTNS_F ,
-
Table: BIM_EDW_CMPFRCST_F
12.1.1
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 , description: Campaign Forecast fact table . , implementation_dba_data: BIM.BIM_EDW_CMPFRCST_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 ,
-
Table: BIM_EDW_LEADS_F
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.BIM_EDW_LEADS_F, object_name:BIM_EDW_LEADS_F, status:VALID, product: BIM - Marketing Intelligence , description: Lead fact table . , implementation_dba_data: BIM.BIM_EDW_LEADS_F ,
-
Table: BIM_EDW_OPRNTIES_F
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.BIM_EDW_OPRNTIES_F, object_name:BIM_EDW_OPRNTIES_F, status:VALID, product: BIM - Marketing Intelligence , description: Opportunity fact table . , implementation_dba_data: BIM.BIM_EDW_OPRNTIES_F ,
-
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 ,
-
View: EDW_BIM_EVENTS_M_IV
12.1.1
product: BIM - Marketing Intelligence , implementation_dba_data: Not implemented in this database ,