Search Results wf_item_types_tl
The WF_ITEM_TYPES_TL
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical component of the Oracle Workflow module, which facilitates business process automation and task routing. This table stores translated descriptions and display names for workflow item types, enabling multilingual support within the Workflow Builder and runtime environments. Below is a detailed analysis of its structure, purpose, and functional significance.
Table Structure and Columns
TheWF_ITEM_TYPES_TL
table is a child table of WF_ITEM_TYPES_B
, containing language-specific translations for workflow item type metadata. Key columns include:
- ITEM_TYPE: The internal name of the workflow item type (foreign key to
WF_ITEM_TYPES_B.NAME
). - LANGUAGE: The language code (e.g., 'US' for English) for the translated text.
- SOURCE_LANG: The source language of the original record.
- DISPLAY_NAME: The translated label displayed in the Workflow Builder UI.
- DESCRIPTION: A detailed description of the item type in the specified language.
- PROTECT_LEVEL and CUSTOM_LEVEL: Control customization and security levels, inherited from the base table.
Functional Role
WF_ITEM_TYPES_TL
supports globalization by:
- Enabling UI localization for workflow definitions, allowing users to interact with workflows in their preferred language.
- Storing translated metadata for predefined (e.g., 'FND', 'PO') and custom item types.
- Facilitating runtime display of workflow notifications and monitors in multiple languages.
Integration with Workflow Engine
The table is referenced during:- Workflow Design: The Workflow Builder uses
DISPLAY_NAME
andDESCRIPTION
to render item types in the UI. - Runtime Execution: The Workflow Engine retrieves translations for notifications and user-facing messages based on the session language.
- Seed Data: Oracle-provided item types (e.g., 'FND Concurrent Request') include preloaded translations in this table.
Technical Considerations
- Indexing: The primary key (
ITEM_TYPE, LANGUAGE
) ensures efficient lookup during runtime. - Multi-Org Behavior: In EBS 12.2.2, the table is multi-org enabled but shares data across operating units.
- Upgrades/Migrations: Custom translations must be preserved during upgrades using AD Merge Patch utilities.
Customization and Extensions
Developers can:- Add translations for custom item types via
WF_ITEM_TYPES_PKG
APIs. - Leverage the table to extend language support for industry-specific workflows.
- Query the table to audit translation coverage using
NVL(SOURCE_LANG, LANGUAGE)
filters.
Performance Implications
Excessive joins with this table in PL/SQL logic may impact performance. Best practices include:- Using deterministic functions to cache translations.
- Limiting columns selected in queries (
DISPLAY_NAME
only vs. full row).
Conclusion
TheWF_ITEM_TYPES_TL
table is foundational for Oracle Workflow's multilingual capabilities in EBS 12.x. Its design ensures seamless localization of process definitions while maintaining integrity with the base metadata. Administrators should monitor translation completeness, especially for custom workflows deployed in global implementations.
-
Table: WF_ITEM_TYPES_TL
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.WF_ITEM_TYPES_TL, object_name:WF_ITEM_TYPES_TL, status:VALID, product: FND - Application Object Library , description: Translations for WF_ITEM_TYPES , implementation_dba_data: APPLSYS.WF_ITEM_TYPES_TL ,
-
Table: WF_ITEM_TYPES_TL
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.WF_ITEM_TYPES_TL, object_name:WF_ITEM_TYPES_TL, status:VALID, product: FND - Application Object Library , description: Translations for WF_ITEM_TYPES , implementation_dba_data: APPLSYS.WF_ITEM_TYPES_TL ,
-
APPS.PO_WF_FUN dependencies on WF_ITEM_TYPES_TL
12.1.1
-
APPS.WF_ITEM_TYPES_PKG dependencies on WF_ITEM_TYPES_TL
12.2.2
-
APPS.CSM_HA_EVENT_PKG dependencies on WF_ITEM_TYPES_TL
12.2.2
-
APPS.IEX_STRATEGY_WORK_PUB dependencies on WF_ITEM_TYPES_TL
12.1.1
-
APPS.WF_ITEM_TYPES_PKG dependencies on WF_ITEM_TYPES_TL
12.1.1
-
APPS.PO_WF_FUN dependencies on WF_ITEM_TYPES_TL
12.2.2
-
APPS.HR_TASKFLOW_WORKFLOW dependencies on WF_ITEM_TYPES_TL
12.1.1
-
APPS.IEX_STRATEGY_WORK_PUB dependencies on WF_ITEM_TYPES_TL
12.2.2
-
APPS.HR_TASKFLOW_WORKFLOW dependencies on WF_ITEM_TYPES_TL
12.2.2
-
APPS.WF_ITEM_TYPES_PKG dependencies on WF_ITEM_TYPES
12.1.1
-
APPS.WF_ITEM_TYPES_PKG dependencies on WF_ITEM_TYPES
12.2.2
-
APPS.WF_ITEM_TYPES_PKG dependencies on WF_LANGUAGES
12.1.1
-
APPS.WF_ITEM_TYPES_PKG SQL Statements
12.1.1
-
VIEW: APPLSYS.WF_ITEM_TYPES_TL#
12.2.2
owner:APPLSYS, object_type:VIEW, object_name:WF_ITEM_TYPES_TL#, status:VALID,
-
APPS.WF_ITEM_TYPES_PKG SQL Statements
12.2.2
-
APPS.WF_ITEM_TYPES_PKG dependencies on WF_LANGUAGES
12.2.2
-
APPS.IEX_STRATEGY_WORK_PUB dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
PACKAGE BODY: APPS.WF_ITEM_TYPES_PKG
12.2.2
-
APPS.CSM_HA_EVENT_PKG dependencies on WF_ITEM_TYPES
12.2.2
-
SYNONYM: APPS.WF_ITEM_TYPES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WF_ITEM_TYPES_TL, status:VALID,
-
PACKAGE BODY: APPS.WF_ITEM_TYPES_PKG
12.1.1
-
APPS.HR_TASKFLOW_WORKFLOW dependencies on WF_ACTIVITIES
12.2.2
-
APPS.IEX_STRATEGY_WORK_PUB dependencies on IEX_STRY_TEMP_WORK_ITEMS_B
12.1.1
-
TRIGGER: APPS.WF_ITEM_TYPES_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:WF_ITEM_TYPES_TL+, status:VALID,
-
VIEW: APPLSYS.WF_ITEM_TYPES_TL#
12.2.2
-
APPS.IEX_STRATEGY_WORK_PUB dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
TRIGGER: APPS.WF_ITEM_TYPES_TL+
12.2.2
-
APPS.HR_TASKFLOW_WORKFLOW dependencies on WF_ACTIVITIES
12.1.1
-
APPS.IEX_STRATEGY_WORK_PUB dependencies on IEX_STRY_TEMP_WORK_ITEMS_TL
12.1.1
-
APPS.IEX_STRATEGY_WORK_PUB dependencies on IEX_STRY_TEMP_WORK_ITEMS_TL
12.2.2
-
VIEW: APPS.WF_ITEM_TYPES_VL
12.1.1
-
VIEW: APPS.WF_ITEM_TYPES_VL
12.2.2
-
SYNONYM: APPS.WF_ITEM_TYPES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WF_ITEM_TYPES_TL, status:VALID,
-
VIEW: APPS.IEX_WORK_ITEM_BALI_V
12.1.1
-
APPS.WF_LOAD dependencies on WF_ITEM_TYPES
12.2.2
-
APPS.IEX_STRATEGY_WORK_PUB dependencies on IEX_STRY_TEMP_WORK_ITEMS_B
12.2.2
-
VIEW: APPS.WF_WORKLIST_V
12.1.1
-
VIEW: APPS.OKE_HOLD_STATUSES_VL
12.1.1
-
VIEW: APPS.IEX_WORK_ITEM_BALI_V
12.2.2
-
TABLE: APPLSYS.WF_ITEM_TYPES_TL
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.WF_ITEM_TYPES_TL, object_name:WF_ITEM_TYPES_TL, status:VALID,
-
VIEW: APPS.QA_ERES_PLAN_CHAR_ACTIONS_V
12.2.2
-
APPS.HR_TASKFLOW_WORKFLOW dependencies on WF_ACTIVITIES_TL
12.1.1
-
VIEW: APPS.WF_WORKLIST_V
12.2.2
-
VIEW: APPS.OKE_CHG_STATUSES_VL
12.2.2
-
VIEW: APPS.OKE_HOLD_STATUSES_VL
12.2.2
-
VIEW: APPS.OKE_CHG_STATUSES_VL
12.1.1
-
APPS.HR_TASKFLOW_WORKFLOW dependencies on WF_ACTIVITIES_TL
12.2.2
-
VIEW: APPS.OKE_COMM_ACTIONS_VL
12.1.1