Search Results bix_interactions
Overview
The BIX_INTERACTIONS table is a core data repository within the Oracle E-Business Suite module Interaction Center Intelligence (BIX). It serves as the primary storage table for all interaction data sourced from the Oracle Universal Work Queue (UWQ). In the context of Oracle EBS 12.1.1 and 12.2.2, this table is fundamental to the business intelligence and reporting capabilities for customer interaction centers. It enables the analysis of agent performance, interaction volume, channel utilization, and customer service metrics by consolidating raw interaction events from the operational UWQ system into a structured data warehouse environment for analytical processing.
Key Information Stored
While the provided metadata does not list specific column details, the table's primary key is documented as INTERACTIONS_ID, which uniquely identifies each interaction record. Based on its role as a repository for UWQ data, typical columns would include attributes to describe the interaction's context, timing, and outcome. This commonly encompasses data points such as interaction start and end timestamps, interaction type (e.g., inbound call, email, chat), channel identifier, agent ID, customer ID, service request or order number references, queue information, duration, wrap-up code, and outcome status. The table is designed to hold a historical record of all customer-agent engagements processed through the Interaction Center framework.
Common Use Cases and Queries
The primary use case for the BIX_INTERACTIONS table is generating performance and operational reports for contact center management. Analysts query this table to calculate key metrics like average handle time, service level agreement (SLA) compliance, first-contact resolution rates, and interaction volumes by period, queue, or agent. A typical reporting query might aggregate interaction counts and average duration by agent and day. For example:
SELECT TRUNC(start_date_time) AS interaction_date, agent_id, COUNT(*) AS total_interactions, AVG(duration) AS avg_handle_time FROM bix_interactions WHERE start_date_time >= SYSDATE - 30 GROUP BY TRUNC(start_date_time), agent_id ORDER BY 1, 2;
Another common pattern involves joining to related dimension tables (like resource or customer tables) to enrich reports with agent names or customer segments. The table is also critical for trend analysis, feeding data into OLAP cubes or dashboards within the BIX framework.
Related Objects
The documented structural metadata indicates a direct relationship with one other table via a foreign key constraint. The related objects are:
- BIX_INTERACTIONS_INF: This table references BIX_INTERACTIONS through the foreign key column
INTERACTIONS_ID, which points to the primary key of the same name in BIX_INTERACTIONS (BIX_INTERACTIONS.INTERACTIONS_ID). This suggests BIX_INTERACTIONS_INF likely holds additional informational details or facts that are child records to the main interaction header stored in BIX_INTERACTIONS. A typical join would be:SELECT * FROM bix_interactions i, bix_interactions_inf inf WHERE i.interactions_id = inf.interactions_id;
-
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 ,
-
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 ,
-
APPS.BIX_MISC dependencies on BIX_INTERACTIONS
12.1.1
-
APPS.BIX_CCI_COLLECT dependencies on BIX_INTERACTIONS
12.1.1
-
APPS.BIX_AGT_COLLECT dependencies on BIX_INTERACTIONS
12.1.1
-
APPS.BIX_SUMMARY_PUB dependencies on BIX_INTERACTIONS
12.1.1
-
APPS.BIX_CCI_COLLECT SQL Statements
12.1.1
-
Concurrent Program: BIXINTSB
12.1.1
execution_filename: BIX_CCI_COLLECT.COLLECT_CCI_DATA , product: BIX - Interaction Center Intelligence , user_name: BIXCCIVB , description: Populate BIX_INTERACTIONS from JTF tables , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: BIXINTSB
12.2.2
execution_filename: BIX_CCI_COLLECT.COLLECT_CCI_DATA , product: BIX - Interaction Center Intelligence (Obsolete) , user_name: BIXCCIVB , description: Populate BIX_INTERACTIONS from JTF tables , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
eTRM - BIX Tables and Views
12.1.1
-
SYNONYM: APPS.BIX_INTERACTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BIX_INTERACTIONS, status:VALID,
-
Table: BIX_SUM_GRP_CLS
12.1.1
owner:BIX, object_type:TABLE, fnd_design_data:BIX.BIX_SUM_GRP_CLS, object_name:BIX_SUM_GRP_CLS, status:VALID, product: BIX - Interaction Center Intelligence , description: Summarizes BIX_INTERACTIONS to the day the dimension of time, agent group, call center, campaign and interaction classification , implementation_dba_data: BIX.BIX_SUM_GRP_CLS ,
-
APPS.BIX_SUMMARY_PUB SQL Statements
12.1.1
-
Table: BIX_SUM_GRP_CLS
12.2.2
product: BIX - Interaction Center Intelligence (Obsolete) , description: Summarizes BIX_INTERACTIONS to the day the dimension of time, agent group, call center, campaign and interaction classification , implementation_dba_data: Not implemented in this database ,
-
Table: BIX_SUM_GRP_PRD_OUT
12.2.2
product: BIX - Interaction Center Intelligence (Obsolete) , description: Summarizes BIX_INTERACTIONS data to the day along the dimensions of time, agent, group, call center, campaign and product group , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.BIX_CCI_COLLECT
12.1.1
-
PACKAGE BODY: APPS.BIX_AGT_COLLECT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIX_AGT_COLLECT, status:VALID,
-
APPS.BIX_MISC SQL Statements
12.1.1
-
APPS.BIX_MISC dependencies on BIX_INTERACTIONS_INF
12.1.1
-
Table: BIX_SUM_AGT_CLS
12.1.1
owner:BIX, object_type:TABLE, fnd_design_data:BIX.BIX_SUM_AGT_CLS, object_name:BIX_SUM_AGT_CLS, status:VALID, product: BIX - Interaction Center Intelligence , description: Summarizes BIX_INTERACTIONS data to the day along the dimensions of time, agent, call center, campaign and interaction classification , implementation_dba_data: BIX.BIX_SUM_AGT_CLS ,
-
Table: BIX_SUM_GRP_PRD_OUT
12.1.1
owner:BIX, object_type:TABLE, fnd_design_data:BIX.BIX_SUM_GRP_PRD_OUT, object_name:BIX_SUM_GRP_PRD_OUT, status:VALID, product: BIX - Interaction Center Intelligence , description: Summarizes BIX_INTERACTIONS data to the day along the dimensions of time, agent, group, call center, campaign and product group , implementation_dba_data: BIX.BIX_SUM_GRP_PRD_OUT ,
-
Table: BIX_SUM_GRP_CLS_TRN
12.1.1
owner:BIX, object_type:TABLE, fnd_design_data:BIX.BIX_SUM_GRP_CLS_TRN, object_name:BIX_SUM_GRP_CLS_TRN, status:VALID, product: BIX - Interaction Center Intelligence , description: Summarizes BIX_INTERACTIONS data to the day along the dimensions of time, agent group, call center, campaign and interaction classification , implementation_dba_data: BIX.BIX_SUM_GRP_CLS_TRN ,
-
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 ,
-
PACKAGE BODY: APPS.BIX_SUMMARY_PUB
12.1.1
-
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_SUM_AGT_PRD
12.1.1
owner:BIX, object_type:TABLE, fnd_design_data:BIX.BIX_SUM_AGT_PRD, object_name:BIX_SUM_AGT_PRD, status:VALID, product: BIX - Interaction Center Intelligence , description: Summarizes BIX_INTERACTIONS to the day along the dimensions of time, agent, campaign and interaction classification , implementation_dba_data: BIX.BIX_SUM_AGT_PRD ,
-
Table: BIX_SUM_GRP_CLS_INQ
12.1.1
owner:BIX, object_type:TABLE, fnd_design_data:BIX.BIX_SUM_GRP_CLS_INQ, object_name:BIX_SUM_GRP_CLS_INQ, status:VALID, product: BIX - Interaction Center Intelligence , description: Summarizes BIX_INTERACTIONS data to the day along the dimesions of time, agent group, call center, campaign and interaction classification , implementation_dba_data: BIX.BIX_SUM_GRP_CLS_INQ ,
-
PACKAGE BODY: APPS.BIX_MISC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIX_MISC, status:VALID,
-
Table: BIX_SUM_AGT_CLS
12.2.2
product: BIX - Interaction Center Intelligence (Obsolete) , description: Summarizes BIX_INTERACTIONS data to the day along the dimensions of time, agent, call center, campaign and interaction classification , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.BIX_SUMMARY_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIX_SUMMARY_PUB, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
Table: BIX_SUM_AGT_PRD
12.2.2
product: BIX - Interaction Center Intelligence (Obsolete) , description: Summarizes BIX_INTERACTIONS to the day along the dimensions of time, agent, campaign and interaction classification , implementation_dba_data: Not implemented in this database ,
-
12.1.1 DBA Data
12.1.1
-
Table: BIX_SUM_GRP_CLS_INQ
12.2.2
product: BIX - Interaction Center Intelligence (Obsolete) , description: Summarizes BIX_INTERACTIONS data to the day along the dimesions of time, agent group, call center, campaign and interaction classification , implementation_dba_data: Not implemented in this database ,
-
Table: BIX_SUM_GRP_CLS_TRN
12.2.2
product: BIX - Interaction Center Intelligence (Obsolete) , description: Summarizes BIX_INTERACTIONS data to the day along the dimensions of time, agent group, call center, campaign and interaction classification , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.BIX_CCI_COLLECT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIX_CCI_COLLECT, status:VALID,
-
PACKAGE BODY: APPS.BIX_MISC
12.1.1
-
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,
-
TABLE: BIX.BIX_INTERACTIONS
12.1.1
owner:BIX, object_type:TABLE, fnd_design_data:BIX.BIX_INTERACTIONS, object_name:BIX_INTERACTIONS, status:VALID,
-
APPS.BIX_AGT_COLLECT SQL Statements
12.1.1
-
eTRM - BIX Tables and Views
12.1.1
-
PACKAGE BODY: APPS.BIX_AGT_COLLECT
12.1.1
-
12.1.1 DBA Data
12.1.1