Search Results edw_bim_leads_m
Overview
The EDW_BIM_LEADS_M table is a core dimension table within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 environments, specifically for the Marketing Intelligence (BIM) module. As a dimension table in a data warehousing schema, its primary role is to store descriptive, context-rich information about sales and marketing leads. This table acts as a master reference point, providing consistent and detailed attributes for lead entities that are analyzed in conjunction with various transactional fact tables. Its existence within the BIM schema underscores its function in enabling complex analytical reporting, performance tracking, and data mining for marketing campaigns and lead generation efforts across the enterprise.
Key Information Stored
While the provided metadata does not list specific column names, the table's designation as a "Lead Dimension Table" and its primary key structure define its core contents. The primary key is L2_LEADLINE_PK_KEY, which uniquely identifies each record representing a lead or a line item within a lead. Typical attributes stored in such a dimension table would include lead source (e.g., web form, trade show), lead status, qualification level, geographic data, assigned sales representative, creation date, and demographic or firmographic information about the lead contact. These columns provide the textual and categorical context for numerical metrics stored in related fact tables.
Common Use Cases and Queries
This table is central to generating analytical reports on lead pipeline health and marketing effectiveness. Common use cases include analyzing lead conversion rates by source, tracking lead aging and status progression, and measuring campaign ROI by attributing revenue to originating leads. A typical analytical query would join this dimension table with a fact table to enrich transactional data.
Sample Query Pattern:
SELECT l.lead_source,
COUNT(f.lead_fact_key) AS lead_count,
SUM(f.revenue_attributed) AS total_revenue
FROM bim.edw_bim_leads_m l
JOIN bim.bim_edw_rvct_mth_f f ON l.l2_leadline_pk_key = f.lead_fk_key
WHERE l.creation_date BETWEEN :p_start_date AND :p_end_date
GROUP BY l.lead_source
ORDER BY total_revenue DESC;
Related Objects
The EDW_BIM_LEADS_M table is a foundational reference object with documented foreign key relationships to several transactional fact tables in the BIM schema. These relationships are critical for accurate dimensional analysis.
- BIM_EDW_LEADS_F: This fact table references the lead dimension via the foreign key column LEADLINE_FK_KEY, which joins to the primary key (L2_LEADLINE_PK_KEY) of EDW_BIM_LEADS_M. This likely stores granular, transaction-level facts about lead activities.
- BIM_EDW_RVCT_DLY_F: This daily-level revenue fact table references the lead dimension using the LEAD_FK_KEY column, enabling daily revenue attribution to leads.
- BIM_EDW_RVCT_MTH_F: This monthly-level revenue fact table also references the lead dimension using the LEAD_FK_KEY column, supporting aggregated monthly revenue analysis by lead attributes.
-
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_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 ,
-
Concurrent Program: EDW_BIM_LEADS_M
12.1.1
execution_filename: EDW_BIM_LEADS_M_C.PUSH , product: BIM - Marketing Intelligence , user_name: EDW_BIM_LEADS_M , description: Publish Leads dimension , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: EDW_BIM_LEADS_M
12.2.2
execution_filename: EDW_BIM_LEADS_M_C.PUSH , product: BIM - Marketing Intelligence(Obsolete) , user_name: EDW_BIM_LEADS_M , description: Publish Leads dimension , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
SYNONYM: APPS.EDW_BIM_LEADS_M
12.1.1
owner:APPS, object_type:SYNONYM, object_name:EDW_BIM_LEADS_M, status:VALID,
-
SYNONYM: APPS.EDW_BIM_LEADS_M
12.2.2
owner:APPS, object_type:SYNONYM, object_name:EDW_BIM_LEADS_M, status:VALID,
-
VIEW: BIM.EDW_BIM_LEADS_M#
12.2.2
owner:BIM, object_type:VIEW, object_name:EDW_BIM_LEADS_M#, status:VALID,
-
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 ,
-
VIEW: BIM.EDW_BIM_LEADS_M#
12.2.2
-
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_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_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_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_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 ,
-
12.1.1 FND Design Data
12.1.1
-
View: EDW_BIM_LEADS_M_IV
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
View: EDW_BIM_LEADS_M_IV
12.1.1
product: BIM - Marketing Intelligence , implementation_dba_data: Not implemented in this database ,
-
TABLE: BIM.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,
-
TABLE: BIM.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,
-
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 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 . ,
-
eTRM - BIM Tables and Views
12.1.1
description: Target segment level table . ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1