Search Results edw_bim_cmpstats_m
Overview
The EDW_BIM_CMPSTATS_M table is a dimension table within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 environments, specifically architected for the Enterprise Data Warehouse (EDW) layer. It functions as the Campaign Status dimension star table for the Marketing Intelligence (BIM) module. Its primary role is to provide a centralized, normalized reference for all valid campaign status codes and their descriptive attributes, enabling consistent dimensional analysis across multiple marketing fact tables. It is critical to note that the BIM - Marketing Intelligence module is documented as obsolete, indicating this table is part of a legacy analytical framework that may have been superseded by newer Oracle solutions, such as Oracle Business Intelligence Applications (OBIA) or Oracle Fusion Analytics.
Key Information Stored
As a classic dimension table in a star schema, EDW_BIM_CMPSTATS_M stores master data for campaign statuses. While the specific column list is not detailed in the provided metadata, the structure of such a table can be inferred. It is anchored by a primary key column, likely named L1_CMPGN_STATUS_PK_KEY or similar, which serves as the unique surrogate key for joining to fact tables. Typical columns would include a natural key from the source transactional system (e.g., STATUS_CODE), descriptive fields (STATUS_NAME, DESCRIPTION), and attributes for data warehousing such as effective start/end dates for tracking historical changes (Type 2 SCD), creation dates, and last update dates. The table's purpose is to translate a status code into a business-friendly label for reporting.
Common Use Cases and Queries
This table is used exclusively for analytical reporting and data warehouse queries. Common use cases include generating campaign performance dashboards segmented by status, analyzing the pipeline of leads and opportunities based on campaign status, and calculating historical trends for campaigns in specific statuses like "Active," "Completed," or "Cancelled." A typical analytical query would join this dimension to one or more fact tables to enrich fact records with status descriptions.
Sample SQL Pattern:
- SELECT cs.STATUS_NAME, COUNT(f.LEAD_ID) AS Lead_Count
- FROM BIM_EDW_LEADS_F f
- JOIN EDW_BIM_CMPSTATS_M cs ON f.CMPGN_STATUS_FK_KEY = cs.L1_CMPGN_STATUS_PK_KEY
- GROUP BY cs.STATUS_NAME;
Related Objects
The EDW_BIM_CMPSTATS_M table is a central reference point for numerous fact tables within the obsolete BIM EDW schema, as evidenced by its foreign key relationships. The documented related objects are all fact tables that use the campaign status dimension as a foreign key:
- BIM_EDW_CMPFRCST_F (Campaign Forecast Fact)
- BIM_EDW_EVTFRCST_F (Event Forecast Fact)
- BIM_EDW_INTRCTNS_F (Interactions Fact)
- BIM_EDW_LEADS_F (Leads Fact)
- BIM_EDW_OPRNTIES_F (Opportunities Fact)
- BIM_EDW_RVCT_DLY_F (Revenue Commitment Daily Fact)
- BIM_EDW_RVCT_MTH_F (Revenue Commitment Monthly Fact)
These relationships confirm its integral role in the dimensional model for analyzing marketing forecasts, interactions, lead generation, opportunity management, and revenue tracking.
-
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 ,
-
Concurrent Program: EDW_BIM_CMPSTATS_M
12.2.2
execution_filename: EDW_BIM_CMPSTATS_M_C.PUSH , product: BIM - Marketing Intelligence(Obsolete) , user_name: EDW_BIM_CMPSTATS_M , description: Publish Campaign Status dimension , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Table: BIM_EDW_CMPFRCST_F
12.2.2
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(Obsolete) , description: Campaign Forecast fact table . , implementation_dba_data: BIM.BIM_EDW_CMPFRCST_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_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_CMPSTATS_M_IV
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: BIM_EDW_OPRNTIES_F
12.2.2
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(Obsolete) , description: Opportunity fact table . , implementation_dba_data: BIM.BIM_EDW_OPRNTIES_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 ,
-
Table: BIM_EDW_INTRCTNS_F
12.2.2
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(Obsolete) , description: Interaction fact table . , implementation_dba_data: BIM.BIM_EDW_INTRCTNS_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 ,