Search Results edw_bim_opportunities_m
Overview
The EDW_BIM_OPPORTUNITIES_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 warehouse schema, its primary role is to provide a consistent, integrated, and business-friendly reference for opportunity data. It serves as the master source of descriptive attributes for opportunities, enabling detailed analysis and reporting when joined with related transactional fact tables. This table is part of the Enterprise Data Warehouse (EDW) layer within the BIM product, designed to support complex analytical queries and business intelligence activities related to the sales pipeline and marketing campaign effectiveness.
Key Information Stored
While the provided metadata does not list specific column names, the table's designation as an "Opportunity Dimension" and its primary key structure indicate the type of information it contains. The primary key column is L2_OPPLINE_PK_KEY. Typical data stored in such a dimension includes surrogate keys for integration, descriptive attributes of an opportunity (e.g., opportunity name, type, stage, source, status), hierarchical roll-up information (like sales channel or territory), and effective date ranges for tracking historical changes (slowly changing dimensions). It acts as a lookup table that translates the technical foreign key values used in fact tables into meaningful business descriptors for reporting.
Common Use Cases and Queries
This table is central to generating analytical reports on the sales pipeline and revenue forecasting. Common use cases include analyzing opportunity win/loss rates by type or stage, measuring the average sales cycle length, and attributing revenue to specific marketing campaigns. A typical analytical query would join this dimension table with one or more fact tables to enrich transactional data. For example, to analyze daily revenue against opportunities, a query would join on the opportunity key:
- SELECT opp.OPPORTUNITY_NAME, sum(rev.REVENUE_AMOUNT)
- FROM BIM_EDW_RVCT_DLY_F rev, EDW_BIM_OPPORTUNITIES_M opp
- WHERE rev.OPPORTUNITY_FK_KEY = opp.L2_OPPLINE_PK_KEY
- GROUP BY opp.OPPORTUNITY_NAME;
It is also crucial for drill-down analyses in BI tools, where users filter or group fact data by opportunity attributes stored in this dimension.
Related Objects
The EDW_BIM_OPPORTUNITIES_M table has defined foreign key relationships with several fact tables, as documented in the ETRM metadata. These relationships are fundamental to the star schema design of the BIM data warehouse.
- BIM_EDW_OPRNTIES_F: This fact table references the opportunity dimension via the foreign key column OPPLINE_FK_KEY, which joins to the primary key (L2_OPPLINE_PK_KEY) of EDW_BIM_OPPORTUNITIES_M. This likely stores transactional metrics at the opportunity line level.
- BIM_EDW_RVCT_DLY_F: This daily revenue fact table references the dimension via the OPPORTUNITY_FK_KEY column.
- BIM_EDW_RVCT_MTH_F: This monthly revenue fact table similarly references the dimension via the OPPORTUNITY_FK_KEY column.
These relationships confirm that EDW_BIM_OPPORTUNITIES_M is a central hub for opportunity-centric analysis across multiple fact tables in the BIM module.
-
Table: EDW_BIM_OPPORTUNITIES_M
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.EDW_BIM_OPPORTUNITIES_M, object_name:EDW_BIM_OPPORTUNITIES_M, status:VALID, product: BIM - Marketing Intelligence , description: Opportunity Dimension table . , implementation_dba_data: BIM.EDW_BIM_OPPORTUNITIES_M ,
-
Concurrent Program: EDW_BIM_OPPORTUNITIES_M
12.1.1
execution_filename: EDW_BIM_OPPORTUNITIES_M_C.PUSH , product: BIM - Marketing Intelligence , user_name: EDW_BIM_OPPORTUNITIES_M , description: Publish Opportunity dimension , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
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_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_OPPORTUNITIES_M_IV
12.1.1
product: BIM - Marketing Intelligence , implementation_dba_data: Not implemented in this database ,