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 - Servicedescription: 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 - Servicedescription: Knowledge base sets (translation table). ,  implementation_dba_data: CS.CS_KB_SETS_TL

  • 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 - Servicedescription: Multi-lingual view for CS_KB_SETS_B and CS_KB_SETS_TL tables. ,  implementation_dba_data: APPS.CS_KB_SETS_VL

  • View: CS_KB_SETS_VL 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:CS.CS_KB_SETS_VL,  object_name:CS_KB_SETS_VL,  status:VALID,  product: CS - Servicedescription: Multi-lingual view for CS_KB_SETS_B and CS_KB_SETS_TL tables. ,  implementation_dba_data: APPS.CS_KB_SETS_VL

  • Table: CS_KB_SETS_B 12.1.1

    owner:CS,  object_type:TABLE,  fnd_design_data:CS.CS_KB_SETS_B,  object_name:CS_KB_SETS_B,  status:VALID,  product: CS - Servicedescription: Knowledge base sets (base table). ,  implementation_dba_data: CS.CS_KB_SETS_B

  • Table: CS_KB_SETS_B 12.2.2

    owner:CS,  object_type:TABLE,  fnd_design_data:CS.CS_KB_SETS_B,  object_name:CS_KB_SETS_B,  status:VALID,  product: CS - Servicedescription: Knowledge base sets (base table). ,  implementation_dba_data: CS.CS_KB_SETS_B

  • View: CS_KB_SECURE_SOLUTIONS_VIEW 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:CS.CS_KB_SECURE_SOLUTIONS_VIEW,  object_name:CS_KB_SECURE_SOLUTIONS_VIEW,  status:VALID,  product: CS - Servicedescription: Secure Solutions View ,  implementation_dba_data: APPS.CS_KB_SECURE_SOLUTIONS_VIEW

  • View: CS_KB_SECURE_SOLUTIONS_VIEW 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:CS.CS_KB_SECURE_SOLUTIONS_VIEW,  object_name:CS_KB_SECURE_SOLUTIONS_VIEW,  status:VALID,  product: CS - Servicedescription: Secure Solutions View ,  implementation_dba_data: APPS.CS_KB_SECURE_SOLUTIONS_VIEW

  • View: CS_KB_SETS_V 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:CS.CS_KB_SETS_V,  object_name:CS_KB_SETS_V,  status:VALID,  product: CS - Servicedescription: A view on top of CS_KB_SETS_VL and CS_KB_SET_TYPES_VL. ,  implementation_dba_data: APPS.CS_KB_SETS_V

  • View: CS_KB_SETS_V 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:CS.CS_KB_SETS_V,  object_name:CS_KB_SETS_V,  status:VALID,  product: CS - Servicedescription: A view on top of CS_KB_SETS_VL and CS_KB_SET_TYPES_VL. ,  implementation_dba_data: APPS.CS_KB_SETS_V

  • View: CS_KB_INTEGRATION_V 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:CS.CS_KB_INTEGRATION_V,  object_name:CS_KB_INTEGRATION_V,  status:VALID,  product: CS - Servicedescription: View combines JTF notes with knowledge management element links and set links. Used by Knowledge Management for integration from any application module. ,  implementation_dba_data: APPS.CS_KB_INTEGRATION_V

  • View: CS_KB_INTEGRATION_V 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:CS.CS_KB_INTEGRATION_V,  object_name:CS_KB_INTEGRATION_V,  status:VALID,  product: CS - Servicedescription: View combines JTF notes with knowledge management element links and set links. Used by Knowledge Management for integration from any application module. ,  implementation_dba_data: APPS.CS_KB_INTEGRATION_V