Search Results wf_lookups_tl
Overview
The WF_LOOKUPS_TL table is a core translation table within the Oracle E-Business Suite (EBS) Application Object Library (FND) module. Owned by the APPLSYS schema, its primary role is to store translated text for the lookup codes defined in the base WF_LOOKUPS table. This structure is fundamental to the multi-language support in Oracle Workflow (WF), enabling the runtime display of user-facing lookup values—such as statuses, types, or categories—in the language of the user's session. It is a critical component for the internationalization (i18n) of Oracle Workflow processes and notifications in both EBS 12.1.1 and 12.2.2.
Key Information Stored
The table stores the translated meaning for a specific lookup code within a specific lookup type and language. Its structure is defined by a composite primary key and a translated description column. The key columns, as documented, are LOOKUP_TYPE, LOOKUP_CODE, and LANGUAGE. The LOOKUP_TYPE and LOOKUP_CODE columns together uniquely identify a specific lookup value from the base WF_LOOKUPS table. The LANGUAGE column holds the language code (e.g., 'US' for American English, 'D' for German) for the translation. The most significant data column is MEANING, which contains the actual translated text displayed to the end-user for that lookup code in the specified language. Additional standard translation table columns, such as SOURCE_LANG, may also be present to track the source language of the translation.
Common Use Cases and Queries
The primary use case is retrieving user-friendly, translated descriptions for workflow-related codes within reports, forms, or custom program logic. A typical query joins this table with WF_LOOKUPS, filtering by the user's session language. For example, to retrieve all translated lookup meanings for a specific lookup type:
- SELECT wlt.lookup_code, wlt.meaning FROM wf_lookups_tl wlt WHERE wlt.lookup_type = '<LOOKUP_TYPE>' AND wlt.language = USERENV('LANG');
Another common pattern is to report on missing translations for a given lookup type by comparing against the base table or the source language records. Developers and functional consultants query this table to verify that custom workflow lookup values have been properly seeded with translations for all implemented languages.
Related Objects
WF_LOOKUPS_TL has defined foreign key relationships that anchor it within the Workflow data model. As per the provided metadata, it references two key translation tables:
- WF_LOOKUPS: The base table for lookup codes. The relationship is implicit through the primary key columns (LOOKUP_TYPE, LOOKUP_CODE).
- WF_LOOKUP_TYPES_TL: The translation table for lookup type definitions. A documented foreign key exists from WF_LOOKUPS_TL.LOOKUP_TYPE and WF_LOOKUPS_TL.LANGUAGE to WF_LOOKUP_TYPES_TL, ensuring that a translated lookup code belongs to a valid translated lookup type.
This table is also intrinsically linked to the FND_LOOKUP_VALUES table, which serves a similar purpose for application lookups, though WF_LOOKUPS_TL is specific to the Oracle Workflow engine's internal data structures.
-
Table: WF_LOOKUPS_TL
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.WF_LOOKUPS_TL, object_name:WF_LOOKUPS_TL, status:VALID, product: FND - Application Object Library , description: Translations for WF_LOOKUPS , implementation_dba_data: APPLSYS.WF_LOOKUPS_TL ,
-
Table: WF_LOOKUPS_TL
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.WF_LOOKUPS_TL, object_name:WF_LOOKUPS_TL, status:VALID, product: FND - Application Object Library , description: Translations for WF_LOOKUPS , implementation_dba_data: APPLSYS.WF_LOOKUPS_TL ,
-
APPS.WF_LOOKUPS_PKG dependencies on WF_LOOKUPS_TL
12.2.2
-
APPS.WF_LOOKUPS_PKG dependencies on WF_LOOKUPS_TL
12.1.1
-
APPS.CSM_HA_EVENT_PKG dependencies on WF_LOOKUPS_TL
12.2.2
-
APPS.WF_LOAD dependencies on WF_LOOKUPS_TL
12.1.1
-
APPS.WF_DIAGNOSTICS dependencies on WF_LOOKUPS_TL
12.2.2
-
APPS.WF_LOAD dependencies on WF_LOOKUPS_TL
12.2.2
-
APPS.WF_LOOKUPS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.WF_LOOKUPS_PKG
12.1.1
-
PACKAGE BODY: APPS.WF_LOOKUPS_PKG
12.2.2
-
APPS.WF_LOOKUPS_PKG SQL Statements
12.2.2
-
APPS.WF_LOOKUPS_PKG dependencies on WF_LANGUAGES
12.2.2
-
VIEW: APPLSYS.WF_LOOKUPS_TL#
12.2.2
owner:APPLSYS, object_type:VIEW, object_name:WF_LOOKUPS_TL#, status:VALID,
-
APPS.WF_LOOKUPS_PKG dependencies on WF_LANGUAGES
12.1.1
-
VIEW: APPS.WF_LOOKUPS
12.2.2
-
APPS.WF_LOAD dependencies on WF_LOOKUPS
12.2.2
-
SYNONYM: APPS.WF_LOOKUPS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WF_LOOKUPS_TL, status:VALID,
-
VIEW: APPLSYS.WF_LOOKUPS_TL#
12.2.2
-
TRIGGER: APPS.WF_LOOKUPS_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:WF_LOOKUPS_TL+, status:VALID,
-
SYNONYM: APPS.WF_LOOKUPS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WF_LOOKUPS_TL, status:VALID,
-
TRIGGER: APPS.WF_LOOKUPS_TL+
12.2.2
-
VIEW: APPS.WF_LOOKUPS
12.1.1
-
VIEW: APPS.WF_WORKLIST_V
12.1.1
-
APPS.WF_LOAD dependencies on WF_LOOKUPS
12.1.1
-
VIEW: APPS.WF_WORKLIST_V
12.2.2
-
View: OKR_LAUNCHPAD_INBOX_V
12.1.1
product: OKR - Contracts for Rights (Obsolete) , description: View on wf_notifications , wf_notification_attributes, wf_messages_vl ,wf_lookups_tl, fnd_user ,okc_k_headers_b , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OKX_LAUNCHPAD_INBOX_V
12.1.1
-
VIEW: APPS.OKX_LAUNCHPAD_INBOX_V
12.2.2
-
View: OKR_LAUNCHPAD_INBOX_V
12.2.2
product: OKR - Contracts for Rights (Obsolete) , description: View on wf_notifications , wf_notification_attributes, wf_messages_vl ,wf_lookups_tl, fnd_user ,okc_k_headers_b , implementation_dba_data: Not implemented in this database ,
-
APPS.OE_UPGRADE_WF2 dependencies on WF_LOOKUPS
12.1.1
-
APPS.OE_UPGRADE_WF2 dependencies on WF_LOOKUPS
12.2.2
-
FUNCTION: APPS.WF_LOOKUPS_TL=
12.2.2
-
TABLE: APPLSYS.WF_LOOKUPS_TL
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.WF_LOOKUPS_TL, object_name:WF_LOOKUPS_TL, status:VALID,
-
View: WF_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_LOOKUPS, object_name:WF_LOOKUPS, status:VALID, product: FND - Application Object Library , description: Workflow QuickCodes , implementation_dba_data: APPS.WF_LOOKUPS ,
-
APPS.OE_UPGRADE_WF dependencies on WF_LOOKUPS
12.2.2
-
APPS.OE_UPGRADE_WF dependencies on WF_LOOKUPS
12.1.1
-
Table: WF_LOOKUP_TYPES_TL
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.WF_LOOKUP_TYPES_TL, object_name:WF_LOOKUP_TYPES_TL, status:VALID, product: FND - Application Object Library , description: Translations for WF_LOOKUP_TYPES , implementation_dba_data: APPLSYS.WF_LOOKUP_TYPES_TL ,
-
TABLE: APPLSYS.WF_LOOKUPS_TL
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.WF_LOOKUPS_TL, object_name:WF_LOOKUPS_TL, status:VALID,
-
Table: WF_LOOKUP_TYPES_TL
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.WF_LOOKUP_TYPES_TL, object_name:WF_LOOKUP_TYPES_TL, status:VALID, product: FND - Application Object Library , description: Translations for WF_LOOKUP_TYPES , implementation_dba_data: APPLSYS.WF_LOOKUP_TYPES_TL ,
-
View: OKR_WF_LOOKUPS_V
12.2.2
product: OKR - Contracts for Rights (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: WF_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_LOOKUPS, object_name:WF_LOOKUPS, status:VALID, product: FND - Application Object Library , description: Workflow QuickCodes , implementation_dba_data: APPS.WF_LOOKUPS ,
-
FUNCTION: APPS.WF_LOOKUPS_TL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:WF_LOOKUPS_TL=, status:VALID,
-
PACKAGE BODY: APPS.WF_LOOKUPS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WF_LOOKUPS_PKG, status:VALID,
-
View: OKR_WF_LOOKUPS_V
12.1.1
product: OKR - Contracts for Rights (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.CSM_HA_EVENT_PKG dependencies on WF_ITEM_ATTRIBUTES
12.2.2
-
View: WF_WORKLIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_WORKLIST_V, object_name:WF_WORKLIST_V, status:VALID, product: FND - Application Object Library , description: Public view for worklist , implementation_dba_data: APPS.WF_WORKLIST_V ,
-
PACKAGE BODY: APPS.WF_LOOKUPS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WF_LOOKUPS_PKG, status:VALID,
-
APPS.CSM_HA_EVENT_PKG dependencies on WF_LOOKUP_TYPES_TL
12.2.2
-
APPS.WF_LOAD dependencies on WF_ITEM_ATTRIBUTES_TL
12.2.2