Search Results edw_bim_lead_status_m
Overview
The EDW_BIM_LEAD_STATUS_M table is a dimension table within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 environments, specifically for the now-obsolete Marketing Intelligence (BIM) module. Its primary role is to serve as a master reference for lead status codes and their descriptive attributes within the enterprise data warehouse (EDW) layer. As a dimension table, it provides the contextual, textual descriptions and hierarchical categorization for status codes that are used as foreign keys in transactional fact tables. This structure is fundamental to dimensional modeling, enabling efficient and user-friendly reporting and analytics on lead management processes by translating cryptic status keys into business-meaningful labels.
Key Information Stored
While the provided ETRM excerpt does not list specific column names, the table's description as a "Lead Status Dimension" and its primary key structure define its core content. The table is centered around the primary key column, L1_LEADSTATUS_PK_KEY. Typical columns in such a dimension table would include a surrogate key (the PK), a natural key from the source transactional system (e.g., LEAD_STATUS_CODE), and descriptive attributes such as LEAD_STATUS_NAME, DESCRIPTION, and potentially attributes for reporting hierarchies like STATUS_CATEGORY or IS_ACTIVE_FLAG. The table's purpose is to denormalize and store this descriptive information in a single, query-optimized location for analytical purposes.
Common Use Cases and Queries
The primary use case is to enrich lead-related fact data for reporting. Analytical queries joining lead transaction facts to this dimension allow users to slice and aggregate data by status, such as analyzing conversion rates, lead pipeline velocity, or the distribution of leads across different status categories. A common SQL pattern involves a simple join to retrieve status descriptions:
SELECT f.lead_id, f.creation_date, d.lead_status_name
FROM bim_edw_leads_f f,
edw_bim_lead_status_m d
WHERE f.leadstatus_fk_key = d.l1_leadstatus_pk_key
AND d.lead_status_name = 'QUALIFIED';
Another critical use is in generating pre-built BI reports or dashboards within the obsolete BIM module, where this table provided the filter and grouping logic for all lead status-related analytics.
Related Objects
As documented in the ETRM relationship data, the EDW_BIM_LEAD_STATUS_M table is referenced as a foreign key constraint by three separate fact tables in the BIM schema. These relationships are:
- BIM_EDW_LEADS_F: References this table via its
LEADSTATUS_FK_KEYcolumn. This is the core relationship for attributing status to individual lead records. - BIM_EDW_RVCT_MTH_F: References this table via its
LEADSTATUS_FK_KEYcolumn. This table likely stores monthly revenue cycle or funnel metrics segmented by lead status. - BIM_EDW_RVCT_DLY_F: References this table via its
LEADSTATUS_FK_KEYcolumn. This table likely stores daily granular data for the same revenue cycle metrics.
In all cases, the foreign key in the fact table (LEADSTATUS_FK_KEY) joins to the primary key (L1_LEADSTATUS_PK_KEY) in the EDW_BIM_LEAD_STATUS_M dimension table.
-
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_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 ,
-
Concurrent Program: EDW_BIM_LEAD_STATUS_M
12.2.2
execution_filename: EDW_BIM_LEAD_STATUS_M_C.PUSH , product: BIM - Marketing Intelligence(Obsolete) , user_name: EDW_BIM_LEAD_STATUS_M , description: Publish Lead Status dimension , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: EDW_BIM_LEAD_STATUS_M
12.1.1
execution_filename: EDW_BIM_LEAD_STATUS_M_C.PUSH , product: BIM - Marketing Intelligence , user_name: EDW_BIM_LEAD_STATUS_M , description: Publish Lead Status dimension , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
VIEW: BIM.EDW_BIM_LEAD_STATUS_M#
12.2.2
owner:BIM, object_type:VIEW, object_name:EDW_BIM_LEAD_STATUS_M#, status:VALID,
-
SYNONYM: APPS.EDW_BIM_LEAD_STATUS_M
12.1.1
owner:APPS, object_type:SYNONYM, object_name:EDW_BIM_LEAD_STATUS_M, status:VALID,
-
SYNONYM: APPS.EDW_BIM_LEAD_STATUS_M
12.2.2
owner:APPS, object_type:SYNONYM, object_name:EDW_BIM_LEAD_STATUS_M, status:VALID,
-
VIEW: BIM.EDW_BIM_LEAD_STATUS_M#
12.2.2
-
TABLE: BIM.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,
-
View: EDW_BIM_LEAD_STATUS_M_IV
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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: EDW_BIM_LEAD_STATUS_M_IV
12.1.1
product: BIM - Marketing Intelligence , implementation_dba_data: Not implemented in this database ,
-
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_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,
-
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_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 ,
-
12.1.1 FND Design Data
12.1.1
-
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 ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
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