Search Results ieu_node_labels
Overview
APPS.IEU_UWQ_WEB_CALLBACK_V is a reporting view in the Oracle E-Business Suite Interaction Center / Universal Work Queue (UWQ) module, part of the iSupport (IEU) schema family. Its purpose is to expose a callback queue entry listing for web-based callback processing, aggregating queue identification, media type information, and media type naming into a single queryable structure. The view is defined with fixed literal values for the object function, object parameters, and resource type, which identify the row source as an individual-resource queue selection rather than a functional or role-based assignment.
A distinguishing characteristic of this view is its hard-coded filter against a single media type UUID, '7F7FB3A0B6F511D3A05000C04F53FBA6', meaning the view returns data for one specific media type only. The view also joins to the FND_LOOKUP_VALUES_VL lookup view using the lookup type IEU_NODE_LABELS, which is directly relevant to users searching on that term. This lookup is constrained to view_application_id 696 and lookup_code IEU_ANY_LBL, allowing the view to substitute a localized, human-readable label for queue names that would otherwise be null.
Underlying Base Objects
The view is defined over four documented objects:
- IEU_UWQ_SEL_MRT_DATA (synonym) — the primary driver, supplying queue_name, resource_id, media_type_id, queue_count, and the not_valid flag.
- IEU_UWQ_MEDIA_TYPES_B (synonym) — supplies media_type_uuid and joins on media_type_id; the base for the hard-coded UUID filter.
- IEU_UWQ_MEDIA_TYPES_TL (synonym) — the translated media type name, joined on media_type_id and language = USERENV('LANG').
- FND_LOOKUP_VALUES_VL (view) — the standard EBS lookup view providing the localized "any" label via lookup_type IEU_NODE_LABELS.
The join topology is a straight inner join chain on media_type_id, with a filtered lookup join on the label attributes. The NVL(a.not_valid,'N') = 'N' predicate excludes invalidated queue selections.
Key Columns
- IEU_OBJECT_FUNCTION / IEU_OBJECT_PARAMETERS — both returned as empty strings, effectively placeholders in the callback framework.
- IEU_MEDIA_TYPE_UUID — the media type UUID, derived from IEU_UWQ_MEDIA_TYPES_B.
- IEU_PARAM_PK_COL — the literal 'Queue_name', naming the primary key column for the callback parameter.
- IEU_PARAM_PK_VALUE — the value of queue_name, used as the parameter key value.
- RESOURCE_ID / RESOURCE_TYPE — the resource identifier and the literal 'RS_INDIVIDUAL', indicating individual resource assignment.
- QUEUE_TYPE — the translated media type name from the TL table.
- QUEUE_NAME — the queue name, or the localized IEU_ANY_LBL meaning when queue_name is null (via DECODE).
- QUEUE_COUNT — the count of queue items, from IEU_UWQ_SEL_MRT_DATA.
Common Use Cases and Queries
This view supports callback queue reporting and integration code that needs callback node or queue metadata resolved against the IEU_NODE_LABELS lookup. Typical usage includes diagnostics of why a callback queue appears unnamed (the lookup fallback), and reporting on individual-resource callback volumes.
- List callback queues with resolved names:
SELECT queue_name, queue_type, queue_count FROM apps.ieu_uwq_web_callback_v ORDER BY queue_count DESC; - Inspect the lookup mapping driving the fallback label:
SELECT lookup_code, meaning FROM fnd_lookup_values_vl WHERE lookup_type = 'IEU_NODE_LABELS' AND view_application_id = 696; - Join back to resources for individual-level breakdowns using RESOURCE_ID where RESOURCE_TYPE = 'RS_INDIVIDUAL'.
Because the media type UUID is fixed, the view is not a general purpose media type report; queries requiring other media types must be built directly against IEU_UWQ_SEL_MRT_DATA and its related tables.
-
Lookup Type: IEU_NODE_LABELS
12.1.1
product: IEU - Universal Work Queue , meaning: Node Labels , description: Node Labels ,
-
Lookup Type: IEU_NODE_LABELS
12.2.2
product: IEU - Universal Work Queue , meaning: Node Labels , description: Node Labels ,
-
APPS.IEU_WORKLIST_ENUMS_PVT SQL Statements
12.1.1
-
APPS.IEU_WORKLIST_ENUMS_PVT SQL Statements
12.2.2
-
VIEW: APPS.IEU_UWQ_WEB_CALLBACK_V
12.2.2
-
VIEW: APPS.IEU_UWQ_TASKS_V
12.1.1
-
VIEW: APPS.IEU_UWQ_TASKS_SEC_V
12.2.2
-
VIEW: APPS.CCT_BASIC_WEBCALLBACK_V
12.1.1
-
VIEW: APPS.IEU_UWQ_INBOUND_TEL_V
12.2.2
-
VIEW: APPS.IEU_UWQ_TASKS_V
12.2.2
-
APPS.IEC_DEFAULT_MEDIA_ENUMS_PVT SQL Statements
12.2.2
-
VIEW: APPS.IEU_UWQ_WEB_CALLBACK_V
12.1.1
-
VIEW: APPS.IEU_UWQ_INBOUND_TEL_V
12.1.1
-
VIEW: APPS.CCT_BASIC_WEBCALLBACK_V
12.2.2
-
APPS.IEU_TASKS_ENUMS_PVT SQL Statements
12.2.2
-
APPS.IEU_TASKS_ENUMS_PVT SQL Statements
12.1.1
-
APPS.IEC_DEFAULT_MEDIA_ENUMS_PVT SQL Statements
12.1.1
-
View: IEU_UWQ_WEB_CALLBACK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IEU.IEU_UWQ_WEB_CALLBACK_V, object_name:IEU_UWQ_WEB_CALLBACK_V, status:VALID, product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: APPS.IEU_UWQ_WEB_CALLBACK_V ,
-
View: IEU_UWQ_INBOUND_TEL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IEU.IEU_UWQ_INBOUND_TEL_V, object_name:IEU_UWQ_INBOUND_TEL_V, status:VALID, product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: APPS.IEU_UWQ_INBOUND_TEL_V ,
-
PACKAGE BODY: APPS.IEU_WORKLIST_ENUMS_PVT
12.1.1
-
PACKAGE BODY: APPS.IEU_WORKLIST_ENUMS_PVT
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
View: IEU_UWQ_WEB_CALLBACK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IEU.IEU_UWQ_WEB_CALLBACK_V, object_name:IEU_UWQ_WEB_CALLBACK_V, status:VALID, product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: APPS.IEU_UWQ_WEB_CALLBACK_V ,
-
APPS.IEU_ESCALATIONS_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IEU_TASKS_ENUMS_PVT
12.1.1
-
PACKAGE BODY: APPS.IEU_TASKS_ENUMS_PVT
12.2.2
-
APPS.AST_UWQ_OPP_ENUMS_PVT SQL Statements
12.1.1
-
View: IEU_UWQ_WEB_COLLAB_V
12.1.1
product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: Not implemented in this database ,
-
View: IEU_UWQ_INBOUND_TEL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IEU.IEU_UWQ_INBOUND_TEL_V, object_name:IEU_UWQ_INBOUND_TEL_V, status:VALID, product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: APPS.IEU_UWQ_INBOUND_TEL_V ,
-
View: IEU_UWQ_WEB_COLLAB_V
12.2.2
product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: Not implemented in this database ,
-
View: IEU_UWQ_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IEU.IEU_UWQ_TASKS_V, object_name:IEU_UWQ_TASKS_V, status:VALID, product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: APPS.IEU_UWQ_TASKS_V ,
-
APPS.IEU_ESCALATIONS_PVT SQL Statements
12.2.2
-
View: IEU_UWQ_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IEU.IEU_UWQ_TASKS_V, object_name:IEU_UWQ_TASKS_V, status:VALID, product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: APPS.IEU_UWQ_TASKS_V ,
-
PACKAGE BODY: APPS.IEC_DEFAULT_MEDIA_ENUMS_PVT
12.2.2
-
PACKAGE BODY: APPS.IEC_DEFAULT_MEDIA_ENUMS_PVT
12.1.1
-
APPS.AST_UWQ_OPP_ENUMS_PVT SQL Statements
12.2.2
-
View: IEU_UWQM_WORKLIST_V
12.1.1
product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: Not implemented in this database ,
-
View: IEU_UWQM_WORKLIST_V
12.2.2
product: IEU - Universal Work Queue , description: View used for UWQ selector SpreadTable. , implementation_dba_data: Not implemented in this database ,
-
APPS.IEU_DEFAULT_MEDIA_ENUMS_PVT SQL Statements
12.1.1
-
APPS.IEU_DEFAULT_MEDIA_ENUMS_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.IEU_ESCALATIONS_PVT
12.2.2
-
PACKAGE BODY: APPS.IEU_ESCALATIONS_PVT
12.1.1
-
PACKAGE BODY: APPS.IEU_UWQ_MY_TASKS_ENUMS_PVT
12.1.1
-
PACKAGE BODY: APPS.IEU_UWQ_MY_TASKS_ENUMS_PVT
12.2.2
-
PACKAGE BODY: APPS.IEU_DEFAULT_MEDIA_ENUMS_PVT
12.1.1
-
PACKAGE BODY: APPS.IEU_DEFAULT_MEDIA_ENUMS_PVT
12.2.2
-
APPS.IEU_DIAGNOSTICS_PVT SQL Statements
12.2.2
-
APPS.IEU_DIAGNOSTICS_PVT SQL Statements
12.1.1
-
APPS.IEU_PVT SQL Statements
12.2.2