Search Results cs_kb_sets_tl
Overview
The CS_KB_SETS_TL table is a core translation table within the Oracle E-Business Suite Service (CS) module, specifically for the Knowledge Base (KB) functionality. It stores the multilingual descriptions and names for Knowledge Base Sets, which are logical groupings of articles, solutions, and other content used to organize and partition a knowledge repository. This table enables the support of multiple languages within a single EBS instance, allowing set descriptions to be presented in a user's preferred language. Its role is to provide the translated, user-facing text that corresponds to the base definition data stored in its parent table, CS_KB_SETS_B.
Key Information Stored
The table's primary purpose is to hold language-specific textual attributes. Its structure is defined by a composite primary key and foreign key relationships that enforce data integrity. The critical columns include:
- SET_ID: The foreign key linking the translation to the base record in CS_KB_SETS_B. It is part of the primary key.
- LANGUAGE: The code (e.g., 'US', 'DE') identifying the language of the translated row, sourced from FND_LANGUAGES. It is part of the primary key.
- SOURCE_LANG: Indicates the original language in which the data was created, also sourced from FND_LANGUAGES. This is used by the Oracle translation architecture to identify rows needing translation.
- NAME: The translated name of the Knowledge Base Set as displayed in the application interface.
- DESCRIPTION: The detailed, translated description of the set's purpose and content.
Common Use Cases and Queries
This table is primarily accessed for user interface rendering and multilingual reporting. A common operational query retrieves the set name in a user's session language for display in forms or search results. For example, to fetch the translated set details for a specific ID in the current session language, a query would join with FND_LANGUAGES and filter on the language code. Reporting use cases often involve extracting a consolidated list of all set names and descriptions across multiple installed languages for translation audits or content management. Database administrators may query this table to identify sets missing translations in key languages by checking for rows where the SOURCE_LANG equals the LANGUAGE, indicating they have not yet been translated from the seed data.
Related Objects
The CS_KB_SETS_TL table has integral relationships with several key EBS objects. Its primary dependency is on CS_KB_SETS_B, the base table that holds the non-translatable attributes and operational data for Knowledge Base Sets. The foreign key on SET_ID enforces this relationship. For language code validation and reference, it depends on the FND_LANGUAGES table twice: once for the LANGUAGE column and once for the SOURCE_LANG column. In application logic, this table is typically accessed via views that automatically handle language filtering, and it is maintained through the standard Oracle Application Object Library (AOL) translation utilities and forms within the Service Knowledge Base setup.
-
Table: CS_KB_SETS_TL
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_KB_SETS_TL, object_name:CS_KB_SETS_TL, status:VALID, product: CS - Service , description: Knowledge base sets (translation table). , implementation_dba_data: CS.CS_KB_SETS_TL ,
-
Table: CS_KB_SETS_TL
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_KB_SETS_TL, object_name:CS_KB_SETS_TL, status:VALID, product: CS - Service , description: Knowledge base sets (translation table). , implementation_dba_data: CS.CS_KB_SETS_TL ,
-
APPS.CS_KB_WF_PKG dependencies on CS_KB_SETS_TL
12.2.2
-
APPS.CS_KB_CTX_PKG dependencies on CS_KB_SETS_TL
12.1.1
-
APPS.CS_KNOWLEDGE_PVT dependencies on CS_KB_SETS_TL
12.2.2
-
APPS.CSK_SETUP_UTILITY_PKG dependencies on CS_KB_SETS_TL
12.2.2
-
APPS.CS_KNOWLEDGE_AUDIT_PVT dependencies on CS_KB_SETS_TL
12.2.2
-
APPS.CS_KB_SYNC_INDEX_PKG dependencies on CS_KB_SETS_TL
12.1.1
-
APPS.CS_KB_SETS_PKG dependencies on CS_KB_SETS_TL
12.2.2
-
APPS.CS_KNOWLEDGE_AUDIT_PVT dependencies on CS_KB_SETS_TL
12.1.1
-
APPS.CS_KB_CONC_PROG_PKG dependencies on CS_KB_SETS_TL
12.2.2
-
APPS.CS_KB_WF_PKG dependencies on CS_KB_SETS_TL
12.1.1
-
APPS.CS_KB_SETS_PKG dependencies on CS_KB_SETS_TL
12.1.1
-
APPS.CSK_SETUP_UTILITY_PKG dependencies on CS_KB_SETS_TL
12.1.1
-
APPS.CS_KB_CTX_PKG dependencies on CS_KB_SETS_TL
12.2.2
-
APPS.CS_KB_SYNC_INDEX_PKG dependencies on CS_KB_SETS_TL
12.2.2
-
APPS.CS_KB_SOLUTION_PVT dependencies on CS_KB_SETS_TL
12.1.1
-
APPS.CS_KB_CONC_PROG_PKG dependencies on CS_KB_SETS_TL
12.1.1
-
APPS.CS_KNOWLEDGE_PVT dependencies on CS_KB_SETS_TL
12.1.1
-
APPS.CS_KB_SOLUTION_PVT dependencies on CS_KB_SETS_TL
12.2.2
-
APPS.CS_KNOWLEDGE_AUDIT_PVT dependencies on CS_KB_SET_TYPES_VL
12.2.2
-
APPS.CS_KB_SETS_PKG SQL Statements
12.2.2
-
APPS.CS_KNOWLEDGE_AUDIT_PVT dependencies on CS_KB_SET_TYPES_VL
12.1.1
-
APPS.CS_KB_CTX_PKG dependencies on CS_KB_SETS_B
12.2.2
-
APPS.CS_KB_SETS_PKG dependencies on FND_LANGUAGES
12.2.2
-
APPS.CS_KB_SETS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.CS_KB_SYNC_INDEX_PKG SQL Statements
12.2.2
-
APPS.CS_KB_CONC_PROG_PKG dependencies on CS_KB_SETS_B
12.1.1
-
APPS.CS_KB_CONC_PROG_PKG dependencies on CS_KB_SETS_B
12.2.2
-
APPS.CS_KB_CTX_PKG dependencies on CS_KB_SETS_B
12.1.1
-
APPS.CS_KNOWLEDGE_PVT dependencies on CS_KB_SETS_B
12.2.2
-
APPS.CS_KB_SETS_PKG SQL Statements
12.1.1
-
APPS.CS_KNOWLEDGE_PVT dependencies on CS_KB_SETS_B
12.1.1
-
APPS.CS_KB_SYNC_INDEX_PKG SQL Statements
12.1.1
-
APPS.CS_KNOWLEDGE_AUDIT_PVT dependencies on CS_KB_VISIBILITIES_VL
12.1.1
-
APPS.CS_KNOWLEDGE_AUDIT_PVT dependencies on CS_KB_VISIBILITIES_VL
12.2.2
-
APPS.CS_KNOWLEDGE_AUDIT_PVT dependencies on CS_KB_SET_CATEGORIES
12.2.2
-
VIEW: CS.CS_KB_SETS_TL#
12.2.2
-
VIEW: CS.CS_KB_SETS_TL#
12.2.2
owner:CS, object_type:VIEW, object_name:CS_KB_SETS_TL#, status:VALID,
-
SYNONYM: APPS.CS_KB_SETS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CS_KB_SETS_TL, status:VALID,
-
APPS.CS_KB_CONC_PROG_PKG SQL Statements
12.2.2
-
VIEW: APPS.CS_KB_SECURE_SOLUTIONS_VIEW
12.2.2
-
APPS.CS_KB_SETS_PKG dependencies on CS_KB_SETS_B
12.2.2
-
APPS.CS_KNOWLEDGE_AUDIT_PVT dependencies on CS_KB_SET_CATEGORIES
12.1.1
-
View: CS_KB_SETS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_KB_SETS_VL, object_name:CS_KB_SETS_VL, status:VALID, product: CS - Service , description: Multi-lingual view for CS_KB_SETS_B and CS_KB_SETS_TL tables. , implementation_dba_data: APPS.CS_KB_SETS_VL ,
-
VIEW: APPS.CS_KB_SETS_V
12.1.1
-
VIEW: APPS.CS_KB_SETS_V
12.2.2
-
VIEW: APPS.CS_KB_SETS_VL
12.1.1
-
APPS.CS_KB_SETS_PKG dependencies on CS_KB_SETS_B
12.1.1
-
VIEW: APPS.CS_KB_SECURE_SOLUTIONS_VIEW
12.1.1