Search Results jtf_rs_teams_tl
Overview
The JTF_RS_TEAMS_TL table is a core translation table within the Oracle E-Business Suite CRM Foundation module (JTF). It exists to provide multi-language support (MLS) for the team definitions stored in the base table, JTF_RS_TEAMS_B. In the context of Oracle EBS 12.1.1 and 12.2.2, this table enables the application to store and display team names and other translatable attributes in multiple languages, a critical requirement for global deployments. Its primary role is to separate language-specific textual data from the structural and non-translatable data held in its associated base table, thereby facilitating a clean and maintainable internationalization architecture.
Key Information Stored
As a translation table, JTF_RS_TEAMS_TL stores language-specific versions of descriptive columns from the base team definition. Its structure is defined by a composite primary key and a set of translatable columns. The primary key consists of the TEAM_ID, which links back to the JTF_RS_TEAMS_B table, and the LANGUAGE column, which identifies the language code (e.g., 'US' for American English) for the translated row. The most significant data column is typically TEAM_NAME, which holds the translated name of the team. Other common translatable columns may include DESCRIPTION. Each unique team in the base table will have one corresponding row in this translation table for each installed and populated language.
Common Use Cases and Queries
The primary use case is retrieving a team's description in a user's session language for display throughout the CRM application, such as in LOVs, reports, and team assignment UIs. A standard query pattern joins this table to its base table while filtering on the session language. For example, to get active teams in the current session language:
SELECT b.team_id, tl.team_name, tl.description FROM jtf_rs_teams_b b, jtf_rs_teams_tl tl WHERE b.team_id = tl.team_id AND tl.language = USERENV('LANG') AND b.team_status = 'A';
Another common scenario is data migration or reporting, where all translations for a specific team are needed:
SELECT language, team_name FROM jtf_rs_teams_tl WHERE team_id = :p_team_id ORDER BY language;
Related Objects
JTF_RS_TEAMS_TL has a direct and mandatory relationship with its base table, JTF_RS_TEAMS_B, via a foreign key constraint on the TEAM_ID column. It is part of the larger Resource Manager (RS) schema within JTF, which manages resources, teams, and group hierarchies. Key related objects include the underlying synonym (JTF_RS_TEAMS_TL) and the primary key constraint (JTF_RS_TEAMS_TL_PK). Application logic will typically access this data through higher-level APIs or views provided by the CRM Foundation module rather than via direct table queries.
-
Table: JTF_RS_TEAMS_TL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_TEAMS_TL, object_name:JTF_RS_TEAMS_TL, status:VALID, product: JTF - CRM Foundation , description: Translation table for JTF_RS_TEAMS_B. It is used to store all columns and data that are needed for Multi-Language Support. , implementation_dba_data: JTF.JTF_RS_TEAMS_TL ,
-
Table: JTF_RS_TEAMS_TL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_TEAMS_TL, object_name:JTF_RS_TEAMS_TL, status:VALID, product: JTF - CRM Foundation , description: Translation table for JTF_RS_TEAMS_B. It is used to store all columns and data that are needed for Multi-Language Support. , implementation_dba_data: JTF.JTF_RS_TEAMS_TL ,
-
APPS.JTY_ASSIGN_REALTIME_PUB dependencies on JTF_RS_TEAMS_TL
12.1.1
-
APPS.JTY_ASSIGN_REALTIME_PUB dependencies on JTF_RS_TEAMS_TL
12.2.2
-
APPS.JTF_RS_TEAMS_PKG dependencies on JTF_RS_TEAMS_TL
12.1.1
-
APPS.JTY_WEBADI_OTH_TERR_DWNL_PKG dependencies on JTF_RS_TEAMS_TL
12.1.1
-
APPS.JTY_WEBADI_OTH_TERR_DWNL_PKG dependencies on JTF_RS_TEAMS_TL
12.2.2
-
APPS.CS_SR_LOG_DATA_TEMP_PVT dependencies on JTF_RS_TEAMS_TL
12.1.1
-
APPS.CS_SR_LOG_DATA_TEMP_PVT dependencies on JTF_RS_TEAMS_TL
12.2.2
-
APPS.SR_UWQ_INTEG dependencies on JTF_RS_TEAMS_TL
12.2.2
-
APPS.JTF_RS_TEAMS_PKG dependencies on JTF_RS_TEAMS_TL
12.2.2
-
APPS.SR_UWQ_INTEG dependencies on JTF_RS_TEAMS_TL
12.1.1
-
APPS.CS_SR_LOG_DATA_TEMP_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
APPS.CS_SR_LOG_DATA_TEMP_PVT dependencies on JTF_RS_GROUPS_TL
12.2.2
-
APPS.JTF_RS_TEAMS_PKG SQL Statements
12.1.1
-
APPS.SR_UWQ_INTEG dependencies on JTF_RS_TEAM_MEMBERS
12.2.2
-
APPS.CS_SR_LOG_DATA_TEMP_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
APPS.CS_SR_LOG_DATA_TEMP_PVT dependencies on JTF_RS_GROUPS_TL
12.1.1
-
APPS.JTF_RS_TEAMS_PKG dependencies on FND_LANGUAGES
12.2.2
-
APPS.JTF_RS_TEAMS_PKG SQL Statements
12.2.2
-
VIEW: JTF.JTF_RS_TEAMS_TL#
12.2.2
owner:JTF, object_type:VIEW, object_name:JTF_RS_TEAMS_TL#, status:VALID,
-
PACKAGE BODY: APPS.JTF_RS_TEAMS_PKG
12.2.2
-
VIEW: JTF.JTF_RS_TEAMS_TL#
12.2.2
-
APPS.CS_SR_LOG_DATA_TEMP_PVT dependencies on CS_INCIDENT_URGENCIES_TL
12.2.2
-
APPS.CS_SR_LOG_DATA_TEMP_PVT dependencies on JTF_OBJECTS_TL
12.2.2
-
SYNONYM: APPS.JTF_RS_TEAMS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_RS_TEAMS_TL, status:VALID,
-
APPS.JTF_RS_TEAMS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.CS_SR_LOG_DATA_TEMP_PVT dependencies on CS_INCIDENT_URGENCIES_TL
12.1.1
-
SYNONYM: APPS.JTF_RS_TEAMS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_RS_TEAMS_TL, status:VALID,
-
VIEW: APPS.JTF_RS_TEAMS_VL
12.1.1
-
APPS.JTY_ASSIGN_REALTIME_PUB dependencies on JTF_RS_GROUPS_TL
12.2.2
-
VIEW: APPS.JTF_RS_TEAMS_VL
12.2.2
-
PACKAGE BODY: APPS.JTF_RS_TEAMS_PKG
12.1.1
-
View: JTF_RS_TEAMS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_TEAMS_VL, object_name:JTF_RS_TEAMS_VL, status:VALID, product: JTF - CRM Foundation , description: MLS View forJTF_RS_TEAMS_B and JTF_RS_TEAMS_TL. , implementation_dba_data: APPS.JTF_RS_TEAMS_VL ,
-
APPS.SR_UWQ_INTEG dependencies on JTF_RS_TEAM_MEMBERS
12.1.1
-
VIEW: APPS.CS_SR_OWNERS_SEARCH_V
12.2.2
-
VIEW: APPS.AST_RESOURCE_TEAM_V
12.2.2
-
VIEW: APPS.CS_SR_OWNERS_SEARCH_V
12.1.1
-
APPS.CS_SR_LOG_DATA_TEMP_PVT dependencies on JTF_OBJECTS_TL
12.1.1
-
APPS.JTY_ASSIGN_REALTIME_PUB dependencies on JTF_RS_GROUPS_TL
12.1.1
-
View: JTF_RS_TEAMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_TEAMS_VL, object_name:JTF_RS_TEAMS_VL, status:VALID, product: JTF - CRM Foundation , description: MLS View forJTF_RS_TEAMS_B and JTF_RS_TEAMS_TL. , implementation_dba_data: APPS.JTF_RS_TEAMS_VL ,
-
APPS.JTF_RS_TEAMS_PKG dependencies on JTF_RS_TEAMS_B
12.1.1
-
VIEW: APPS.AST_RES_TEAM_MEMBERS_V
12.2.2
-
VIEW: APPS.CSF_RESOURCES_V
12.1.1
-
VIEW: APPS.AST_RESOURCE_TEAM_V
12.1.1
-
VIEW: APPS.AST_RES_TEAM_MEMBERS_V
12.1.1
-
VIEW: APPS.CSF_RESOURCES_V
12.2.2
-
APPS.JTF_RS_TEAMS_PKG dependencies on JTF_RS_TEAMS_B
12.2.2
-
TABLE: JTF.JTF_RS_TEAMS_TL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_TEAMS_TL, object_name:JTF_RS_TEAMS_TL, status:VALID,
-
PACKAGE BODY: APPS.JTF_RS_TEAMS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_RS_TEAMS_PKG, status:VALID,