Search Results cs_tp_templates_tl
Overview
The CS_TP_TEMPLATES_TL table is a core translation table within the Oracle E-Business Suite (EBS) Service (CS) module, specifically supporting the Template Driven Service Request (SR) functionality. Its primary role is to store the language-specific, translatable attributes of Service Request templates. This table enables the multi-language support (MLS) capability for template definitions, allowing organizations to maintain template names, descriptions, and other user-facing text in multiple installed base languages. It operates in conjunction with its base table, CS_TP_TEMPLATES_B, which holds the non-translatable, language-independent template data.
Key Information Stored
The table stores the translated text for each Service Request template across different languages. Its structure is defined by a composite primary key consisting of TEMPLATE_ID and LANGUAGE. The TEMPLATE_ID column is a foreign key that uniquely links each row to a master template record in the CS_TP_TEMPLATES_B table. The LANGUAGE column holds the language code (e.g., 'US' for American English) for the translation. The most critical data columns typically include TEMPLATE_NAME and DESCRIPTION, which contain the translated, user-visible name and explanatory text for the template. Additional columns may exist for other translatable attributes, following the standard EBS Translation Table (TL) naming and design conventions.
Common Use Cases and Queries
This table is central to any process that displays or reports on Service Request templates in a multi-lingual environment. Common scenarios include generating localized template picklists within the SR creation UI, producing translated template documentation, and auditing template translations. A fundamental query involves joining this table with its base table to retrieve a complete template definition for a session's current language. For example:
SELECT b.template_id, tl.template_name, tl.description FROM cs_tp_templates_b b, cs_tp_templates_tl tl WHERE b.template_id = tl.template_id AND tl.language = USERENV('LANG');
Another common pattern is to query for templates missing translations in a specific target language by performing an outer join between the base table and the TL table filtered for that language.
Related Objects
The CS_TP_TEMPLATES_TL table has a direct and singular dependency relationship with its corresponding base table, as documented in the provided metadata.
- Primary Key: CS_TP_T_TL_PK on columns (LANGUAGE, TEMPLATE_ID).
- Foreign Key (References): The table contains a foreign key where CS_TP_TEMPLATES_TL.TEMPLATE_ID references CS_TP_TEMPLATES_B. This enforces referential integrity, ensuring every translation record is associated with a valid master template.
All transactional and reporting logic for template-driven Service Requests will ultimately reference this translation table via its base table to present localized content to the user.
-
Table: CS_TP_TEMPLATES_TL
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_TP_TEMPLATES_TL, object_name:CS_TP_TEMPLATES_TL, status:VALID, product: CS - Service , description: CS Template Driven SR Template TL table , implementation_dba_data: CS.CS_TP_TEMPLATES_TL ,
-
Table: CS_TP_TEMPLATES_TL
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_TP_TEMPLATES_TL, object_name:CS_TP_TEMPLATES_TL, status:VALID, product: CS - Service , description: CS Template Driven SR Template TL table , implementation_dba_data: CS.CS_TP_TEMPLATES_TL ,
-
APPS.CS_TP_TEMPLATES_PKG dependencies on CS_TP_TEMPLATES_TL
12.1.1
-
APPS.CS_TP_TEMPLATES_PKG dependencies on CS_TP_TEMPLATES_TL
12.2.2
-
APPS.CS_TP_TEMPLATES_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.CS_TP_TEMPLATES_PKG SQL Statements
12.1.1
-
APPS.CS_TP_TEMPLATES_PKG dependencies on FND_LANGUAGES
12.2.2
-
APPS.CS_TP_TEMPLATES_PVT dependencies on CS_TP_TEMPLATES_B
12.1.1
-
APPS.CS_TP_TEMPLATES_PKG SQL Statements
12.2.2
-
VIEW: CS.CS_TP_TEMPLATES_TL#
12.2.2
owner:CS, object_type:VIEW, object_name:CS_TP_TEMPLATES_TL#, status:VALID,
-
SYNONYM: APPS.CS_TP_TEMPLATES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CS_TP_TEMPLATES_TL, status:VALID,
-
APPS.CS_TP_TEMPLATES_PVT dependencies on CS_TP_TEMPLATES_B
12.2.2
-
VIEW: CS.CS_TP_TEMPLATES_TL#
12.2.2
-
VIEW: APPS.CS_TP_TEMPLATES_VL
12.1.1
-
SYNONYM: APPS.CS_TP_TEMPLATES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CS_TP_TEMPLATES_TL, status:VALID,
-
PACKAGE BODY: APPS.CS_TP_TEMPLATES_PKG
12.1.1
-
PACKAGE BODY: APPS.CS_TP_TEMPLATES_PKG
12.2.2
-
VIEW: APPS.CS_TP_TEMPLATES_VL
12.2.2
-
TABLE: CS.CS_TP_TEMPLATES_TL
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_TP_TEMPLATES_TL, object_name:CS_TP_TEMPLATES_TL, status:VALID,
-
TABLE: CS.CS_TP_TEMPLATES_TL
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_TP_TEMPLATES_TL, object_name:CS_TP_TEMPLATES_TL, status:VALID,
-
APPS.CS_TP_TEMPLATES_PKG dependencies on CS_TP_TEMPLATES_B
12.2.2
-
Table: CS_TP_TEMPLATES_B
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_TP_TEMPLATES_B, object_name:CS_TP_TEMPLATES_B, status:VALID, product: CS - Service , description: Template Base Table , implementation_dba_data: CS.CS_TP_TEMPLATES_B ,
-
APPS.CS_TP_TEMPLATES_PKG dependencies on CS_TP_TEMPLATES_B
12.1.1
-
Table: CS_TP_TEMPLATES_B
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_TP_TEMPLATES_B, object_name:CS_TP_TEMPLATES_B, status:VALID, product: CS - Service , description: Template Base Table , implementation_dba_data: CS.CS_TP_TEMPLATES_B ,
-
View: CS_TP_TEMPLATES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_TP_TEMPLATES_VL, object_name:CS_TP_TEMPLATES_VL, status:VALID, product: CS - Service , implementation_dba_data: APPS.CS_TP_TEMPLATES_VL ,
-
PACKAGE BODY: APPS.CS_TP_TEMPLATES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CS_TP_TEMPLATES_PKG, status:VALID,
-
View: CS_TP_TEMPLATES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_TP_TEMPLATES_VL, object_name:CS_TP_TEMPLATES_VL, status:VALID, product: CS - Service , implementation_dba_data: APPS.CS_TP_TEMPLATES_VL ,
-
PACKAGE BODY: APPS.CS_TP_TEMPLATES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CS_TP_TEMPLATES_PKG, status:VALID,
-
VIEW: APPS.CS_TP_TEMPLATES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_TP_TEMPLATES_VL, object_name:CS_TP_TEMPLATES_VL, status:VALID,
-
VIEW: APPS.CS_TP_TEMPLATES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_TP_TEMPLATES_VL, object_name:CS_TP_TEMPLATES_VL, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA 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.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.CS_TP_TEMPLATES_PKG dependencies on FND_API
12.2.2
-
APPS.CS_TP_TEMPLATES_PKG dependencies on FND_API
12.1.1
-
PACKAGE: APPS.CS_TP_TEMPLATES_PVT
12.2.2
-
PACKAGE: APPS.CS_TP_TEMPLATES_PVT
12.1.1
-
APPS.CS_TP_TEMPLATES_PVT SQL Statements
12.1.1
-
APPS.CS_TP_TEMPLATES_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.CS_TP_TEMPLATES_PVT
12.2.2
-
PACKAGE BODY: APPS.CS_TP_TEMPLATES_PVT
12.1.1
-
eTRM - CS Tables and Views
12.2.2
-
eTRM - CS Tables and Views
12.1.1
description: Table to store web conference details for an SR. ,