Search Results bix_sum_info_pk
Overview
The BIX_SUM_INFO table is a core data object within the Oracle E-Business Suite (EBS) Interaction Center Intelligence (BIX) module. Its primary function is to serve as a staging and control table for third-party or custom applications that need to integrate their data into the BIX summarization engine. The table acts as a designated interface point, allowing external data sources to be processed and aggregated along the predefined dimensional models central to BIX reporting and analytics. This enables a unified view of operational data, combining native EBS Interaction Center data with supplemental information from other systems for comprehensive performance analysis.
Key Information Stored
Based on the provided ETRM metadata, the table's structure is centered around a unique identifier for each summarization request or data set. The primary documented column is SUM_INFO_ID, which serves as the table's primary key. This column uniquely identifies each record submitted for summarization processing. While the full column list is not detailed in the excerpt, the table's purpose implies it likely contains control attributes such as the source application identifier, the target BIX summary fact or dimension, data submission timestamps, processing status flags (e.g., 'PENDING', 'PROCESSED', 'ERROR'), and potentially pointers to the actual payload data. These elements collectively manage the lifecycle of external data as it is prepared for integration into the BIX summarization framework.
Common Use Cases and Queries
The primary use case involves custom data integration projects where metrics from a non-EBS system, such as a custom telephony platform or a workforce management tool, need to be reported alongside standard contact center metrics in BIX dashboards. A typical operational pattern would involve an external process inserting records into BIX_SUM_INFO. Common queries would then focus on monitoring and managing this integration flow. For example, administrators might run a query to check for unprocessed records or to diagnose failures by joining status information. A sample monitoring query would be: SELECT SUM_INFO_ID, STATUS, CREATION_DATE FROM BIX.BIX_SUM_INFO WHERE STATUS = 'PENDING' ORDER BY CREATION_DATE;. Reporting use cases would involve joining the summarized results from BIX fact tables back to the source information in BIX_SUM_INFO to trace the lineage of aggregated data.
Related Objects
The ETRM documentation specifies one explicit relationship: the primary key constraint named BIX_SUM_INFO_PK on the column SUM_INFO_ID. This primary key is almost certainly referenced by foreign key constraints in other BIX summary staging or transaction tables that hold the detailed data payloads for each SUM_INFO_ID. While those specific child tables are not named in the provided metadata, they would form the core of the summarization interface. This table is intrinsically linked to the BIX summarization concurrent programs and underlying PL/SQL packages that read from it, process the data, and populate the final BIX fact and cube tables within the data warehouse schema.
-
Table: BIX_SUM_INFO
12.1.1
owner:BIX, object_type:TABLE, fnd_design_data:BIX.BIX_SUM_INFO, object_name:BIX_SUM_INFO, status:VALID, product: BIX - Interaction Center Intelligence , description: Table for 3rd party applications to send data to be summarized along a certain number of dimensions , implementation_dba_data: BIX.BIX_SUM_INFO ,
-
Table: BIX_SUM_INFO
12.2.2
product: BIX - Interaction Center Intelligence (Obsolete) , description: Table for 3rd party applications to send data to be summarized along a certain number of dimensions , implementation_dba_data: Not implemented in this database ,
-
eTRM - BIX Tables and Views
12.1.1
-
eTRM - BIX Tables and Views
12.1.1