Search Results xdp_service_val_acts_tl
Overview
The XDP_SERVICE_VAL_ACTS_TL table is a core component of the Oracle E-Business Suite Provisioning (XDP) module, specifically designed to support multi-language functionality. It functions as the translation table, or Multi-Language Support (MLS) table, for its base table, XDP_SERVICE_VAL_ACTS. This design pattern is standard within Oracle EBS to enable the storage of user-facing text, such as names and descriptions, in multiple languages. The table's primary role is to allow the provisioning module to present service validation action information in the language preference of the end-user, facilitating global deployments of the application.
Key Information Stored
The table stores translated textual attributes for service validation action records. Its structure is defined by a composite primary key that uniquely identifies each translation row. The key columns are SERVICE_VAL_ACT_ID, which is the foreign key linking to the base action record in XDP_SERVICE_VAL_ACTS, and LANGUAGE, which holds the language code (e.g., 'US' for American English, 'KO' for Korean). The most critical data columns typically include NAME and DESCRIPTION, which hold the translated text for the action's identifier and explanatory notes, respectively. Additional standard columns like CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, and LAST_UPDATED_BY track row history, while SOURCE_LANG indicates the original language of the record.
Common Use Cases and Queries
The primary use case is retrieving translated action information for user interfaces and reports based on the session language. A common SQL pattern involves joining the base table with its translation table using the SERVICE_VAL_ACT_ID and filtering on the LANGUAGE column, often with the NVL function to ensure a fallback. For example, to fetch action details for the current session language:
- SELECT B.SERVICE_VAL_ACT_ID, TL.NAME, TL.DESCRIPTION
- FROM XDP_SERVICE_VAL_ACTS B, XDP_SERVICE_VAL_ACTS_TL TL
- WHERE B.SERVICE_VAL_ACT_ID = TL.SERVICE_VAL_ACT_ID
- AND TL.LANGUAGE = USERENV('LANG');
This table is also central during the implementation of additional languages, where translation scripts populate new rows for each supported language code. Reporting on provisioning setups for audit purposes would also join to this table to capture the human-readable action names.
Related Objects
The table has a direct and singular foreign key relationship, making it wholly dependent on its base table. The documented relationship is:
- Foreign Key Reference: XDP_SERVICE_VAL_ACTS_TL.SERVICE_VAL_ACT_ID → XDP_SERVICE_VAL_ACTS
This means every SERVICE_VAL_ACT_ID in the TL table must have a corresponding primary key record in the XDP_SERVICE_VAL_ACTS base table. The base table XDP_SERVICE_VAL_ACTS defines the core, non-translatable attributes of the service validation action. In application logic, this relationship is typically accessed via views that automatically handle the language join, providing a seamless interface for other modules and custom code within the Provisioning framework.
-
Table: XDP_SERVICE_VAL_ACTS_TL
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_SERVICE_VAL_ACTS_TL, object_name:XDP_SERVICE_VAL_ACTS_TL, status:VALID, product: XDP - Provisioning , description: XDP_SERVICE_VAL_ACTS_TL is the MLS (Multi-Language Support) table for the XDP_SERVICE_VAL_ACTS table , implementation_dba_data: XDP.XDP_SERVICE_VAL_ACTS_TL ,
-
Table: XDP_SERVICE_VAL_ACTS_TL
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_SERVICE_VAL_ACTS_TL, object_name:XDP_SERVICE_VAL_ACTS_TL, status:VALID, product: XDP - Provisioning , description: XDP_SERVICE_VAL_ACTS_TL is the MLS (Multi-Language Support) table for the XDP_SERVICE_VAL_ACTS table , implementation_dba_data: XDP.XDP_SERVICE_VAL_ACTS_TL ,
-
APPS.XDP_SERVICE_VAL_ACTS_PKG dependencies on XDP_SERVICE_VAL_ACTS_TL
12.2.2
-
APPS.XDP_SERVICE_VAL_ACTS_PKG dependencies on XDP_SERVICE_VAL_ACTS_TL
12.1.1
-
APPS.XDP_SERVICE_VAL_ACTS_PKG dependencies on XDP_SERVICE_VAL_ACTS
12.2.2
-
APPS.XDP_SERVICE_VAL_ACTS_PKG SQL Statements
12.1.1
-
APPS.XDP_SERVICE_VAL_ACTS_PKG dependencies on XDP_SERVICE_VAL_ACTS
12.1.1
-
APPS.XDP_SERVICE_VAL_ACTS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.XDP_SERVICE_VAL_ACTS_PKG SQL Statements
12.2.2
-
VIEW: XDP.XDP_SERVICE_VAL_ACTS_TL#
12.2.2
owner:XDP, object_type:VIEW, object_name:XDP_SERVICE_VAL_ACTS_TL#, status:VALID,
-
VIEW: APPS.XDP_SVE_VAL_ACTION_DISP_V
12.1.1
-
PACKAGE BODY: APPS.XDP_SERVICE_VAL_ACTS_PKG
12.2.2
-
SYNONYM: APPS.XDP_SERVICE_VAL_ACTS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XDP_SERVICE_VAL_ACTS_TL, status:VALID,
-
SYNONYM: APPS.XDP_SERVICE_VAL_ACTS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XDP_SERVICE_VAL_ACTS_TL, status:VALID,
-
PACKAGE BODY: APPS.XDP_SERVICE_VAL_ACTS_PKG
12.1.1
-
APPS.XDP_SERVICE_VAL_ACTS_PKG dependencies on FND_LANGUAGES
12.2.2
-
TABLE: XDP.XDP_SERVICE_VAL_ACTS_TL
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_SERVICE_VAL_ACTS_TL, object_name:XDP_SERVICE_VAL_ACTS_TL, status:VALID,
-
TRIGGER: APPS.XDP_SERVICE_VAL_ACTS_TL+
12.2.2
-
VIEW: APPS.XDP_SVE_VAL_ACTION_DISP_V
12.2.2
-
VIEW: XDP.XDP_SERVICE_VAL_ACTS_TL#
12.2.2
-
TABLE: XDP.XDP_SERVICE_VAL_ACTS_TL
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_SERVICE_VAL_ACTS_TL, object_name:XDP_SERVICE_VAL_ACTS_TL, status:VALID,
-
VIEW: APPS.XDP_SERVICE_VAL_ACTS_VL
12.2.2
-
TRIGGER: APPS.XDP_SERVICE_VAL_ACTS_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:XDP_SERVICE_VAL_ACTS_TL+, status:VALID,
-
VIEW: APPS.XDP_SERVICE_VAL_ACTS_VL
12.1.1
-
View: XDP_SVE_VAL_ACTION_DISP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XDP.XDP_SVE_VAL_ACTION_DISP_V, object_name:XDP_SVE_VAL_ACTION_DISP_V, status:VALID, product: XDP - Provisioning , description: The view XDP_SERVICE_VAL_ACTION_DISP_V is used to define the valid sales action for a given service. For example, the action 'ADD' for service 'ISDN'. Each service action will then map to a list of workitem to be executed. In some cases , implementation_dba_data: APPS.XDP_SVE_VAL_ACTION_DISP_V ,
-
FUNCTION: APPS.XDP_SERVICE_VAL_ACTS_TL=
12.2.2
-
View: XDP_SVE_VAL_ACTION_DISP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XDP.XDP_SVE_VAL_ACTION_DISP_V, object_name:XDP_SVE_VAL_ACTION_DISP_V, status:VALID, product: XDP - Provisioning , description: The view XDP_SERVICE_VAL_ACTION_DISP_V is used to define the valid sales action for a given service. For example, the action 'ADD' for service 'ISDN'. Each service action will then map to a list of workitem to be executed. In some cases , implementation_dba_data: APPS.XDP_SVE_VAL_ACTION_DISP_V ,
-
12.2.2 DBA Data
12.2.2
-
Table: XDP_SERVICE_VAL_ACTS
12.2.2
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_SERVICE_VAL_ACTS, object_name:XDP_SERVICE_VAL_ACTS, status:VALID, product: XDP - Provisioning , description: XDP_SERVICE_VAL_ACTS is used to define the valid service actions for a given service , implementation_dba_data: XDP.XDP_SERVICE_VAL_ACTS ,
-
Table: XDP_SERVICE_VAL_ACTS
12.1.1
owner:XDP, object_type:TABLE, fnd_design_data:XDP.XDP_SERVICE_VAL_ACTS, object_name:XDP_SERVICE_VAL_ACTS, status:VALID, product: XDP - Provisioning , description: XDP_SERVICE_VAL_ACTS is used to define the valid service actions for a given service , implementation_dba_data: XDP.XDP_SERVICE_VAL_ACTS ,
-
12.2.2 DBA Data
12.2.2
-
FUNCTION: APPS.XDP_SERVICE_VAL_ACTS_TL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:XDP_SERVICE_VAL_ACTS_TL=, status:VALID,
-
12.2.2 FND Design 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
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.XDP_SERVICE_VAL_ACTS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XDP_SERVICE_VAL_ACTS_PKG, status:VALID,
-
PACKAGE BODY: APPS.XDP_SERVICE_VAL_ACTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XDP_SERVICE_VAL_ACTS_PKG, status:VALID,
-
View: XDP_SERVICE_VAL_ACTS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XDP.XDP_SERVICE_VAL_ACTS_VL, object_name:XDP_SERVICE_VAL_ACTS_VL, status:VALID, product: XDP - Provisioning , description: The view XDP_SERVICE_VAL_ACTS_VL is used to define the valid sales action for a given service. For example, the action 'ADD' for service 'ISDN'. Each service action will then map to a list of workitem to be executed. In some cases the , implementation_dba_data: APPS.XDP_SERVICE_VAL_ACTS_VL ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
View: XDP_SERVICE_VAL_ACTS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XDP.XDP_SERVICE_VAL_ACTS_VL, object_name:XDP_SERVICE_VAL_ACTS_VL, status:VALID, product: XDP - Provisioning , description: The view XDP_SERVICE_VAL_ACTS_VL is used to define the valid sales action for a given service. For example, the action 'ADD' for service 'ISDN'. Each service action will then map to a list of workitem to be executed. In some cases the , implementation_dba_data: APPS.XDP_SERVICE_VAL_ACTS_VL ,
-
VIEW: APPS.XDP_SVE_VAL_ACTION_DISP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XDP.XDP_SVE_VAL_ACTION_DISP_V, object_name:XDP_SVE_VAL_ACTION_DISP_V, status:VALID,
-
VIEW: APPS.XDP_SVE_VAL_ACTION_DISP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XDP.XDP_SVE_VAL_ACTION_DISP_V, object_name:XDP_SVE_VAL_ACTION_DISP_V, status:VALID,
-
VIEW: APPS.XDP_SERVICE_VAL_ACTS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XDP.XDP_SERVICE_VAL_ACTS_VL, object_name:XDP_SERVICE_VAL_ACTS_VL, status:VALID,
-
VIEW: APPS.XDP_SERVICE_VAL_ACTS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XDP.XDP_SERVICE_VAL_ACTS_VL, object_name:XDP_SERVICE_VAL_ACTS_VL, status:VALID,