Search Results bix_interactions_inf
Overview
The BIX_INTERACTIONS_INF table is a data repository within the Oracle E-Business Suite (EBS) modules, specifically designed for the now-obsolete Interaction Center Intelligence (BIX) product. Its primary role was to support analytical reporting for sales operations within the Interaction Center context. The table functions as a child or detail table, storing granular sales information that is categorized and aggregated by key business dimensions, namely Product Group and Resource Group. This structure was intended to facilitate performance analysis and trend reporting for sales activities handled through the Interaction Center. As indicated by its "Obsolete" status in the ETRM, this table and its associated module are no longer actively developed or implemented in current EBS deployments, such as versions 12.1.1 and 12.2.2.
Key Information Stored
Based on the provided metadata, the table's structure centers on a primary key and a foreign key relationship. The most critical columns include the INTERACTIONS_INF_ID, which serves as the unique identifier (primary key) for each record in this detail table. The INTERACTIONS_ID column is a foreign key that links each detail record to its corresponding parent interaction header in the BIX_INTERACTIONS table. While the explicit list of data columns is not detailed in the excerpt, the table's description confirms it contains sales data that is "broken up by Product Group and Resource Group." This implies the table likely holds quantitative sales metrics (e.g., revenue, quantity, discounts) segmented by these two analytical dimensions, enabling multi-dimensional analysis of sales performance.
Common Use Cases and Queries
When the module was active, this table would have been central to generating sales performance reports for the Interaction Center. Common analytical queries would involve joining to the parent BIX_INTERACTIONS table to incorporate header-level context, such as interaction date or customer information. A typical reporting pattern would aggregate sales figures from BIX_INTERACTIONS_INF by Product Group and Resource Group over a specified time period. A sample SQL pattern for such historical analysis might resemble:
SELECT inf.product_group, inf.resource_group, SUM(inf.sales_amount)
FROM BIX_INTERACTIONS_INF inf, BIX_INTERACTIONS i
WHERE inf.interactions_id = i.interactions_id
AND i.interaction_date BETWEEN :p_start_date AND :p_end_date
GROUP BY inf.product_group, inf.resource_group;
These queries would power reports analyzing sales productivity by agent groups or the performance of different product categories.
Related Objects
The table maintains a direct and documented foreign key relationship, defining its place in the data model. The key related object is:
- BIX_INTERACTIONS: This is the primary parent table. The relationship is established through the foreign key column
BIX_INTERACTIONS_INF.INTERACTIONS_ID, which references theBIX_INTERACTIONStable. This join is essential for retrieving any header-level information associated with the detailed sales records.
BIX_INTERACTIONS_INF_PK on the INTERACTIONS_INF_ID column ensures the uniqueness of each detail record within this table.
-
Table: BIX_INTERACTIONS_INF
12.1.1
owner:BIX, object_type:TABLE, fnd_design_data:BIX.BIX_INTERACTIONS_INF, object_name:BIX_INTERACTIONS_INF, status:VALID, product: BIX - Interaction Center Intelligence , description: Contains Sales data broken up by Product Group and Resource Group , implementation_dba_data: BIX.BIX_INTERACTIONS_INF ,
-
Table: BIX_INTERACTIONS_INF
12.2.2
product: BIX - Interaction Center Intelligence (Obsolete) , description: Contains Sales data broken up by Product Group and Resource Group , implementation_dba_data: Not implemented in this database ,
-
APPS.BIX_MISC dependencies on BIX_INTERACTIONS_INF
12.1.1
-
APPS.BIX_MISC dependencies on BIX_INTERACTIONS
12.1.1
-
SYNONYM: APPS.BIX_INTERACTIONS_INF
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIX_INTERACTIONS_INF, status:VALID,
-
TABLE: BIX.BIX_INTERACTIONS_INF
12.1.1
owner:BIX, object_type:TABLE, fnd_design_data:BIX.BIX_INTERACTIONS_INF, object_name:BIX_INTERACTIONS_INF, status:VALID,
-
APPS.BIX_MISC SQL Statements
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
Table: BIX_INTERACTIONS
12.1.1
owner:BIX, object_type:TABLE, fnd_design_data:BIX.BIX_INTERACTIONS, object_name:BIX_INTERACTIONS, status:VALID, product: BIX - Interaction Center Intelligence , description: Repository for all interaction data that we get from UWQ (Oracle Universal Work Queue) , implementation_dba_data: BIX.BIX_INTERACTIONS ,
-
12.1.1 DBA Data
12.1.1
-
Table: BIX_INTERACTIONS
12.2.2
product: BIX - Interaction Center Intelligence (Obsolete) , description: Repository for all interaction data that we get from UWQ (Oracle Universal Work Queue) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.BIX_MISC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIX_MISC, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.BIX_MISC
12.1.1
-
eTRM - BIX Tables and Views
12.1.1
-
eTRM - BIX Tables and Views
12.1.1
-
12.1.1 DBA Data
12.1.1