Search Results ieu_uwq_nonmedia_actions
Overview
The IEU_UWQ_NONMEDIA_ACTIONS table is a core data object within the Oracle E-Business Suite (EBS) Universal Work Queue (UWQ) module, specifically for releases 12.1.1 and 12.2.2. UWQ provides a unified interface for agents to manage work items from various channels, such as phone calls, emails, and service requests. This table stores procedural definitions for non-media actions, which are programmatic tasks or workflows that can be initiated from the UWQ interface but are not directly tied to a specific communication medium (e.g., a phone call or email). These actions enable agents to execute predefined business logic, such as updating a record, launching a concurrent program, or navigating to a specific form, directly from their work queue, thereby streamlining operational processes.
Key Information Stored
While the provided ETRM metadata does not list individual columns, the documented primary and foreign keys reveal the essential structural components of the table. The primary identifier for each non-media action procedure is the NONMEDIA_ACTION_ID column. A critical relational column is MACTION_DEF_ID, which serves as a foreign key linking each action record to its master definition in the IEU_UWQ_MACTION_DEFS_B table. This relationship implies that the table likely stores instance-specific or parameterized data for actions defined at a master level. Other columns, not detailed in the excerpt, would typically store information such as action parameters, execution status, target object references, and contextual data required for the action's procedural logic.
Common Use Cases and Queries
This table is primarily accessed by the UWQ framework to retrieve and execute the business logic associated with agent-initiated actions. Common use cases include querying all available non-media actions for a specific work item type or agent responsibility, or retrieving the specific parameters needed to run an action. A typical query would join this table to its master definition to get a comprehensible list of actions.
- Sample Query to List Actions:
SELECT nm.action_id, md.action_name, md.description
FROM ieu_uwq_nonmedia_actions nm, ieu_uwq_maction_defs_b md
WHERE nm.maction_def_id = md.maction_def_id
AND md.enabled_flag = 'Y'; - Reporting Use Case: System administrators may generate reports to audit the configuration and usage of non-media actions across different agent groups or to ensure consistency in action definitions deployed across instances.
Related Objects
The table maintains a direct foreign key relationship with a master definitions table, as documented in the ETRM metadata.
- IEU_UWQ_MACTION_DEFS_B: This is the primary related table. The column IEU_UWQ_NONMEDIA_ACTIONS.MACTION_DEF_ID references the primary key of IEU_UWQ_MACTION_DEFS_B. This relationship ensures that every non-media action instance is based on a centrally defined and controlled action template, which manages common properties like the name, PL/SQL procedure call, and security attributes.
Given its role, the IEU_UWQ_NONMEDIA_ACTIONS table may also be referenced by various UWQ application programming interfaces (APIs) and seed data scripts responsible for populating the initial set of available agent actions during module implementation.
-
Table: IEU_UWQ_NONMEDIA_ACTIONS
12.2.2
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_UWQ_NONMEDIA_ACTIONS, object_name:IEU_UWQ_NONMEDIA_ACTIONS, status:VALID, product: IEU - Universal Work Queue , description: UWQ Non-Media Action Procedures. , implementation_dba_data: IEU.IEU_UWQ_NONMEDIA_ACTIONS ,
-
Table: IEU_UWQ_NONMEDIA_ACTIONS
12.1.1
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_UWQ_NONMEDIA_ACTIONS, object_name:IEU_UWQ_NONMEDIA_ACTIONS, status:VALID, product: IEU - Universal Work Queue , description: UWQ Non-Media Action Procedures. , implementation_dba_data: IEU.IEU_UWQ_NONMEDIA_ACTIONS ,
-
APPS.IEU_SEED_DATA_LOADER_PKG dependencies on IEU_UWQ_NONMEDIA_ACTIONS
12.2.2
-
APPS.IEU_UWQ_NONMEDIA_ACTIONS_PKG dependencies on IEU_UWQ_NONMEDIA_ACTIONS
12.2.2
-
APPS.IEU_NONMEDIA_ACTION_PVT dependencies on IEU_UWQ_NONMEDIA_ACTIONS
12.2.2
-
APPS.IEU_NONMEDIA_ACTION_PVT dependencies on IEU_UWQ_NONMEDIA_ACTIONS
12.1.1
-
APPS.IEU_SEED_DATA_LOADER_PKG dependencies on IEU_UWQ_NONMEDIA_ACTIONS
12.1.1
-
APPS.IEU_UWQ_NONMEDIA_ACTIONS_PKG dependencies on IEU_UWQ_NONMEDIA_ACTIONS
12.1.1
-
VIEW: IEU.IEU_UWQ_NONMEDIA_ACTIONS#
12.2.2
owner:IEU, object_type:VIEW, object_name:IEU_UWQ_NONMEDIA_ACTIONS#, status:VALID,
-
APPS.IEU_NONMEDIA_ACTION_PVT SQL Statements
12.1.1
-
APPS.IEU_NONMEDIA_ACTION_PVT SQL Statements
12.2.2
-
APPS.IEU_NONMEDIA_ACTION_PVT dependencies on IEU_UWQ_NONMEDIA_ACTIONS_S1
12.2.2
-
APPS.IEU_UWQ_NONMEDIA_ACTIONS_PKG SQL Statements
12.1.1
-
TRIGGER: APPS.IEU_UWQ_NONMEDIA_ACTIONS+
12.2.2
-
SYNONYM: APPS.IEU_UWQ_NONMEDIA_ACTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IEU_UWQ_NONMEDIA_ACTIONS, status:VALID,
-
SYNONYM: APPS.IEU_UWQ_NONMEDIA_ACTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IEU_UWQ_NONMEDIA_ACTIONS, status:VALID,
-
TRIGGER: APPS.IEU_UWQ_NONMEDIA_ACTIONS+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IEU_UWQ_NONMEDIA_ACTIONS+, status:VALID,
-
APPS.IEU_NONMEDIA_ACTION_PVT dependencies on DUAL
12.2.2
-
VIEW: IEU.IEU_UWQ_NONMEDIA_ACTIONS#
12.2.2
-
APPS.IEU_NONMEDIA_ACTION_PVT dependencies on IEU_UWQ_NONMEDIA_ACTIONS_S1
12.1.1
-
APPS.IEU_UWQ_NONMEDIA_ACTIONS_PKG SQL Statements
12.2.2
-
APPS.IEU_NONMEDIA_ACTION_PVT dependencies on DUAL
12.1.1
-
PACKAGE BODY: APPS.IEU_UWQ_NONMEDIA_ACTIONS_PKG
12.2.2
-
FUNCTION: APPS.IEU_UWQ_NONMEDIA_ACTIONS=
12.2.2
-
Table: IEU_UWQ_MACTION_DEFS_B
12.2.2
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_UWQ_MACTION_DEFS_B, object_name:IEU_UWQ_MACTION_DEFS_B, status:VALID, product: IEU - Universal Work Queue , description: UWQ Action Definitions (base) , implementation_dba_data: IEU.IEU_UWQ_MACTION_DEFS_B ,
-
FUNCTION: APPS.IEU_UWQ_NONMEDIA_ACTIONS=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:IEU_UWQ_NONMEDIA_ACTIONS=, status:VALID,
-
APPS.IEU_DIAGNOSTICS_PVT dependencies on DBMS_SQL
12.2.2
-
PACKAGE BODY: APPS.IEU_UWQ_NONMEDIA_ACTIONS_PKG
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: IEU_UWQ_MACTION_DEFS_B
12.1.1
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_UWQ_MACTION_DEFS_B, object_name:IEU_UWQ_MACTION_DEFS_B, status:VALID, product: IEU - Universal Work Queue , description: UWQ Action Definitions (base) , implementation_dba_data: IEU.IEU_UWQ_MACTION_DEFS_B ,
-
PACKAGE BODY: APPS.IEU_NONMEDIA_ACTION_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEU_NONMEDIA_ACTION_PVT, status:VALID,
-
PACKAGE BODY: APPS.IEU_UWQ_NONMEDIA_ACTIONS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEU_UWQ_NONMEDIA_ACTIONS_PKG, status:VALID,
-
APPS.IEU_DIAGNOSTICS_PVT dependencies on DBMS_SQL
12.1.1
-
TABLE: IEU.IEU_UWQ_NONMEDIA_ACTIONS
12.1.1
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_UWQ_NONMEDIA_ACTIONS, object_name:IEU_UWQ_NONMEDIA_ACTIONS, status:VALID,
-
TABLE: IEU.IEU_UWQ_NONMEDIA_ACTIONS
12.2.2
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_UWQ_NONMEDIA_ACTIONS, object_name:IEU_UWQ_NONMEDIA_ACTIONS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IEU_NONMEDIA_ACTION_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEU_NONMEDIA_ACTION_PVT, status:VALID,
-
APPS.IEU_NONMEDIA_ACTION_PVT dependencies on FND_GLOBAL
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IEU_SEED_DATA_LOADER_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEU_SEED_DATA_LOADER_PKG, status:VALID,
-
PACKAGE BODY: APPS.IEU_UWQ_NONMEDIA_ACTIONS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEU_UWQ_NONMEDIA_ACTIONS_PKG, status:VALID,
-
PACKAGE BODY: APPS.IEU_NONMEDIA_ACTION_PVT
12.1.1
-
PACKAGE BODY: APPS.IEU_NONMEDIA_ACTION_PVT
12.2.2
-
12.1.1 FND Design Data
12.1.1