Search Results bim_edw_rvct_dly_f
Overview
The BIM_EDW_RVCT_DLY_F table is a core data warehouse fact table within the Oracle E-Business Suite Marketing Intelligence (BIM) module. As a daily derived fact table, it serves as the central repository for aggregated marketing performance metrics, specifically tracking revenue and cost data on a daily granularity. Its primary role is to support complex analytical reporting and performance dashboards by providing a pre-joined, dimensionally modeled dataset that correlates financial outcomes with key marketing entities such as campaigns, leads, and opportunities. This table is integral to the EBS Business Intelligence infrastructure, enabling users to analyze the return on investment (ROI) and effectiveness of marketing initiatives directly within the Oracle EBS environment.
Key Information Stored
While specific measure columns are not detailed in the provided metadata, the table's structure is defined by its extensive foreign key relationships. It stores daily snapshots of quantitative facts, which typically include metrics like revenue amount, cost amount, quantity, and count of transactions. The semantic meaning of these facts is defined by their dimensional context. The key stored information is therefore the set of foreign key columns that link to dimension master tables, creating a star schema. These include CMPGN_FK_KEY, EVENT_FK_KEY, LEAD_FK_KEY, OPPORTUNITY_FK_KEY, HEADER_OFFER_FK_KEY, and LINE_OFFER_FK_KEY, among others. Additional keys for ITEM_FK_KEY, ORG_FK_KEY, and CUSTOMER_FK_KEY extend the analysis into operational and customer dimensions.
Common Use Cases and Queries
This table is primarily used for generating marketing performance and pipeline analysis reports. Common use cases include calculating campaign ROI by comparing generated revenue against costs, analyzing lead conversion rates by source or status, and tracking opportunity pipeline value over time segmented by target market or sales channel. A typical analytical query would join this fact table to several dimension tables to produce a readable report.
Sample SQL Pattern:
- SELECT c.CMPGN_NAME, SUM(f.REVENUE_AMOUNT) AS TOTAL_REV, SUM(f.COST_AMOUNT) AS TOTAL_COST FROM BIM_EDW_RVCT_DLY_F f JOIN EDW_BIM_CMPGNS_M c ON f.CMPGN_FK_KEY = c.<KEY_COLUMN> WHERE f.<DATE_COLUMN> BETWEEN :P_START_DATE AND :P_END_DATE GROUP BY c.CMPGN_NAME;
- SELECT ls.STATUS_NAME, COUNT(DISTINCT f.LEAD_FK_KEY) AS LEAD_COUNT, SUM(f.REVENUE_AMOUNT) AS REV_ATTRIBUTED FROM BIM_EDW_RVCT_DLY_F f JOIN EDW_BIM_LEAD_STATUS_M ls ON f.LEADSTATUS_FK_KEY = ls.<KEY_COLUMN> GROUP BY ls.STATUS_NAME;
Related Objects
The BIM_EDW_RVCT_DLY_F table has a defined star schema relationship with numerous dimension tables (EDW_BIM_*_M) within the BIM product, as documented by its foreign keys. The primary related objects are:
- EDW_BIM_CMPGNS_M: Joined via CMPGN_FK_KEY for campaign dimension.
- EDW_BIM_CMPSTATS_M: Joined via CMPGN_STATUS_FK_KEY for campaign status.
- EDW_BIM_EVENTS_M: Joined via EVENT_FK_KEY for event dimension.
- EDW_BIM_LEADS_M and EDW_BIM_LEAD_STATUS_M: Joined via LEAD_FK_KEY and LEADSTATUS_FK_KEY for lead analysis.
- EDW_BIM_MDCHN_M: Joined via MEDCHNL_FK_KEY for media channel.
- EDW_BIM_OFFERS_M: Joined via HEADER_OFFER_FK_KEY and LINE_OFFER_FK_KEY for offer analysis.
- EDW_BIM_OPPORTUNITIES_M and EDW_BIM_OPP_STATUS_M: Joined via OPPORTUNITY_FK_KEY and OPPSTATUS_FK_KEY for opportunity pipeline.
- EDW_BIM_SRCLSTS_M, EDW_BIM_MKTSGMTS_M, EDW_BIM_TGSMT_M: Joined via SRCLST_FK_KEY, MKTSGMT_FK_KEY, and TGTSGMT_FK_KEY for source list, market segment, and target segment dimensions.
- Additional foreign keys (BILL_TO_SITE_FK_KEY, ITEM_FK_KEY, ORG_FK_KEY, CUSTOMER_FK_KEY, etc.) indicate integration with core EBS transactional schemas like INV, AR, and HZ, though the specific referenced tables are not fully qualified in the provided metadata.
-
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_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 ,
-
SYNONYM: APPS.BIM_EDW_RVCT_DLY_F
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BIM_EDW_RVCT_DLY_F, status:VALID,
-
SYNONYM: APPS.BIM_EDW_RVCT_DLY_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIM_EDW_RVCT_DLY_F, status:VALID,
-
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_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 ,
-
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_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 ,
-
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_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_OPP_STATUS_M
12.2.2
owner:BIM, object_type:TABLE, fnd_design_data:BIM.EDW_BIM_OPP_STATUS_M, object_name:EDW_BIM_OPP_STATUS_M, status:VALID, product: BIM - Marketing Intelligence(Obsolete) , description: Opportunity Status Dimension Table . , implementation_dba_data: BIM.EDW_BIM_OPP_STATUS_M ,
-
Table: EDW_BIM_OPP_STATUS_M
12.1.1
owner:BIM, object_type:TABLE, fnd_design_data:BIM.EDW_BIM_OPP_STATUS_M, object_name:EDW_BIM_OPP_STATUS_M, status:VALID, product: BIM - Marketing Intelligence , description: Opportunity Status Dimension Table . , implementation_dba_data: BIM.EDW_BIM_OPP_STATUS_M ,
-
Table: EDW_BIM_OPPORTUNITIES_M
12.2.2
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(Obsolete) , description: Opportunity Dimension table . , implementation_dba_data: BIM.EDW_BIM_OPPORTUNITIES_M ,
-
VIEW: BIM.BIM_EDW_RVCT_DLY_F#
12.2.2
owner:BIM, object_type:VIEW, object_name:BIM_EDW_RVCT_DLY_F#, status:VALID,
-
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_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_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_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_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_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 ,
-
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 ,
-
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 ,
-
Foreign Keys
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
VIEW: BIM.BIM_EDW_RVCT_DLY_F#
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
-
View: BIM_EDW_RVCT_DLY_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_RVCT_DLY_F_IV
12.1.1
product: BIM - Marketing Intelligence , description: Instead of Views , implementation_dba_data: Not implemented in this database ,
-
12.2.2 DBA Data
12.2.2
-
TABLE: BIM.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,
-
TABLE: BIM.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,
-
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