Search Results jtf_msite_resps_tl
Overview
The JTF_MSITE_RESPS_TL table is a core translation table within the Oracle E-Business Suite CRM Foundation (JTF) module. It functions as the multi-language support layer for the base table JTF_MSITE_RESPS_B, which stores master data for responsibilities associated with microsites. In a multi-lingual EBS deployment, this table enables the storage of translated, user-facing textual descriptions for microsite responsibilities, allowing the application to present data in the user's preferred language. Its role is critical for ensuring the global usability of CRM microsite functionality in releases 12.1.1 and 12.2.2.
Key Information Stored
The table's structure is designed to hold language-specific translations linked to a base record. The primary key uniquely identifies a translation for a specific base record and language, consisting of the MSITE_RESP_ID and LANGUAGE columns. Key columns include MSITE_RESP_ID, which is the foreign key linking to the base table's primary identifier, and the LANGUAGE column, which holds the language code (e.g., 'US' for American English). The table typically contains a DESCRIPTION or NAME column (implied by its TL nature and common EBS patterns) that stores the actual translated text. The SOURCE_LANG column is also a standard column in TL tables, indicating the original language in which the data was entered.
Common Use Cases and Queries
The primary use case is retrieving translated responsibility descriptions for display in the application's user interface based on the session language. It is also essential for data extraction and reporting in multi-language environments. A common SQL pattern involves joining the translation table to its base table while filtering for the desired language. For example, to retrieve all microsite responsibility descriptions for the current session language, a query would use: SELECT b.MSITE_RESP_ID, tl.DESCRIPTION FROM JTF_MSITE_RESPS_B b, JTF_MSITE_RESPS_TL tl WHERE b.MSITE_RESP_ID = tl.MSITE_RESP_ID AND tl.LANGUAGE = USERENV('LANG'). Administrators may query this table to audit or manage translations for specific responsibility IDs.
Related Objects
- Primary Key: JTF_MSITE_RESPS_TL_PK on columns (MSITE_RESP_ID, LANGUAGE).
- Foreign Key Relationship: The table has a documented foreign key to the base table JTF_MSITE_RESPS_B. The column JTF_MSITE_RESPS_TL.MSITE_RESP_ID references the primary key column in JTF_MSITE_RESPS_B, enforcing referential integrity between a translation and its master record.
- Base Table: JTF_MSITE_RESPS_B is the primary related object, containing the non-translatable attributes of the microsite responsibility entity.
-
Table: JTF_MSITE_RESPS_TL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_MSITE_RESPS_TL, object_name:JTF_MSITE_RESPS_TL, status:VALID, product: JTF - CRM Foundation , description: Translations for JTF_MSITE_RESPS_B , implementation_dba_data: JTF.JTF_MSITE_RESPS_TL ,
-
Table: JTF_MSITE_RESPS_TL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_MSITE_RESPS_TL, object_name:JTF_MSITE_RESPS_TL, status:VALID, product: JTF - CRM Foundation , description: Translations for JTF_MSITE_RESPS_B , implementation_dba_data: JTF.JTF_MSITE_RESPS_TL ,
-
APPS.JTF_MINISITERUNTIME_PVT dependencies on JTF_MSITE_RESPS_TL
12.2.2
-
APPS.JTF_MSITE_RESP_PKG dependencies on JTF_MSITE_RESPS_TL
12.1.1
-
APPS.JTF_MINISITERUNTIME_PVT dependencies on JTF_MSITE_RESPS_TL
12.1.1
-
APPS.JTF_MSITE_RESP_PKG dependencies on JTF_MSITE_RESPS_TL
12.2.2
-
APPS.JTF_MSITE_RESP_PKG SQL Statements
12.2.2
-
APPS.JTF_MINISITERUNTIME_PVT dependencies on JTF_MSITE_RESPS_B
12.2.2
-
APPS.JTF_MINISITERUNTIME_PVT dependencies on JTF_MSITE_RESPS_B
12.1.1
-
SYNONYM: APPS.JTF_MSITE_RESPS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_MSITE_RESPS_TL, status:VALID,
-
APPS.JTF_MSITE_RESP_PKG dependencies on FND_LANGUAGES
12.2.2
-
PACKAGE BODY: APPS.JTF_MSITE_RESP_PKG
12.1.1
-
VIEW: JTF.JTF_MSITE_RESPS_TL#
12.2.2
owner:JTF, object_type:VIEW, object_name:JTF_MSITE_RESPS_TL#, status:VALID,
-
PACKAGE BODY: APPS.JTF_MSITE_RESP_PKG
12.2.2
-
APPS.JTF_MSITE_RESP_PKG SQL Statements
12.1.1
-
APPS.JTF_MSITE_RESP_PKG dependencies on FND_LANGUAGES
12.1.1
-
VIEW: APPS.JTF_MSITE_RESPS_VL
12.1.1
-
VIEW: APPS.JTF_MSITE_RESPS_VL
12.2.2
-
SYNONYM: APPS.JTF_MSITE_RESPS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_MSITE_RESPS_TL, status:VALID,
-
VIEW: JTF.JTF_MSITE_RESPS_TL#
12.2.2
-
View: JTF_MSITE_RESPS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_MSITE_RESPS_VL, object_name:JTF_MSITE_RESPS_VL, status:VALID, product: JTF - CRM Foundation , implementation_dba_data: APPS.JTF_MSITE_RESPS_VL ,
-
TABLE: JTF.JTF_MSITE_RESPS_TL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_MSITE_RESPS_TL, object_name:JTF_MSITE_RESPS_TL, status:VALID,
-
TABLE: JTF.JTF_MSITE_RESPS_TL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_MSITE_RESPS_TL, object_name:JTF_MSITE_RESPS_TL, status:VALID,
-
APPS.JTF_MSITE_RESP_PKG dependencies on JTF_MSITE_RESPS_B
12.1.1
-
Table: JTF_MSITE_RESPS_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_MSITE_RESPS_B, object_name:JTF_MSITE_RESPS_B, status:VALID, product: JTF - CRM Foundation , description: Defines the responsibilities supported by the minisite , implementation_dba_data: JTF.JTF_MSITE_RESPS_B ,
-
PACKAGE BODY: APPS.JTF_MSITE_RESP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_MSITE_RESP_PKG, status:VALID,
-
PACKAGE BODY: APPS.JTF_MSITE_RESP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_MSITE_RESP_PKG, status:VALID,
-
APPS.JTF_MSITE_RESP_PKG dependencies on JTF_MSITE_RESPS_B
12.2.2
-
PACKAGE BODY: APPS.JTF_MINISITERUNTIME_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_MINISITERUNTIME_PVT, status:VALID,
-
PACKAGE BODY: APPS.JTF_MINISITERUNTIME_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_MINISITERUNTIME_PVT, status:VALID,
-
Table: JTF_MSITE_RESPS_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_MSITE_RESPS_B, object_name:JTF_MSITE_RESPS_B, status:VALID, product: JTF - CRM Foundation , description: Defines the responsibilities supported by the minisite , implementation_dba_data: JTF.JTF_MSITE_RESPS_B ,
-
View: JTF_MSITE_RESPS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_MSITE_RESPS_VL, object_name:JTF_MSITE_RESPS_VL, status:VALID, product: JTF - CRM Foundation , implementation_dba_data: APPS.JTF_MSITE_RESPS_VL ,
-
APPS.JTF_MINISITERUNTIME_PVT SQL Statements
12.1.1
-
APPS.JTF_MINISITERUNTIME_PVT dependencies on JTF_MSITE_LANGUAGES
12.1.1
-
APPS.JTF_MINISITERUNTIME_PVT SQL Statements
12.2.2
-
VIEW: APPS.JTF_MSITE_RESPS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_MSITE_RESPS_VL, object_name:JTF_MSITE_RESPS_VL, status:VALID,
-
VIEW: APPS.JTF_MSITE_RESPS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_MSITE_RESPS_VL, object_name:JTF_MSITE_RESPS_VL, status:VALID,
-
APPS.JTF_MINISITERUNTIME_PVT dependencies on JTF_MSITE_LANGUAGES
12.2.2
-
APPS.JTF_MSITE_RESP_PKG dependencies on FND_API
12.1.1
-
APPS.JTF_MSITE_RESP_PKG dependencies on FND_API
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.JTF_MINISITERUNTIME_PVT dependencies on JTF_MSITES_B
12.1.1
-
APPS.JTF_MINISITERUNTIME_PVT dependencies on JTF_MSITES_B
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2