Search Results ieu_sh_activities
Overview
The IEU_SH_ACTIVITIES table is a core data repository within the Oracle E-Business Suite Universal Work Queue (UWQ) module. It functions as the detailed activity log for the Session History feature, which is a critical component for tracking agent interactions and workflow execution. In the context of Oracle EBS 12.1.1 and 12.2.2, this table stores granular, timestamped records of every discrete action performed within a user session managed by the UWQ framework. Its primary role is to provide a complete audit trail for customer service, telephony, and other agent-based operations, enabling performance analysis, compliance reporting, and process optimization.
Key Information Stored
The table's structure is designed to capture the lifecycle of an activity. The primary key, ACTIVITY_ID, uniquely identifies each recorded action. The table's foreign key relationships, as documented in the ETRM, reveal its core data dimensions. The SESSION_ID column links each activity to a parent session record in the IEU_SH_SESSIONS table, grouping related activities. The ACTIVITY_TYPE_ID defines the nature of the action (e.g., call answered, case updated, wrap-up) via a reference to IEU_SH_ACT_TYPES_B. The MEDIA_TYPE_ID, linked to IEU_UWQ_MEDIA_TYPES_B, indicates the interaction channel, such as phone, email, or web chat. A significant structural feature is the PARENT_CYCLE_ID, which is a self-referencing foreign key to the same table. This allows the table to model hierarchical or cyclical activity patterns, where a single activity (like a call) can be composed of multiple sub-activities or can be part of a repeating sequence.
Common Use Cases and Queries
This table is central to operational and historical reporting within the UWQ. Common use cases include generating agent productivity reports, analyzing call handling times, auditing compliance with business process flows, and troubleshooting session issues. A typical analytical query would join IEU_SH_ACTIVITIES with its related dimension tables to report on session duration and activity counts per agent. For example, to analyze call activities, one might use a SQL pattern that filters by a specific MEDIA_TYPE_ID and aggregates data based on ACTIVITY_TYPE_ID and timestamps. The self-referential PARENT_CYCLE_ID column is crucial for queries that need to reconstruct complex, multi-step activity sequences or identify recurring events within a session's history.
Related Objects
As indicated by its foreign key constraints, IEU_SH_ACTIVITIES has strong dependencies on several key UWQ tables. It is a child table of IEU_SH_SESSIONS, which stores the overarching session context. It references the lookup tables IEU_SH_ACT_TYPES_B for activity classification and IEU_UWQ_MEDIA_TYPES_B for channel information. The self-reference on PARENT_CYCLE_ID indicates a recursive relationship within the table itself. Consequently, this table is a primary source for any UWQ Session History reporting views or business intelligence extracts. Direct modifications should typically be performed through supported UWQ application programming interfaces (APIs) to maintain data integrity with these related objects.
-
Table: IEU_SH_ACTIVITIES
12.1.1
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_SH_ACTIVITIES, object_name:IEU_SH_ACTIVITIES, status:VALID, product: IEU - Universal Work Queue , description: Session History activities. , implementation_dba_data: IEU.IEU_SH_ACTIVITIES ,
-
Table: IEU_SH_ACTIVITIES
12.2.2
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_SH_ACTIVITIES, object_name:IEU_SH_ACTIVITIES, status:VALID, product: IEU - Universal Work Queue , description: Session History activities. , implementation_dba_data: IEU.IEU_SH_ACTIVITIES ,
-
APPS.BIX_REAL_TIME_RPTS_PKG dependencies on IEU_SH_ACTIVITIES
12.1.1
-
APPS.BIX_SESSION_SUMMARY_PKG dependencies on IEU_SH_ACTIVITIES
12.1.1
-
APPS.IEU_SH_PVT dependencies on IEU_SH_ACTIVITIES
12.2.2
-
APPS.BIX_AGT_COLLECT dependencies on IEU_SH_ACTIVITIES
12.1.1
-
APPS.BIX_REAL_TIME_BINS_PKG dependencies on IEU_SH_ACTIVITIES
12.1.1
-
APPS.IEU_SH_PVT dependencies on IEU_SH_ACTIVITIES
12.1.1
-
APPS.IEU_SH_CON_PVT dependencies on IEU_SH_ACTIVITIES
12.1.1
-
APPS.IEU_SH_CON_PVT dependencies on IEU_SH_ACTIVITIES
12.2.2
-
APPS.BIX_DM_SESSIONINFO_SUMMARY_PKG dependencies on IEU_SH_ACTIVITIES
12.1.1
-
APPS.BIX_DM_SESSBYCAMP_PKG dependencies on IEU_SH_ACTIVITIES
12.1.1
-
APPS.BIX_SESSION_LOAD_PKG dependencies on IEU_SH_ACTIVITIES
12.1.1
-
APPS.BIX_DM_SESSBYCAMP_PKG dependencies on IEU_SH_SESSIONS
12.1.1
-
APPS.BIX_DM_SESSBYCAMP_PKG dependencies on AMS_CAMPAIGN_SCHEDULES_B
12.1.1
-
APPS.IEU_SH_PVT SQL Statements
12.2.2
-
APPS.IEU_SH_PVT SQL Statements
12.1.1
-
APPS.BIX_DM_SESSBYCAMP_PKG dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.BIX_REAL_TIME_RPTS_PKG dependencies on IEU_SH_SESSIONS
12.1.1
-
APPS.BIX_AGT_COLLECT dependencies on IEU_SH_SESSIONS
12.1.1
-
APPS.IEU_SH_CON_PVT SQL Statements
12.2.2
-
APPS.BIX_SESSION_SUMMARY_PKG dependencies on AMS_CAMPAIGN_SCHEDULES_B
12.1.1
-
APPS.IEU_SH_CON_PVT SQL Statements
12.1.1
-
APPS.BIX_SESSION_LOAD_PKG dependencies on AMS_CAMPAIGN_SCHEDULES_B
12.1.1
-
APPS.BIX_DM_SESSIONINFO_SUMMARY_PKG dependencies on IEU_SH_SESSIONS
12.1.1
-
VIEW: IEU.IEU_SH_ACTIVITIES#
12.2.2
owner:IEU, object_type:VIEW, object_name:IEU_SH_ACTIVITIES#, status:VALID,
-
APPS.BIX_SESSION_SUMMARY_PKG dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.BIX_REAL_TIME_RPTS_PKG dependencies on CCT_AGENT_RT_STATS
12.1.1
-
APPS.BIX_SESSION_LOAD_PKG dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
SYNONYM: APPS.IEU_SH_ACTIVITIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IEU_SH_ACTIVITIES, status:VALID,
-
APPS.BIX_SESSION_LOAD_PKG dependencies on IEU_SH_SESSIONS
12.1.1
-
APPS.BIX_REAL_TIME_RPTS_PKG dependencies on JTF_RS_GROUP_MEMBERS
12.1.1
-
SYNONYM: APPS.IEU_SH_ACTIVITIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IEU_SH_ACTIVITIES, status:VALID,
-
APPS.BIX_AGT_COLLECT SQL Statements
12.1.1
-
APPS.BIX_REAL_TIME_RPTS_PKG dependencies on JTF_RS_GROUPS_VL
12.1.1
-
APPS.BIX_REAL_TIME_RPTS_PKG dependencies on JTF_RS_RESOURCE_EXTNS_VL
12.1.1
-
APPS.BIX_SESSION_SUMMARY_PKG dependencies on IEU_SH_SESSIONS
12.1.1
-
APPS.BIX_SESSION_SUMMARY_PKG dependencies on BIX_SESSIONS
12.1.1
-
APPS.IEU_SH_PVT dependencies on FND_API
12.1.1
-
APPS.BIX_REAL_TIME_RPTS_PKG dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
VIEW: IEU.IEU_SH_ACTIVITIES#
12.2.2
-
APPS.IEU_SH_PVT dependencies on FND_API
12.2.2
-
Table: IEU_SH_SESSIONS
12.1.1
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_SH_SESSIONS, object_name:IEU_SH_SESSIONS, status:VALID, product: IEU - Universal Work Queue , description: Session History main session. , implementation_dba_data: IEU.IEU_SH_SESSIONS ,
-
Table: IEU_SH_ACT_TYPES_B
12.1.1
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_SH_ACT_TYPES_B, object_name:IEU_SH_ACT_TYPES_B, status:VALID, product: IEU - Universal Work Queue , description: Session activity types (base). , implementation_dba_data: IEU.IEU_SH_ACT_TYPES_B ,
-
PACKAGE BODY: APPS.IEU_SH_CON_PVT
12.1.1
-
PACKAGE BODY: APPS.IEU_SH_CON_PVT
12.2.2
-
Table: IEU_SH_SESSIONS
12.2.2
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_SH_SESSIONS, object_name:IEU_SH_SESSIONS, status:VALID, product: IEU - Universal Work Queue , description: Session History main session. , implementation_dba_data: IEU.IEU_SH_SESSIONS ,
-
Table: IEU_SH_ACT_TYPES_B
12.2.2
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_SH_ACT_TYPES_B, object_name:IEU_SH_ACT_TYPES_B, status:VALID, product: IEU - Universal Work Queue , description: Session activity types (base). , implementation_dba_data: IEU.IEU_SH_ACT_TYPES_B ,
-
APPS.BIX_REAL_TIME_BINS_PKG dependencies on IEU_SH_SESSIONS
12.1.1
-
PACKAGE BODY: APPS.IEU_SH_CON_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEU_SH_CON_PVT, status:VALID,