Search Results ieu_uwq_maction_defs_tl
Overview
The IEU_UWQ_MACTION_DEFS_TL table is a core translation table within the Oracle E-Business Suite (EBS) Universal Work Queue (UWQ) module. It stores the multilingual, user-facing text for Media Action Definitions. In the context of UWQ, a media action definition specifies the types of interactions or tasks (e.g., callback, email, case creation) that an agent can perform on a work item within the queue interface. This table enables the support of multiple languages (NLS) by holding the translated names and descriptions for these action definitions, allowing a global deployment to present a localized interface to users based on their session language.
Key Information Stored
As a standard EBS translation table (indicated by the '_TL' suffix), its structure is designed to hold language-specific versions of descriptive content from its base table. The primary columns, as defined by its primary key, are MACTION_DEF_ID and LANGUAGE. The MACTION_DEF_ID is a foreign key that uniquely links each row to a specific action definition in the base table. The LANGUAGE column holds the ISO code for the translation language (e.g., 'US' for American English). While the specific descriptive column names are not detailed in the provided metadata, typical translation tables for such objects include columns like NAME and DESCRIPTION to store the translated text. The table also standardly includes SOURCE_LANG and other columns for tracking the original language of the data.
Common Use Cases and Queries
The primary use case is the dynamic rendering of the UWQ agent interface in the user's preferred language. When the application loads action definitions for display, it joins this translation table with the base definition table, filtering on the user's session language. A common reporting need is to audit or verify the completeness of translations for all configured media actions. A sample query to retrieve all translated action names for a specific language would be:
- SELECT tl.name, tl.description, b.
- FROM ieu.ieu_uwq_maction_defs_b b,
- ieu.ieu_uwq_maction_defs_tl tl
- WHERE b.maction_def_id = tl.maction_def_id
- AND tl.language = 'US';
Administrators may also query this table to identify missing translations by comparing available languages against a master list.
Related Objects
The table has a direct and critical relationship with its base table, as documented by the provided foreign key constraint. This relationship is fundamental to the EBS multi-language architecture.
- IEU_UWQ_MACTION_DEFS_B: This is the base table that stores the non-translatable, operational definition of media actions (e.g., internal codes, application logic pointers). The tables are joined on the column IEU_UWQ_MACTION_DEFS_TL.MACTION_DEF_ID, which references the primary key of the base table. Any user interface or API fetching a localized media action definition will perform this join.
-
Table: IEU_UWQ_MACTION_DEFS_TL
12.2.2
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_UWQ_MACTION_DEFS_TL, object_name:IEU_UWQ_MACTION_DEFS_TL, status:VALID, product: IEU - Universal Work Queue , description: Media Action Definitions (translations) , implementation_dba_data: IEU.IEU_UWQ_MACTION_DEFS_TL ,
-
Table: IEU_UWQ_MACTION_DEFS_TL
12.1.1
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_UWQ_MACTION_DEFS_TL, object_name:IEU_UWQ_MACTION_DEFS_TL, status:VALID, product: IEU - Universal Work Queue , description: Media Action Definitions (translations) , implementation_dba_data: IEU.IEU_UWQ_MACTION_DEFS_TL ,
-
APPS.IEU_UWQ_MACTION_DEFS_SEED_PKG dependencies on IEU_UWQ_MACTION_DEFS_TL
12.2.2
-
APPS.IEU_WORK_ACTION_PVT dependencies on IEU_UWQ_MACTION_DEFS_TL
12.1.1
-
APPS.IEU_WORK_PANEL_PUB dependencies on IEU_UWQ_MACTION_DEFS_TL
12.1.1
-
APPS.IEU_WORK_ACTION_PVT dependencies on IEU_UWQ_MACTION_DEFS_TL
12.2.2
-
APPS.IEU_UWQ_MACTION_DEFS_SEED_PKG dependencies on IEU_UWQ_MACTION_DEFS_TL
12.1.1
-
APPS.IEU_WP_ACTION_PVT dependencies on IEU_UWQ_MACTION_DEFS_TL
12.2.2
-
APPS.IEU_WORKPANEL_PVT dependencies on IEU_UWQ_MACTION_DEFS_TL
12.2.2
-
APPS.IEU_UWQ_MACTION_DEFS_SEED_PVT dependencies on IEU_UWQ_MACTION_DEFS_TL
12.2.2
-
APPS.IEU_WORK_PANEL_PUB dependencies on IEU_UWQ_MACTION_DEFS_TL
12.2.2
-
APPS.IEU_UWQ_MACTION_DEFS_SEED_PVT dependencies on IEU_UWQ_MACTION_DEFS_TL
12.1.1
-
APPS.IEU_WP_ACTION_PVT dependencies on IEU_UWQ_MACTION_DEFS_TL
12.1.1
-
APPS.IEU_WORKPANEL_PVT dependencies on IEU_UWQ_MACTION_DEFS_TL
12.1.1
-
APPS.IEU_UWQ_MACTION_DEFS_SEED_PVT SQL Statements
12.2.2
-
APPS.IEU_UWQ_MACTION_DEFS_SEED_PVT SQL Statements
12.1.1
-
APPS.IEU_UWQ_MACTION_DEFS_SEED_PKG SQL Statements
12.1.1
-
APPS.IEU_WORKPANEL_PVT dependencies on IEU_UWQ_MACTION_DEFS_B
12.1.1
-
APPS.IEU_UWQ_MACTION_DEFS_SEED_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.IEU_UWQ_MACTION_DEFS_SEED_PVT
12.1.1
-
PACKAGE BODY: APPS.IEU_UWQ_MACTION_DEFS_SEED_PVT
12.2.2
-
APPS.IEU_WORKPANEL_PVT dependencies on IEU_UWQ_MACTION_DEFS_B
12.2.2
-
APPS.IEU_UWQ_MACTION_DEFS_SEED_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.IEU_UWQ_MACTION_DEFS_SEED_PVT dependencies on FND_LANGUAGES
12.2.2
-
APPS.IEU_UWQ_MACTION_DEFS_SEED_PVT dependencies on FND_LANGUAGES
12.1.1
-
APPS.IEU_UWQ_MACTION_DEFS_SEED_PKG dependencies on FND_LANGUAGES
12.2.2
-
VIEW: IEU.IEU_UWQ_MACTION_DEFS_TL#
12.2.2
owner:IEU, object_type:VIEW, object_name:IEU_UWQ_MACTION_DEFS_TL#, status:VALID,
-
APPS.IEU_WORKPANEL_PVT dependencies on IEU_WP_ACTION_MAPS
12.1.1
-
APPS.IEU_WORKPANEL_PVT dependencies on IEU_WP_ACTION_MAPS
12.2.2
-
APPS.IEU_WORKPANEL_PVT dependencies on IEU_UWQ_NODE_DS
12.1.1
-
APPS.IEU_WORKPANEL_PVT dependencies on IEU_UWQ_NODE_DS
12.2.2
-
APPS.IEU_WORKPANEL_PVT dependencies on IEU_WP_ACT_PARAM_SETS_TL
12.1.1
-
PACKAGE BODY: APPS.IEU_UWQ_MACTION_DEFS_SEED_PKG
12.1.1
-
PACKAGE BODY: APPS.IEU_UWQ_MACTION_DEFS_SEED_PKG
12.2.2
-
SYNONYM: APPS.IEU_UWQ_MACTION_DEFS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IEU_UWQ_MACTION_DEFS_TL, status:VALID,
-
VIEW: APPS.IEU_UWQ_MACTION_DEFS_VL
12.1.1
-
APPS.IEU_WORKPANEL_PVT dependencies on IEU_WP_ACT_PARAM_SETS_TL
12.2.2
-
VIEW: IEU.IEU_UWQ_MACTION_DEFS_TL#
12.2.2
-
TRIGGER: APPS.IEU_UWQ_MACTION_DEFS_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IEU_UWQ_MACTION_DEFS_TL+, status:VALID,
-
VIEW: APPS.IEU_UWQ_MEDIA_ACTIONS_VL
12.2.2
-
SYNONYM: APPS.IEU_UWQ_MACTION_DEFS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IEU_UWQ_MACTION_DEFS_TL, status:VALID,
-
TRIGGER: APPS.IEU_UWQ_MACTION_DEFS_TL+
12.2.2
-
APPS.IEU_WORKPANEL_PVT dependencies on IEU_UWQ_SEL_ENUMERATORS
12.2.2
-
VIEW: APPS.IEU_UWQ_MACTION_DEFS_VL
12.2.2
-
VIEW: APPS.IEU_UWQ_MEDIA_ACTIONS_VL
12.1.1
-
APPS.IEU_WORKPANEL_PVT dependencies on IEU_UWQ_SEL_ENUMERATORS
12.1.1
-
APPS.IEU_UWQ_MACTION_DEFS_SEED_PVT dependencies on IEU_UWQ_MACTION_DEFS_B
12.1.1
-
APPS.IEU_UWQ_MACTION_DEFS_SEED_PVT dependencies on IEU_UWQ_MACTION_DEFS_B
12.2.2
-
APPS.IEU_WORK_ACTION_PVT dependencies on IEU_UWQ_MACTION_DEFS_B
12.2.2
-
APPS.IEU_WORK_ACTION_PVT dependencies on IEU_UWQ_MACTION_DEFS_B
12.1.1