Search Results que significa osker
The CCT.CCT_QDE_AGENT_QUEUES
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical data structure within the Oracle Contact Center Technology (CCT) module. This table serves as a repository for agent queue assignments, facilitating the routing and management of customer interactions in call center environments. Below is a detailed technical breakdown of its purpose, structure, and integration within Oracle EBS.
Purpose and Functional Context
TheCCT_QDE_AGENT_QUEUES
table stores agent-to-queue mapping information, enabling the Oracle Telephony Manager (OTM) and other CCT components to dynamically route inbound and outbound interactions (calls, emails, chats) to available agents based on predefined business rules. It acts as a junction table linking agents (from CCT_AGENTS
) and queues (from CCT_QUEUES
), ensuring efficient workload distribution and adherence to service-level agreements (SLAs).
Key Columns and Data Structure
The table typically includes the following columns:- AGENT_QUEUE_ID: Primary key, uniquely identifying each agent-queue association.
- AGENT_ID: Foreign key referencing
CCT_AGENTS.AGENT_ID
, linking to agent-specific data. - QUEUE_ID: Foreign key referencing
CCT_QUEUES.QUEUE_ID
, associating the agent with a specific queue. - PRIORITY: Numeric value defining the agent's priority level within the queue (used for skill-based routing).
- START_DATE_ACTIVE and END_DATE_ACTIVE: Date ranges during which the assignment is valid.
- STATUS_FLAG: Indicates whether the assignment is active (e.g., 'A' for Active, 'I' for Inactive).
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE: Standard Oracle EBS audit columns.
Integration with Oracle EBS Modules
- Telephony Integration: The table is queried by OTM to determine agent availability and queue eligibility during real-time call routing.
- Workforce Management: Integrated with Oracle Advanced Outbound Telephony (AOT) to optimize outbound campaign agent assignments.
- Reporting: Data feeds into Oracle Business Intelligence (OBIEE) for agent performance and queue efficiency metrics.
- Security: Access is controlled via Oracle Function Security, typically requiring the "CCT Agent Queue Administration" responsibility.
Technical Considerations
- Indexing: The table is indexed on
AGENT_ID
,QUEUE_ID
, andSTATUS_FLAG
for optimal query performance. - Concurrency: Uses Oracle's row-level locking to handle simultaneous updates from multiple agent desktop clients.
- Partitioning: In large implementations, may be partitioned by date ranges for historical data management.
Customization and Extension Points
Common extensions include:- Adding custom columns for client-specific routing attributes (e.g., language skills).
- Creating database triggers to enforce business rules (e.g., maximum queues per agent).
- Integrating with third-party workforce management systems via APIs.
Data Maintenance
Standard maintenance operations include:- Batch updates via concurrent programs during shift changes.
- Archiving inactive records to
CCT_QDE_AGENT_QUEUES_HIST
for compliance. - Regular statistics gathering via
DBMS_STATS
for query optimization.
-
VIEW: APPS.JTF_FM_MASTER_DOC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_FM_MASTER_DOC_V, object_name:JTF_FM_MASTER_DOC_V, status:VALID,
-
VIEW: APPS.JTF_FM_MASTER_DOC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_FM_MASTER_DOC_V, object_name:JTF_FM_MASTER_DOC_V, status:VALID,
-
VIEW: APPS.JTF_FM_MASTER_DOC_V
12.1.1
-
VIEW: APPS.JTF_FM_MASTER_DOC_V
12.2.2
-
VIEW: APPS.IGWFV_GRNT_PRPSL_CERT_QUESTION
12.1.1
-
VIEW: APPS.IGWBV_GRNT_PRPSL_CERT_QUESTION
12.1.1
-
APPS.OKL_LEASE_QUOTE_PVT dependencies on OKL_INSURANCE_ESTIMATES_B
12.1.1
-
APPS.OKL_LEASE_QUOTE_PVT dependencies on OKL_INSURANCE_ESTIMATES_B
12.2.2
-
VIEW: APPS.OKL_INSURANCE_ESTIMATES_V
12.2.2
-
VIEW: APPS.OKL_INSURANCE_ESTIMATES_V
12.1.1
-
APPS.OKL_LEASE_QUOTE_PVT dependencies on OKL_SERVICES_B
12.1.1
-
APPS.OKL_LEASE_QUOTE_PVT dependencies on OKL_SERVICES_B
12.2.2
-
Lookup Type: ECG_QUE
12.1.1
product: ENG - Engineering , meaning: ECG QUE ,
-
Lookup Type: ECG_QUE
12.2.2
product: ENG - Engineering , meaning: ECG QUE ,
-
View: JTF_FM_MASTER_DOC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_FM_MASTER_DOC_V, object_name:JTF_FM_MASTER_DOC_V, status:VALID, product: JTF - CRM Foundation , description: View to show the content ID's and queries for master documents , implementation_dba_data: APPS.JTF_FM_MASTER_DOC_V ,
-
View: JTF_FM_MASTER_DOC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_FM_MASTER_DOC_V, object_name:JTF_FM_MASTER_DOC_V, status:VALID, product: JTF - CRM Foundation , description: View to show the content ID's and queries for master documents , implementation_dba_data: APPS.JTF_FM_MASTER_DOC_V ,
-
APPS.OKL_LEASE_QUOTE_PVT dependencies on OKL_INSURANCE_ESTIMATES_TL
12.2.2
-
APPS.OKL_LEASE_QUOTE_PVT dependencies on OKL_SERVICES_TL
12.1.1
-
View: IGWFV_GRNT_PRPSL_CERT_QUESTION
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGWBV_GRNT_PRPSL_CERT_QUESTION
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGWFV_GRNT_PRPSL_CERT_QUESTION
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWFV_GRNT_PRPSL_CERT_QUESTION, object_name:IGWFV_GRNT_PRPSL_CERT_QUESTION, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWFV_GRNT_PRPSL_CERT_QUESTION ,
-
APPS.OKL_LEASE_QUOTE_PVT dependencies on OKL_INSURANCE_ESTIMATES_TL
12.1.1
-
APPS.OKL_LEASE_QUOTE_PVT dependencies on OKL_SERVICES_TL
12.2.2
-
View: CSS_DEF_UWQ_V
12.2.2
product: CSS - Support (Obsolete) , description: This view stores information for integrating with Universal Work Que , implementation_dba_data: Not implemented in this database ,
-
View: IGWBV_GRNT_PRPSL_CERT_QUESTION
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWBV_GRNT_PRPSL_CERT_QUESTION, object_name:IGWBV_GRNT_PRPSL_CERT_QUESTION, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWBV_GRNT_PRPSL_CERT_QUESTION ,
-
View: CSS_DEF_UWQ_V
12.1.1
product: CSS - Support (obsolete) , description: This view stores information for integrating with Universal Work Que , implementation_dba_data: Not implemented in this database ,
-
View: OKL_INSURANCE_ESTIMATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_INSURANCE_ESTIMATES_V, object_name:OKL_INSURANCE_ESTIMATES_V, status:VALID, product: OKL - Leasing and Finance Management , description: View for OKL_INSURANCE_ESTIMATES_B and OKL_INSURANCE_ESTIMATES_TL , implementation_dba_data: APPS.OKL_INSURANCE_ESTIMATES_V ,
-
TABLE: CCT.CCT_QDE_AGENT_QUEUES
12.2.2
owner:CCT, object_type:TABLE, object_name:CCT_QDE_AGENT_QUEUES, status:VALID,
-
View: OKL_INSURANCE_ESTIMATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_INSURANCE_ESTIMATES_V, object_name:OKL_INSURANCE_ESTIMATES_V, status:VALID, product: OKL - Lease and Finance Management , description: View for OKL_INSURANCE_ESTIMATES_B and OKL_INSURANCE_ESTIMATES_TL , implementation_dba_data: APPS.OKL_INSURANCE_ESTIMATES_V ,
-
TABLE: CCT.CCT_QDE_AGENT_QUEUES
12.1.1
owner:CCT, object_type:TABLE, object_name:CCT_QDE_AGENT_QUEUES, status:VALID,
-
APPS.MSC_CL_COLLECTION dependencies on DBMS_PIPE
12.1.1
-
APPS.MSC_CL_COLLECTION dependencies on DBMS_PIPE
12.2.2
-
APPS.MSC_CL_COLLECTION dependencies on FND_GLOBAL
12.1.1
-
APPS.MSC_CL_COLLECTION dependencies on FND_GLOBAL
12.2.2
-
APPS.MSC_CL_PRE_PROCESS dependencies on DBMS_PIPE
12.1.1
-
APPS.MSC_CL_PRE_PROCESS dependencies on DBMS_PIPE
12.2.2
-
APPS.MSC_CL_PULL dependencies on DBMS_PIPE
12.1.1
-
APPS.WF_CLONE SQL Statements
12.1.1
-
APPS.MSC_CL_COLLECTION dependencies on DUAL
12.1.1
-
APPS.WF_CLONE SQL Statements
12.2.2
-
APPS.MSC_CL_PULL dependencies on DBMS_PIPE
12.2.2
-
APPS.MSC_CL_COLLECTION dependencies on DUAL
12.2.2
-
PACKAGE BODY: APPS.CSC_CORE_UTILS_PVT
12.2.2
-
APPS.MSC_CL_PULL dependencies on FND_GLOBAL
12.1.1
-
APPS.MSC_CL_PULL dependencies on FND_GLOBAL
12.2.2
-
PACKAGE BODY: APPS.CSC_CORE_UTILS_PVT
12.1.1
-
Lookup Type: PE_US_VISA_ISSUE_LOC
12.2.2
product: IGS - Student System (Obsolete) , meaning: Visa issuance Post Codes , description: Visa issuance Post Codes ,
-
Lookup Type: PE_US_VISA_ISSUE_LOC
12.1.1
product: IGS - Student System , meaning: Visa issuance Post Codes , description: Visa issuance Post Codes ,
-
Lookup Type: GHR_US_LANG_IDENTIFIER
12.1.1
product: PER - Human Resources , meaning: GHR US LANG IDENTIFIER , description: Language Identifier ,
-
Lookup Type: GHR_US_LANG_IDENTIFIER
12.2.2
product: PER - Human Resources , meaning: GHR US LANG IDENTIFIER , description: Language Identifier ,