Search Results edw_bim_ih_reslt_m
Overview
The EDW_BIM_IH_RESLT_M table is a core dimension table within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Marketing Intelligence (BIM) module. As an Interaction Result Dimension table, it serves as a master reference for all possible outcomes or results of customer interactions tracked within the system. Its primary role is to support the Enterprise Data Warehouse (EDW) layer of the application, providing a normalized, descriptive context for transactional interaction data. This enables robust analytical reporting and business intelligence by categorizing and defining interaction outcomes, such as "Lead Created," "Opportunity Qualified," or "Service Request Logged." The table's status is documented as VALID, confirming its active use within the schema.
Key Information Stored
While the provided metadata does not list specific column names, the structure of a typical dimension table in this context can be inferred. The table is centered around a primary key column, RSLT_INTRCTN_RESULT_PK_KEY, which uniquely identifies each interaction result record. Other columns would typically store descriptive attributes for these results. This likely includes a result code, a translated name or description for reporting clarity, and potentially flags indicating active status or classification. The table is designed for query efficiency, storing static or slowly changing descriptive data that is linked to high-volume transactional fact tables via foreign key relationships.
Common Use Cases and Queries
The primary use case for EDW_BIM_IH_RESLT_M is to enable detailed analysis of marketing and customer interaction effectiveness. Reports can aggregate interaction volumes by result type to measure campaign success rates or agent performance. A common analytical query would join this dimension table to the interaction fact table to categorize transactions. For example, a report to count interactions by their result would use a SQL pattern such as: SELECT r.RESULT_NAME, COUNT(*) FROM BIM_EDW_INTRCTNS_F f, EDW_BIM_IH_RESLT_M r WHERE f.INTRCTN_RESULT_FK_KEY = r.RSLT_INTRCTN_RESULT_PK_KEY GROUP BY r.RESULT_NAME;. This table is essential for any dashboard or report seeking to analyze the outcomes of customer touchpoints across channels.
Related Objects
The documented metadata explicitly defines this table's relationship with one key transactional table. The primary key of EDW_BIM_IH_RESLT_M (RSLT_INTRCTN_RESULT_PK_KEY) is referenced by a foreign key in the BIM_EDW_INTRCTNS_F table. Specifically, the column BIM_EDW_INTRCTNS_F.INTRCTN_RESULT_FK_KEY joins to this dimension table. This establishes that BIM_EDW_INTRCTNS_F is the central fact table for interactions, which stores measurable events, and it uses this dimension to describe the outcome of each interaction record. This relationship is critical for any data integrity constraints and for performing meaningful joins in analytical queries.
-
Table: EDW_BIM_IH_RESLT_M
12.2.2
owner:BIM, object_type:TABLE, fnd_design_data:BIM.EDW_BIM_IH_RESLT_M, object_name:EDW_BIM_IH_RESLT_M, status:VALID, product: BIM - Marketing Intelligence(Obsolete) , description: Interaction Result Dimension table . , implementation_dba_data: BIM.EDW_BIM_IH_RESLT_M ,
-
Concurrent Program: EDW_BIM_IH_RESLT_M
12.2.2
execution_filename: EDW_BIM_IH_RESLT_M_C.PUSH , product: BIM - Marketing Intelligence(Obsolete) , user_name: EDW_BIM_IH_RESLT_M , description: Publish Interaction Result dimension , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
View: EDW_BIM_IH_RESLT_M_IV
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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 ,