Search Results jtf_rs_groups_tl
Overview
The JTF_RS_GROUPS_TL table is a core component of the CRM Foundation module within Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. As a translation table (denoted by the "_TL" suffix), its primary role is to provide multi-language support (MLS) for the base resource group data stored in JTF_RS_GROUPS_B. This design pattern is standard across the EBS architecture, separating language-invariant transactional data in a base table from language-specific descriptive data in a corresponding translation table. The table is owned by the JTF (CRM Foundation) schema and is essential for enabling the global deployment of the CRM resource management functionality by storing translated group names and descriptions.
Key Information Stored
The table stores the language-specific attributes for resource groups. Its structure is defined by a composite primary key consisting of the GROUP_ID and LANGUAGE columns. The GROUP_ID is a foreign key that links each translation record to its corresponding master record in JTF_RS_GROUPS_B. The LANGUAGE column holds the language code (e.g., 'US' for American English, 'KO' for Korean) for the translation. The most critical data columns stored in this table are typically NAME and DESCRIPTION, which contain the translated text for the resource group's name and a longer descriptive note, respectively. Additional standard columns like CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, and LAST_UPDATE_LOGIN are also present to track row history.
Common Use Cases and Queries
This table is primarily accessed by the application's MLS engine to display group information in a user's session language. Common operational and reporting scenarios include generating resource group listings for localized user interfaces and auditing translated content. A standard query to retrieve translated group information for a specific language would join the base and translation tables. For example, to get all group names in American English, one might use:
- SELECT b.GROUP_ID, tl.NAME, tl.DESCRIPTION
- FROM jtf_rs_groups_b b, jtf_rs_groups_tl tl
- WHERE b.GROUP_ID = tl.GROUP_ID
- AND tl.LANGUAGE = 'US';
For reporting, it is crucial to always include the LANGUAGE filter in the WHERE clause to avoid duplicate rows from multiple translations. Administrators may also query this table to identify groups missing translations for a target language or to audit updates to translated text.
Related Objects
JTF_RS_GROUPS_TL has a direct and mandatory relationship with its base table, JTF_RS_GROUPS_B, via the foreign key on GROUP_ID. The primary key constraint JTF_RS_GROUPS_TL_PK enforces uniqueness on the GROUP_ID and LANGUAGE combination. This translation table is intrinsically linked to the Resource Manager (JTFRS) APIs and the underlying resource management data model. Changes to group translations are typically managed through the standard EBS MLS utilities and the CRM Foundation's user interface for administering resource groups, rather than via direct SQL manipulation. Other related objects may include views that present a language-specific snapshot of resource group data by joining these two tables.
-
Table: JTF_RS_GROUPS_TL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GROUPS_TL, object_name:JTF_RS_GROUPS_TL, status:VALID, product: JTF - CRM Foundation , description: Translation table for JTF_RS_GROUPS_B. It is used to store all columns and data that are needed for Multi-Language Support. , implementation_dba_data: JTF.JTF_RS_GROUPS_TL ,
-
Table: JTF_RS_GROUPS_TL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GROUPS_TL, object_name:JTF_RS_GROUPS_TL, status:VALID, product: JTF - CRM Foundation , description: Translation table for JTF_RS_GROUPS_B. It is used to store all columns and data that are needed for Multi-Language Support. , implementation_dba_data: JTF.JTF_RS_GROUPS_TL ,
-
APPS.IEM_QUEUE_MANAGEMENT_PVT dependencies on JTF_RS_GROUPS_TL
12.1.1
-
APPS.CAC_VIEW_PVT dependencies on JTF_RS_GROUPS_TL
12.1.1
-
APPS.CS_SR_LOG_DATA_TEMP_PVT dependencies on JTF_RS_GROUPS_TL
12.1.1
-
APPS.CS_SERVICEREQUEST_PUB dependencies on JTF_RS_GROUPS_TL
12.2.2
-
APPS.IEM_QUEUE_MANAGEMENT_PVT dependencies on JTF_RS_GROUPS_TL
12.2.2
-
APPS.SR_UWQ_INTEG dependencies on JTF_RS_GROUPS_TL
12.2.2
-
APPS.AST_OFL_TRANS_SIZES_PARAM dependencies on JTF_RS_GROUPS_TL
12.2.2
-
APPS.JTF_RS_GROUP_ORGS_PVT dependencies on JTF_RS_GROUPS_TL
12.1.1
-
APPS.JTA_SYNC_TASK_COMMON dependencies on JTF_RS_GROUPS_TL
12.2.2
-
APPS.CS_KB_WF_PKG dependencies on JTF_RS_GROUPS_TL
12.2.2
-
APPS.OKC_REP_UPD_CON_ADMIN_PVT dependencies on JTF_RS_GROUPS_TL
12.1.1
-
APPS.AST_OFL_PIPELINE_BUCKETS_PARAM dependencies on JTF_RS_GROUPS_TL
12.1.1
-
APPS.AST_OFL_ACCESSES_REPORT dependencies on JTF_RS_GROUPS_TL
12.2.2
-
APPS.JTF_RS_GROUP_REPORT_PUB dependencies on JTF_RS_GROUPS_TL
12.2.2
-
APPS.AST_OFL_LEAD_ASSIGN_PARAM dependencies on JTF_RS_GROUPS_TL
12.1.1
-
APPS.IEU_DIAG_AUDIT_TRACK_PVT dependencies on JTF_RS_GROUPS_TL
12.2.2
-
APPS.QOT_DEFAULT_PVT dependencies on JTF_RS_GROUPS_TL
12.1.1
-
APPS.OKS_ENTITLEMENTS_WEB dependencies on JTF_RS_GROUPS_TL
12.1.1
-
APPS.AST_OFL_TRANS_SIZES_PARAM dependencies on JTF_RS_GROUPS_TL
12.1.1
-
APPS.JTY_WEBADI_OTH_TERR_DWNL_PKG dependencies on JTF_RS_GROUPS_TL
12.2.2
-
APPS.CS_SR_LOG_DATA_TEMP_PVT dependencies on JTF_RS_GROUPS_TL
12.2.2
-
APPS.JTY_ASSIGN_REALTIME_PUB dependencies on JTF_RS_GROUPS_TL
12.1.1
-
APPS.PVX_MISC_PVT dependencies on JTF_RS_GROUPS_TL
12.1.1
-
APPS.JTF_RS_GROUPS_PKG dependencies on JTF_RS_GROUPS_TL
12.1.1
-
APPS.JTY_WEBADI_OTH_TERR_DWNL_PKG dependencies on JTF_RS_GROUPS_TL
12.1.1
-
APPS.CAC_VIEW_WF_PVT dependencies on JTF_RS_GROUPS_TL
12.1.1
-
APPS.AS_SC_DENORM_TRG dependencies on JTF_RS_GROUPS_TL
12.1.1
-
APPS.AST_OFL_ACCESSES_REPORT dependencies on JTF_RS_GROUPS_TL
12.1.1
-
APPS.JTF_RS_GROUPS_PKG dependencies on JTF_RS_GROUPS_TL
12.2.2
-
APPS.OKC_REP_UPD_CON_ADMIN_PVT dependencies on JTF_RS_GROUPS_TL
12.2.2
-
APPS.JTF_RS_GROUP_REPORT_PUB dependencies on JTF_RS_GROUPS_TL
12.1.1
-
APPS.CAC_SYNC_TASK_COMMON dependencies on JTF_RS_GROUPS_TL
12.1.1
-
APPS.AMV_USER_PVT dependencies on JTF_RS_GROUPS_TL
12.1.1
-
APPS.AST_OFL_PIPELINE_BUCKETS_PARAM dependencies on JTF_RS_GROUPS_TL
12.2.2
-
APPS.JTF_CAL_WF_PVT dependencies on JTF_RS_GROUPS_TL
12.2.2
-
APPS.AST_OFL_LEAD_ASSIGN_PARAM dependencies on JTF_RS_GROUPS_TL
12.2.2
-
APPS.CSM_EMAIL_QUERY_PKG dependencies on JTF_RS_GROUPS_TL
12.2.2
-
APPS.IEU_DIAG_AUDIT_TRACK_PVT dependencies on JTF_RS_GROUPS_TL
12.1.1
-
APPS.AS_SC_DENORM dependencies on JTF_RS_GROUPS_TL
12.1.1
-
APPS.IBU_DYN_USER_GROUPS_PKG dependencies on JTF_RS_GROUPS_TL
12.1.1
-
APPS.JTA_SYNC_TASK_COMMON dependencies on JTF_RS_GROUPS_TL
12.1.1
-
APPS.QOT_DEFAULT_PVT dependencies on JTF_RS_GROUPS_TL
12.2.2
-
APPS.JTF_RS_GROUP_ORGS_PVT dependencies on JTF_RS_GROUPS_TL
12.2.2
-
APPS.JTF_CAL_PVT dependencies on JTF_RS_GROUPS_TL
12.1.1
-
APPS.AS_SC_DENORM dependencies on JTF_RS_GROUPS_TL
12.2.2
-
APPS.PVX_MISC_PVT dependencies on JTF_RS_GROUPS_TL
12.2.2
-
APPS.AS_SC_DENORM_TRG dependencies on JTF_RS_GROUPS_TL
12.2.2
-
APPS.AMV_USER_PVT dependencies on JTF_RS_GROUPS_TL
12.2.2