Search Results ieu_uwq_maction_defs_b
Overview
The IEU_UWQ_MACTION_DEFS_B table is a core data object within the Oracle E-Business Suite Universal Work Queue (UWQ) module. It serves as the base table for storing the master definitions of actions that can be performed on work items presented within the UWQ interface. These action definitions are fundamental to the UWQ's operational model, providing a centralized repository for the metadata that governs user interactions with tasks, such as initiating a phone call, updating a service request, or launching a form. Its role is to define the "what" of an action, which is then referenced and executed by various UWQ components across both media and non-media work types, ensuring consistent action behavior throughout the application.
Key Information Stored
While the specific column list is not detailed in the provided metadata, the structure and relationships indicate the table's primary purpose. The central column is the MACTION_DEF_ID, which serves as the unique primary key identifier for each action definition record. This ID is the critical foreign key referenced by numerous dependent tables. Based on standard Oracle EBS design patterns for base tables, it likely contains columns for creation dates, created by, last update dates, and last updated by for auditing. The core definitional attributes, such as the action's internal name, associated application module, and execution logic pointers, are presumably stored here, while translatable descriptive text (like the action label) is held in the corresponding IEU_UWQ_MACTION_DEFS_TL translation table.
Common Use Cases and Queries
This table is primarily accessed for system configuration, integration, and diagnostic reporting. Administrators or implementers may query it to understand the inventory of available actions within a specific UWQ implementation or to troubleshoot missing actions. A common reporting use case involves joining the base table with its translation table to retrieve a user-friendly list of action definitions for a specific language. Sample SQL to achieve this would be:
SELECT b.MACTION_DEF_ID, tl.NAME, tl.DESCRIPTION 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 = USERENV('LANG');
Another practical scenario is tracing the usage of a specific action definition by joining to its related media or non-media action tables to see which specific work item types are configured to use it.
Related Objects
The IEU_UWQ_MACTION_DEFS_B table is a central hub with several documented foreign key relationships, as per the provided metadata. The primary key (MACTION_DEF_ID) is referenced by the following objects:
- IEU_UWQ_MACTION_DEFS_TL: The translation table, joined on
IEU_UWQ_MACTION_DEFS_TL.MACTION_DEF_ID. - IEU_UWQ_MEDIA_ACTIONS: Associates action definitions with specific media-type work items, joined on
IEU_UWQ_MEDIA_ACTIONS.MACTION_DEF_ID. - IEU_UWQ_NONMEDIA_ACTIONS: Associates action definitions with specific non-media work items, joined on
IEU_UWQ_NONMEDIA_ACTIONS.MACTION_DEF_ID. - IEU_WP_ACTION_PARAMS and IEU_WP_ACT_PARAM_SETS_B: These Workflow-related tables link parameter sets to action definitions, joined on the column
WP_ACTION_DEF_ID(which corresponds to MACTION_DEF_ID).
-
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 ,
-
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 ,
-
APPS.IEU_WORK_PANEL_PUB dependencies on IEU_UWQ_MACTION_DEFS_B
12.2.2
-
APPS.IEU_WORKPANEL_PVT dependencies on IEU_UWQ_MACTION_DEFS_B
12.2.2
-
APPS.IEU_UWQ_UTIL_PUB dependencies on IEU_UWQ_MACTION_DEFS_B
12.2.2
-
APPS.IEU_UWQ_MACTION_DEFS_SEED_PKG 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.1.1
-
APPS.IEU_WORK_PROVIDER_PUB dependencies on IEU_UWQ_MACTION_DEFS_B
12.1.1
-
APPS.IEU_WORK_PANEL_PUB dependencies on IEU_UWQ_MACTION_DEFS_B
12.1.1
-
APPS.IEU_WP_ACTION_PVT dependencies on IEU_UWQ_MACTION_DEFS_B
12.2.2
-
APPS.IEU_WP_ACTION_PVT dependencies on IEU_UWQ_MACTION_DEFS_B
12.1.1
-
APPS.CCT_SERVERGROUPROUTING_PUB dependencies on IEU_UWQ_MACTION_DEFS_B
12.2.2
-
APPS.IEU_WORK_PANEL_PUB dependencies on IEU_UWQ_MACTION_DEFS_B
12.2.2
-
APPS.IEU_SEED_DATA_LOADER_PKG 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
-
APPS.IEU_UWQ_UTIL_PUB dependencies on IEU_UWQ_MACTION_DEFS_B
12.1.1
-
APPS.IEU_WORK_ACTION_PVT dependencies on IEU_UWQ_MACTION_DEFS_B
12.2.2
-
APPS.IEU_WP_ACTION_PVT dependencies on IEU_UWQ_MACTION_DEFS_B
12.2.2
-
APPS.IEU_WP_ACTION_PVT dependencies on IEU_UWQ_MACTION_DEFS_B
12.1.1
-
APPS.CCT_SERVERGROUPROUTING_PUB dependencies on IEU_UWQ_MACTION_DEFS_B
12.1.1
-
APPS.IEU_WORKPANEL_PVT dependencies on IEU_UWQ_MACTION_DEFS_B
12.1.1
-
APPS.IEU_SEED_DATA_LOADER_PKG dependencies on IEU_UWQ_MACTION_DEFS_B
12.1.1
-
APPS.IEU_WORK_PROVIDER_PUB dependencies on IEU_UWQ_MACTION_DEFS_B
12.2.2
-
APPS.IEU_UWQ_MACTION_DEFS_SEED_PKG dependencies on IEU_UWQ_MACTION_DEFS_B
12.2.2
-
APPS.IEU_UWQ_MACTION_DEFS_SEED_PVT dependencies on IEU_UWQ_MACTION_DEFS_B
12.2.2
-
APPS.IEU_WORK_PANEL_PUB dependencies on IEU_UWQ_MACTION_DEFS_B
12.1.1
-
APPS.IEU_WORKPANEL_PVT dependencies on IEU_UWQ_MACTION_DEFS_TL
12.2.2
-
APPS.CCT_SERVERGROUPROUTING_PUB dependencies on IEU_UWQ_MEDIA_TYPES_B
12.2.2
-
APPS.CCT_SERVERGROUPROUTING_PUB dependencies on IEU_UWQ_MEDIA_ACTIONS
12.1.1
-
APPS.CCT_SERVERGROUPROUTING_PUB dependencies on IEU_UWQ_MEDIA_ACTIONS
12.2.2
-
APPS.IEU_UWQ_UTIL_PUB SQL Statements
12.2.2
-
APPS.IEU_WORKPANEL_PVT 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_WP_ACTION_PVT dependencies on IEU_WP_ACT_PARAM_SETS_B
12.2.2
-
APPS.CCT_SERVERGROUPROUTING_PUB dependencies on IEU_UWQ_MEDIA_TYPES_B
12.1.1
-
APPS.IEU_WORK_ACTION_PVT dependencies on IEU_WP_ACT_PARAM_SETS_B
12.1.1
-
APPS.IEU_UWQ_UTIL_PUB SQL Statements
12.1.1
-
APPS.IEU_WP_ACTION_PVT dependencies on IEU_WP_ACT_PARAM_SETS_TL
12.2.2
-
APPS.IEU_WP_ACTION_PVT dependencies on IEU_WP_ACT_PARAM_SETS_TL
12.1.1
-
APPS.IEU_WP_ACTION_PVT dependencies on IEU_UWQ_MACTION_DEFS_TL
12.1.1
-
APPS.IEU_UWQ_UTIL_PUB dependencies on IEU_UWQ_MEDIA_ACTIONS
12.1.1
-
APPS.IEU_UWQ_UTIL_PUB dependencies on IEU_UWQ_MEDIA_ACTIONS
12.2.2
-
APPS.IEU_WORK_ACTION_PVT dependencies on IEU_UWQ_MACTION_DEFS_TL
12.1.1
-
APPS.IEU_WORKPANEL_PVT dependencies on IEU_WP_ACTION_MAPS
12.2.2
-
APPS.IEU_UWQ_UTIL_PUB dependencies on IEU_UWQ_MEDIA_TYPES_B
12.1.1
-
APPS.IEU_UWQ_UTIL_PUB dependencies on IEU_UWQ_MEDIA_TYPES_B
12.2.2
-
APPS.IEU_WORK_ACTION_PVT dependencies on IEU_UWQ_MACTION_DEFS_TL
12.2.2
-
APPS.IEU_WORK_ACTION_PVT dependencies on IEU_WP_ACT_PARAM_SETS_TL
12.1.1
-
APPS.IEU_WORK_ACTION_PVT dependencies on IEU_WP_ACT_PARAM_SETS_TL
12.2.2
-
APPS.IEU_WORK_ACTION_PVT dependencies on IEU_WP_ACT_PARAM_SETS_B
12.2.2