Search Results csf_skill_levels_tl
Overview
The CSF_SKILL_LEVELS_TL table is a core data object within the Oracle E-Business Suite (EBS) Field Service (CSF) module. It functions as a translation table, storing the descriptive, user-facing names for different skill proficiency levels in multiple languages. This table enables the multi-language support (MLS) capability of EBS, allowing organizations with a global workforce to define and manage technician skill levels in various locales. Its primary role is to provide the translatable textual descriptions that are referenced by the application's user interface and reporting tools, supporting the critical business process of matching field service technicians with the appropriate skill sets to service requests.
Key Information Stored
The table's structure is typical of an EBS translation table. Its most critical column, as indicated by the provided metadata, is SKILL_LEVEL_ID. This column serves as the foreign key to the corresponding base table (typically CSF_SKILL_LEVELS_B) and uniquely identifies the skill level for which a translation is provided. Other essential columns standard in TL tables include LANGUAGE and SOURCE_LANG, which identify the language code (e.g., 'US', 'FR') of the translated text and the original language of the record, respectively. The central data column is SKILL_LEVEL_NAME (or a similarly named description column, inferred from standard practice), which holds the actual translated name for the skill level, such as "Beginner," "Expert," or "Certified."
Common Use Cases and Queries
This table is primarily queried by the EBS application to display localized skill level descriptions in forms, reports, and LOVs (Lists of Values). A common reporting use case is generating a list of all available skill levels in a specific language for audit or setup purposes. A typical SQL pattern involves joining the translation table to its base table to retrieve the meaningful description for a given SKILL_LEVEL_ID in the user's session language.
- Sample Query for Skill Level Descriptions:
SELECT slt.skill_level_name
FROM csf_skill_levels_tl slt
WHERE slt.skill_level_id = :p_skill_level_id
AND slt.language = USERENV('LANG'); - Use Case in Technician Skill Reporting: Reports on technician qualifications often join through this table to display the skill level name instead of the internal ID.
Related Objects
As per the provided relationship data, the CSF_SKILL_LEVELS_TL table has a primary key constraint named CSF_SKILL_LEVELS_TL_PK on the SKILL_LEVEL_ID column. This indicates a direct relationship with a base table, which is almost certainly CSF_SKILL_LEVELS_B. The SKILL_LEVEL_ID in the _TL table is a foreign key referencing the primary key of the _B table. This is the standard Base-Translation table architecture in EBS. Furthermore, any table or view that stores a SKILL_LEVEL_ID for a technician or a service requirement—such as tables for resource skills (e.g., JTF_RS_RESOURCE_SKILLS) or task skill requirements—will ultimately join to CSF_SKILL_LEVELS_TL via the base table to resolve the human-readable skill level name.
-
Table: CSF_SKILL_LEVELS_TL
12.2.2
owner:CSF, object_type:TABLE, fnd_design_data:CSF.CSF_SKILL_LEVELS_TL, object_name:CSF_SKILL_LEVELS_TL, status:VALID, product: CSF - Field Service , description: Skill types , implementation_dba_data: CSF.CSF_SKILL_LEVELS_TL ,
-
Table: CSF_SKILL_LEVELS_TL
12.1.1
owner:CSF, object_type:TABLE, fnd_design_data:CSF.CSF_SKILL_LEVELS_TL, object_name:CSF_SKILL_LEVELS_TL, status:VALID, product: CSF - Field Service , description: Skill types , implementation_dba_data: CSF.CSF_SKILL_LEVELS_TL ,
-
APPS.CSF_SKILLS_PKG dependencies on CSF_SKILL_LEVELS_TL
12.2.2
-
APPS.CSF_SKILLS_PKG dependencies on CSF_SKILL_LEVELS_TL
12.1.1
-
APPS.CSF_SKILLS_PKG dependencies on CSF_SKILL_LEVELS_B
12.2.2
-
APPS.CSF_SKILLS_PKG dependencies on CSF_SKILL_LEVELS_B
12.1.1
-
VIEW: CSF.CSF_SKILL_LEVELS_TL#
12.2.2
owner:CSF, object_type:VIEW, object_name:CSF_SKILL_LEVELS_TL#, status:VALID,
-
SYNONYM: APPS.CSF_SKILL_LEVELS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CSF_SKILL_LEVELS_TL, status:VALID,
-
TRIGGER: APPS.CSF_SKILL_LEVELS_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:CSF_SKILL_LEVELS_TL+, status:VALID,
-
VIEW: CSF.CSF_SKILL_LEVELS_TL#
12.2.2
-
VIEW: APPS.CSF_SKILL_LEVELS_VL
12.2.2
-
VIEW: APPS.CSF_SKILL_LEVELS_VL
12.1.1
-
SYNONYM: APPS.CSF_SKILL_LEVELS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSF_SKILL_LEVELS_TL, status:VALID,
-
TABLE: CSF.CSF_SKILL_LEVELS_TL
12.2.2
owner:CSF, object_type:TABLE, fnd_design_data:CSF.CSF_SKILL_LEVELS_TL, object_name:CSF_SKILL_LEVELS_TL, status:VALID,
-
TRIGGER: APPS.CSF_SKILL_LEVELS_TL+
12.2.2
-
TABLE: CSF.CSF_SKILL_LEVELS_TL
12.1.1
owner:CSF, object_type:TABLE, fnd_design_data:CSF.CSF_SKILL_LEVELS_TL, object_name:CSF_SKILL_LEVELS_TL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
FUNCTION: APPS.CSF_SKILL_LEVELS_TL=
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.CSF_SKILLS_PKG SQL Statements
12.2.2
-
VIEW: APPS.CSF_SKILL_LEVELS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSF.CSF_SKILL_LEVELS_VL, object_name:CSF_SKILL_LEVELS_VL, status:VALID,
-
VIEW: APPS.CSF_SKILL_LEVELS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSF.CSF_SKILL_LEVELS_VL, object_name:CSF_SKILL_LEVELS_VL, status:VALID,
-
APPS.CSF_SKILLS_PKG dependencies on FND_LANGUAGES
12.2.2
-
FUNCTION: APPS.CSF_SKILL_LEVELS_TL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:CSF_SKILL_LEVELS_TL=, status:VALID,
-
APPS.CSF_SKILLS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.CSF_SKILLS_PKG SQL Statements
12.1.1
-
View: CSF_SKILL_LEVELS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSF.CSF_SKILL_LEVELS_VL, object_name:CSF_SKILL_LEVELS_VL, status:VALID, product: CSF - Field Service , description: CSF SKILL LEVELS VIEW , implementation_dba_data: APPS.CSF_SKILL_LEVELS_VL ,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.CSF_SKILLS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSF_SKILLS_PKG, status:VALID,
-
PACKAGE BODY: APPS.CSF_SKILLS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSF_SKILLS_PKG, status:VALID,
-
View: CSF_SKILL_LEVELS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSF.CSF_SKILL_LEVELS_VL, object_name:CSF_SKILL_LEVELS_VL, status:VALID, product: CSF - Field Service , description: CSF SKILL LEVELS VIEW , implementation_dba_data: APPS.CSF_SKILL_LEVELS_VL ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.CSF_SKILLS_PKG
12.2.2
-
PACKAGE BODY: APPS.CSF_SKILLS_PKG
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - CSF Tables and Views
12.1.1
description: Defines the result of spatial index creation (tiling). ,
-
eTRM - CSF Tables and Views
12.2.2
description: Defines the result of spatial index creation (tiling). ,
-
SYNONYM: PUBLIC.DATABASE_PROPERTIES
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DATABASE_PROPERTIES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
eTRM - CSF Tables and Views
12.1.1
description: Defines the result of spatial index creation (tiling). ,
-
eTRM - CSF Tables and Views
12.2.2
description: Defines the result of spatial index creation (tiling). ,
-
PACKAGE: SYS.DBMS_STANDARD
12.2.2
owner:SYS, object_type:PACKAGE, object_name:DBMS_STANDARD, status:VALID,