Search Results bim_edw_leads_f
Overview
The BIM_EDW_LEADS_F table is a central fact table within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically architected for the now-obsolete Marketing Intelligence (BIM) module. As a fact table in a dimensional data model, its primary role is to store quantitative and measurable data related to marketing and sales leads. It serves as the core repository for lead-related transactional facts, enabling historical analysis and performance reporting by linking to numerous dimension tables via foreign keys. The table's design facilitates complex analytical queries to track lead generation, progression, and conversion metrics across various marketing dimensions such as campaigns, channels, and customer segments.
Key Information Stored
While the specific column list is not detailed in the provided metadata, the structure is defined by its foreign key relationships. The table stores fact data, which typically includes measurable metrics like lead counts, scores, response times, and associated revenue amounts. The core of its data model consists of foreign key columns that link to dimension master tables. Key foreign key columns include CMPGN_FK_KEY (Campaign), LEADLINE_FK_KEY (Lead), LEADSTATUS_FK_KEY (Lead Status), MDCHNL_FK_KEY (Marketing Channel), and OFFER_FK_KEY (Offer). Additional keys link to operational dimensions like CUSTOMER_FK_KEY, ITEM_FK_KEY, ORG_FK_KEY (Inventory Organization), and site details (BILL_TO_SITE_FK_KEY, SHIP_TO_SITE_FK_KEY), integrating marketing lead data with broader EBS transactional data.
Common Use Cases and Queries
This table is utilized for generating historical and trend-based marketing performance reports. Common analytical use cases include measuring campaign effectiveness by lead volume and quality, analyzing lead conversion rates by marketing channel or target segment, and tracking the lead pipeline through various statuses. A typical query would join the fact table to its dimension tables to aggregate lead metrics.
Sample Query Pattern:
SELECT c.Campaign_Name, s.Lead_Status, COUNT(f.LEADLINE_FK_KEY) AS Lead_Count
FROM BIM_EDW_LEADS_F f
JOIN EDW_BIM_CMPGNS_M c ON f.CMPGN_FK_KEY = c.
JOIN EDW_BIM_LEAD_STATUS_M s ON f.LEADSTATUS_FK_KEY = s.
WHERE f.CREATION_DATE BETWEEN :P_START_DATE AND :P_END_DATE
GROUP BY c.Campaign_Name, s.Lead_Status;
(Note: Actual dimension key column names are not specified in the metadata.)
Related Objects
The BIM_EDW_LEADS_F table has a defined star schema relationship with multiple dimension tables, as documented by its foreign keys. The following are the specific, documented foreign key relationships from the provided metadata:
- EDW_BIM_CMPGNS_M: Joined via
BIM_EDW_LEADS_F.CMPGN_FK_KEYfor campaign dimension. - EDW_BIM_CMPSTATS_M: Joined via
BIM_EDW_LEADS_F.CMPGN_STATUS_FK_KEYfor campaign status. - EDW_BIM_EVENTS_M: Joined via
BIM_EDW_LEADS_F.EVENT_FK_KEYfor event dimension. - EDW_BIM_LEADS_M: Joined via
BIM_EDW_LEADS_F.LEADLINE_FK_KEYfor lead dimension. - EDW_BIM_LEAD_STATUS_M: Joined via
BIM_EDW_LEADS_F.LEADSTATUS_FK_KEYfor lead status dimension. - EDW_BIM_MDCHN_M: Joined via
BIM_EDW_LEADS_F.MDCHNL_FK_KEYfor marketing channel dimension. - EDW_BIM_MKTSGMTS_M: Joined via
BIM_EDW_LEADS_F.MKTSGMT_FK_KEYfor market segment dimension. - EDW_BIM_OFFERS_M: Joined via
BIM_EDW_LEADS_F.OFFER_FK_KEYfor offer dimension. - EDW_BIM_SRCLSTS_M: Joined via
BIM_EDW_LEADS_F.SRCLST_FK_KEYfor source list dimension. - EDW_BIM_TGSMT_M: Joined via
BIM_EDW_LEADS_F.TGTSGMT_FK_KEYfor target segment dimension.
Additional foreign keys (e.g., CUSTOMER_FK_KEY, ITEM_FK_KEY, ORG_FK_KEY) indicate relationships to standard EBS dimension tables, though the specific target tables are not fully qualified in the provided excerpt.
-
Table: BIM_EDW_LEADS_F
12.2.2
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(Obsolete) , description: Lead fact table . , implementation_dba_data: BIM.BIM_EDW_LEADS_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 ,
-
Concurrent Program: BIM_EDW_LEADS_F
12.2.2
execution_filename: BIM_EDW_LEADS_F_C.PUSH , product: BIM - Marketing Intelligence(Obsolete) , user_name: BIM_EDW_LEADS_F , description: Publish Leads Fact , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: BIM_EDW_LEADS_F
12.1.1
execution_filename: BIM_EDW_LEADS_F_C.PUSH , product: BIM - Marketing Intelligence , user_name: BIM_EDW_LEADS_F , description: Publish Leads Fact , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
SYNONYM: APPS.BIM_EDW_LEADS_F
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BIM_EDW_LEADS_F, status:VALID,
-
SYNONYM: APPS.BIM_EDW_LEADS_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIM_EDW_LEADS_F, status:VALID,
-
VIEW: BIM.BIM_EDW_LEADS_F#
12.2.2
owner:BIM, object_type:VIEW, object_name:BIM_EDW_LEADS_F#, status:VALID,
-
Foreign Keys
12.2.2
-
Table: EDW_BIM_LEADS_M
12.2.2
owner:BIM, object_type:TABLE, fnd_design_data:BIM.EDW_BIM_LEADS_M, object_name:EDW_BIM_LEADS_M, status:VALID, product: BIM - Marketing Intelligence(Obsolete) , description: Lead Dimension Table . , implementation_dba_data: BIM.EDW_BIM_LEADS_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_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_LEAD_STATUS_M
12.2.2
owner:BIM, object_type:TABLE, fnd_design_data:BIM.EDW_BIM_LEAD_STATUS_M, object_name:EDW_BIM_LEAD_STATUS_M, status:VALID, product: BIM - Marketing Intelligence(Obsolete) , description: Lead Status Dimension . , implementation_dba_data: BIM.EDW_BIM_LEAD_STATUS_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_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_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_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_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_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_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_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_LEADS_M
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.EDW_BIM_LEADS_M, object_name:EDW_BIM_LEADS_M, status:VALID, product: BIM - Marketing Intelligence , description: Lead Dimension Table . , implementation_dba_data: BIM.EDW_BIM_LEADS_M ,
-
Table: EDW_BIM_LEAD_STATUS_M
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.EDW_BIM_LEAD_STATUS_M, object_name:EDW_BIM_LEAD_STATUS_M, status:VALID, product: BIM - Marketing Intelligence , description: Lead Status Dimension . , implementation_dba_data: BIM.EDW_BIM_LEAD_STATUS_M ,
-
Foreign Keys
12.1.1
-
VIEW: BIM.BIM_EDW_LEADS_F#
12.2.2
-
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_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 ,
-
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 ,
-
Table: EDW_BIM_OFFERS_M
12.2.2
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(Obsolete) , description: Offer dimension table . , implementation_dba_data: BIM.EDW_BIM_OFFERS_M ,
-
12.1.1 FND Design Data
12.1.1
-
View: BIM_EDW_LEADS_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_LEADS_F_IV
12.1.1
product: BIM - Marketing Intelligence , description: Instead of Views , implementation_dba_data: Not implemented in this database ,
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
TABLE: BIM.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,
-
TABLE: BIM.BIM_EDW_LEADS_F
12.2.2
owner:BIM, object_type:TABLE, fnd_design_data:BIM.BIM_EDW_LEADS_F, object_name:BIM_EDW_LEADS_F, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - BIM Tables and Views
12.2.2
description: Target segment level table . ,
-
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 . ,
-
12.2.2 DBA Data
12.2.2