Search Results ieu_default_media_enums_pvt




Overview

The APPS.IEU_DEFAULT_MEDIA_ENUMS_PVT package is a private (PVT) PL/SQL API within the Oracle E-Business Suite Interaction Center / Universal Work Queue (UWQ) technology stack. Its name reflects its core responsibility: enumerating (listing and resolving) the default media nodes used by the Interaction Center framework. The IEU schema (Interaction / eBusiness Usage) underpins agent-facing interaction routing, and this package supports the resolution of media channels — such as email, web callback, inbound, and outbound interactions — that an agent or routing engine must consider when building a work queue.

The package is classified as a private API, meaning it is intended for internal consumption by other IEU packages rather than as a public integration point. It is documented as VALID in the APPS schema and appears in both Oracle EBS 12.1.1 and 12.2.2 environments. Its role is to serve as the enumeration and node-creation engine that higher-level packages such as IEU_PVT and IEU_DIAGNOSTICS_PVT call upon when assembling the default set of media nodes available to the Universal Work Queue.

Key Procedures and Functions

ETRM documents eight procedures and functions within this package. Their names indicate the following purposes:

No parameter lists are reproduced here, as ETRM does not document them; the names and functional grouping above reflect the documented procedure catalog.

Tables Accessed

The package references several IEU Universal Work Queue tables through APPS synonyms:

Together these tables provide the media type metadata and routing node persistence required to enumerate and create default media nodes.

Usage Notes

As a private package, IEU_DEFAULT_MEDIA_ENUMS_PVT is not intended for direct customer invocation. ETRM indicates it is referenced by two other packages, including IEU_PVT and IEU_DIAGNOSTICS_PVT. This confirms it is invoked indirectly by the Interaction Center runtime when default media nodes must be resolved and presented to agents through the Universal Work Queue UI. Custom code should never call this package directly; developers requiring similar enumeration behavior should use the public IEU_PVT interfaces instead. Its appearance in both 12.1.1 and 12.2.2 indicates stable, long-standing behavior across releases.