Search Results xdp_workitems_tl
Overview
The XDP_WORKITEMS_TL table is a core component of the Oracle E-Business Suite Provisioning (XDP) module, specifically designed to support Multi-Language Support (MLS) or translation functionality. It serves as the language-specific counterpart to the base XDP_WORKITEMS table. In Oracle EBS 12.1.1 and 12.2.2, provisioning workflows manage the automated activation and configuration of services. This table stores translated textual descriptions for work items, which represent individual units of work within these provisioning processes, enabling the application to present user-facing content in multiple languages based on the user's session settings.
Key Information Stored
The table's primary purpose is to hold language-specific versions of descriptive columns from its parent table. Its structure is defined by a composite primary key combining a foreign key to the base data and a language code. The most critical columns include WORKITEM_ID, which links each translated row to a specific record in the XDP_WORKITEMS base table, and LANGUAGE, which stores the standard Oracle language code (e.g., 'US' for American English). The table typically contains translated versions of descriptive columns such as DISPLAY_NAME, DESCRIPTION, or INSTRUCTIONS, allowing the application to display work item details in the user's preferred language.
Common Use Cases and Queries
The primary use case is the dynamic rendering of provisioning work item interfaces in a global deployment. When a user accesses a work list or process monitor, the application joins this table to XDP_WORKITEMS using the WORKITEM_ID and the session's LANGUAGE value. A common reporting query involves extracting work item details for a specific language for audit or support purposes. For example:
SELECT wi.workitem_id, tl.display_name, tl.description, wi.status_code
FROM xdp_workitems wi, xdp_workitems_tl tl
WHERE wi.workitem_id = tl.workitem_id
AND tl.language = 'DE'
AND wi.creation_date > SYSDATE - 7;
Developers and DBAs may also query this table to verify the existence of translations for newly implemented work items or to identify missing translations for a target language.
Related Objects
The table has a direct and fundamental relationship with its base table, as documented in the provided metadata.
- Primary Table (Parent): XDP_WORKITEMS. The XDP_WORKITEMS_TL table references XDP_WORKITEMS via the foreign key on the column XDP_WORKITEMS_TL.WORKITEM_ID.
- Primary Key: XDP_WORKITEMS_TL_PK, defined on the columns (WORKITEM_ID, LANGUAGE).
-
Table: XDP_WORKITEMS_TL
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_WORKITEMS_TL, object_name:XDP_WORKITEMS_TL, status:VALID, product: XDP - Provisioning , description: XDP_WORKITEMS_TL is the MLS table (Multi-Language Support) for the XDP_WORKITEMS table , implementation_dba_data: XDP.XDP_WORKITEMS_TL ,
-
Table: XDP_WORKITEMS_TL
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_WORKITEMS_TL, object_name:XDP_WORKITEMS_TL, status:VALID, product: XDP - Provisioning , description: XDP_WORKITEMS_TL is the MLS table (Multi-Language Support) for the XDP_WORKITEMS table , implementation_dba_data: XDP.XDP_WORKITEMS_TL ,
-
APPS.XDP_WORKITEMS_PKG dependencies on XDP_WORKITEMS_TL
12.2.2
-
APPS.XDP_WORKITEMS_PKG dependencies on XDP_WORKITEMS_TL
12.1.1
-
APPS.XDP_WORKITEMS_PKG dependencies on XDP_WORKITEMS
12.1.1
-
APPS.XDP_WORKITEMS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.XDP_WORKITEMS_PKG dependencies on XDP_WORKITEMS
12.2.2
-
APPS.XDP_WORKITEMS_PKG SQL Statements
12.2.2
-
APPS.XDP_WORKITEMS_PKG SQL Statements
12.1.1
-
TABLE: XDP.XDP_WORKITEMS_TL
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_WORKITEMS_TL, object_name:XDP_WORKITEMS_TL, status:VALID,
-
VIEW: XDP.XDP_WORKITEMS_TL#
12.2.2
owner:XDP, object_type:VIEW, object_name:XDP_WORKITEMS_TL#, status:VALID,
-
APPS.XDP_WORKITEMS_PKG dependencies on FND_LANGUAGES
12.2.2
-
VIEW: XDP.XDP_WORKITEMS_TL#
12.2.2
-
VIEW: APPS.XNP_SV_ORDER_MAPP_DETAILS_VL
12.1.1
-
SYNONYM: APPS.XDP_WORKITEMS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XDP_WORKITEMS_TL, status:VALID,
-
TRIGGER: APPS.XDP_WORKITEMS_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:XDP_WORKITEMS_TL+, status:VALID,
-
SYNONYM: APPS.XDP_WORKITEMS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XDP_WORKITEMS_TL, status:VALID,
-
TRIGGER: APPS.XDP_WORKITEMS_TL+
12.2.2
-
VIEW: APPS.XDP_WORKITEMS_VL
12.1.1
-
PACKAGE BODY: APPS.XDP_WORKITEMS_PKG
12.1.1
-
VIEW: APPS.XNP_SV_ORDER_MAPP_DETAILS_VL
12.2.2
-
VIEW: APPS.XDP_WORKITEMS_VL
12.2.2
-
VIEW: APPS.XDP_SVE_WI_MAPPING_DISP_V
12.2.2
-
PACKAGE BODY: APPS.XDP_WORKITEMS_PKG
12.2.2
-
TABLE: XDP.XDP_WORKITEMS_TL
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_WORKITEMS_TL, object_name:XDP_WORKITEMS_TL, status:VALID,
-
VIEW: APPS.XDP_SVE_WI_MAPPING_DISP_V
12.1.1
-
PACKAGE BODY: APPS.XDP_WORKITEMS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XDP_WORKITEMS_PKG, status:VALID,
-
FUNCTION: APPS.XDP_WORKITEMS_TL=
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
View: XDP_WORKITEMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XDP.XDP_WORKITEMS_VL, object_name:XDP_WORKITEMS_VL, status:VALID, product: XDP - Provisioning , description: The view XDP_WORKITEMS_VL is used to define an SFM workitem. An SFM workitem can be viewed as a job to fulfill a service offering/sales action. A typical workitem will consist of a list of fulfillment actions to be executed. The WI_TYP , implementation_dba_data: APPS.XDP_WORKITEMS_VL ,
-
FUNCTION: APPS.XDP_WORKITEMS_TL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:XDP_WORKITEMS_TL=, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
Table: XDP_WORKITEMS
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_WORKITEMS, object_name:XDP_WORKITEMS, status:VALID, product: XDP - Provisioning , description: XDP_WORKITEMS is used to define a work item , implementation_dba_data: XDP.XDP_WORKITEMS ,
-
PACKAGE BODY: APPS.XDP_WORKITEMS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XDP_WORKITEMS_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
View: XDP_SVE_WI_MAPPING_DISP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XDP.XDP_SVE_WI_MAPPING_DISP_V, object_name:XDP_SVE_WI_MAPPING_DISP_V, status:VALID, product: XDP - Provisioning , description: The view XDP_SERVICE_WI_MAPPING_DISP_V is used define the list of workitem which need to be executed to fulfill the given service sales action. , implementation_dba_data: APPS.XDP_SVE_WI_MAPPING_DISP_V ,
-
Table: XDP_WORKITEMS
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_WORKITEMS, object_name:XDP_WORKITEMS, status:VALID, product: XDP - Provisioning , description: XDP_WORKITEMS is used to define a work item , implementation_dba_data: XDP.XDP_WORKITEMS ,
-
View: XNP_SV_ORDER_MAPP_DETAILS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XNP.XNP_SV_ORDER_MAPP_DETAILS_VL, object_name:XNP_SV_ORDER_MAPP_DETAILS_VL, status:VALID, product: XNP - Number Portability , description: Shows the orders related to a given subscription version , implementation_dba_data: APPS.XNP_SV_ORDER_MAPP_DETAILS_VL ,
-
View: XNP_SV_ORDER_MAPP_DETAILS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XNP.XNP_SV_ORDER_MAPP_DETAILS_VL, object_name:XNP_SV_ORDER_MAPP_DETAILS_VL, status:VALID, product: XNP - Number Portability , description: Shows the orders related to a given subscription version , implementation_dba_data: APPS.XNP_SV_ORDER_MAPP_DETAILS_VL ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
View: XDP_SVE_WI_MAPPING_DISP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XDP.XDP_SVE_WI_MAPPING_DISP_V, object_name:XDP_SVE_WI_MAPPING_DISP_V, status:VALID, product: XDP - Provisioning , description: The view XDP_SERVICE_WI_MAPPING_DISP_V is used define the list of workitem which need to be executed to fulfill the given service sales action. , implementation_dba_data: APPS.XDP_SVE_WI_MAPPING_DISP_V ,
-
View: XDP_WORKITEMS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XDP.XDP_WORKITEMS_VL, object_name:XDP_WORKITEMS_VL, status:VALID, product: XDP - Provisioning , description: The view XDP_WORKITEMS_VL is used to define an SFM workitem. An SFM workitem can be viewed as a job to fulfill a service offering/sales action. A typical workitem will consist of a list of fulfillment actions to be executed. The WI_TYP , implementation_dba_data: APPS.XDP_WORKITEMS_VL ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1