Search Results jtf_rs_skill_levels_b
Overview
The JTF_RS_SKILL_LEVELS_B table is a core master data table within the Oracle E-Business Suite (EBS) CRM Foundation module (JTF). It functions as the system of record for defining and storing hierarchical skill proficiency levels within the Resource Manager framework. These levels are essential for modeling and matching the competencies of resources, such as employees or partners, to specific task or project requirements. The table's role is foundational to skills-based resource management, enabling capabilities like resource search, team assignment, and gap analysis based on defined proficiency scales (e.g., Beginner, Intermediate, Expert). Its data is referenced across the CRM and potentially other EBS modules to qualify and quantify resource skills.
Key Information Stored
The table's primary purpose is to store unique skill level definitions. Based on the provided metadata, the most critical column is the primary key, SKILL_LEVEL_ID. This column stores the unique numeric identifier for each skill level record. While the full column list is not detailed in the excerpt, typical columns in such a master table would include:
- SKILL_LEVEL_ID: The unique identifier (Primary Key).
- NAME or SKILL_LEVEL_NAME: The display name of the proficiency level.
- DESCRIPTION: A textual description of the level's criteria.
- START_DATE_ACTIVE / END_DATE_ACTIVE: Columns controlling the effective date range of the level.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY: Standard EBS audit columns.
Common Use Cases and Queries
This table is primarily used in administrative setups and as a reference in transactional and reporting queries. A common use case is the maintenance of the skill level hierarchy via the EBS front-end, typically in a CRM or Resource Manager responsibility. For reporting, it is frequently joined to resource skill assignments to translate numeric skill level IDs into meaningful names. A typical query pattern involves selecting active skill levels for a list of values (LOV) or reporting:
SELECT skill_level_id, name FROM jtf_rs_skill_levels_b WHERE SYSDATE BETWEEN start_date_active AND NVL(end_date_active, SYSDATE) ORDER BY name;
Another critical pattern is joining to the resource skills detail table (e.g., JTF_RS_SKILL_PROFILES) to generate a resource competency report:
SELECT rsp.resource_id, rsp.skill_id, sl.name AS proficiency_level FROM jtf_rs_skill_profiles rsp, jtf_rs_skill_levels_b sl WHERE rsp.skill_level_id = sl.skill_level_id;
Related Objects
The JTF_RS_SKILL_LEVELS_B table is central to the skills data model. Its primary key, SKILL_LEVEL_ID, is a foreign key in transactional tables that store skill assignments for resources. The most directly related object is the table storing resource skill profiles, which is likely named JTF_RS_SKILL_PROFILES or similar. This relationship enables the association of a specific skill and proficiency level to a resource. Other dependent objects may include:
- Views such as JTF_RS_SKILL_LEVELS_VL for translated, user-friendly access to the data.
- APIs in the JTF_RS schema for creating and maintaining skill levels programmatically (e.g., JTF_RS_SKILL_LEVEL_PUB).
- Secondary tables that define skill requirements for service requests, tasks, or learning objectives, which would also reference a required SKILL_LEVEL_ID.
-
Table: JTF_RS_SKILL_LEVELS_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_SKILL_LEVELS_B, object_name:JTF_RS_SKILL_LEVELS_B, status:VALID, product: JTF - CRM Foundation , description: This table stores the Skill Levels (Master Data) , implementation_dba_data: JTF.JTF_RS_SKILL_LEVELS_B ,
-
Table: JTF_RS_SKILL_LEVELS_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_SKILL_LEVELS_B, object_name:JTF_RS_SKILL_LEVELS_B, status:VALID, product: JTF - CRM Foundation , description: This table stores the Skill Levels (Master Data) , implementation_dba_data: JTF.JTF_RS_SKILL_LEVELS_B ,
-
APPS.JTF_RS_SKILL_LEVELS_PVT dependencies on JTF_RS_SKILL_LEVELS_B
12.2.2
-
APPS.JTF_RS_SKILL_LEVELS_PUB dependencies on JTF_RS_SKILL_LEVELS_B
12.2.2
-
APPS.JTF_RS_SKILL_LEVELS_PKG dependencies on JTF_RS_SKILL_LEVELS_B
12.2.2
-
APPS.JTF_RS_SKILL_LEVELS_PVT dependencies on JTF_RS_SKILL_LEVELS_B
12.1.1
-
APPS.JTF_RS_SKILL_LEVELS_PVT dependencies on JTF_RS_SKILL_LEVELS_B
12.1.1
-
APPS.JTF_RS_SKILL_LEVELS_PVT dependencies on JTF_RS_SKILL_LEVELS_B
12.2.2
-
APPS.JTF_RS_SKILL_LEVELS_PUB dependencies on JTF_RS_SKILL_LEVELS_B
12.1.1
-
APPS.JTF_RS_RESOURCE_SKILLS_PVT dependencies on JTF_RS_SKILL_LEVELS_B
12.1.1
-
APPS.JTF_RS_SKILL_LEVELS_PUB dependencies on JTF_RS_SKILL_LEVELS_B
12.2.2
-
APPS.JTF_RS_SKILL_LEVELS_PUB dependencies on JTF_RS_SKILL_LEVELS_B
12.1.1
-
APPS.JTF_RS_SKILL_LEVELS_PKG dependencies on JTF_RS_SKILL_LEVELS_B
12.1.1
-
APPS.JTF_RS_RESOURCE_SKILLS_PVT dependencies on JTF_RS_SKILL_LEVELS_B
12.2.2
-
VIEW: JTF.JTF_RS_SKILL_LEVELS_B#
12.2.2
owner:JTF, object_type:VIEW, object_name:JTF_RS_SKILL_LEVELS_B#, status:VALID,
-
TRIGGER: APPS.JTF_RS_SKILL_LEVELS_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:JTF_RS_SKILL_LEVELS_B+, status:VALID,
-
VIEW: APPS.JTF_RS_SKILL_LEVELS_VL
12.2.2
-
TRIGGER: APPS.JTF_RS_SKILL_LEVELS_B+
12.2.2
-
VIEW: JTF.JTF_RS_SKILL_LEVELS_B#
12.2.2
-
SYNONYM: APPS.JTF_RS_SKILL_LEVELS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_RS_SKILL_LEVELS_B, status:VALID,
-
APPS.JTF_RS_SKILL_LEVELS_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.JTF_RS_SKILL_LEVELS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_RS_SKILL_LEVELS_B, status:VALID,
-
APPS.JTF_RS_SKILL_LEVELS_PKG SQL Statements
12.2.2
-
VIEW: APPS.JTF_RS_SKILL_LEVELS_VL
12.1.1
-
FUNCTION: APPS.JTF_RS_SKILL_LEVELS_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:JTF_RS_SKILL_LEVELS_B=, status:VALID,
-
FUNCTION: APPS.JTF_RS_SKILL_LEVELS_B=
12.2.2
-
PACKAGE BODY: APPS.JTF_RS_SKILL_LEVELS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_RS_SKILL_LEVELS_PVT, status:VALID,
-
PACKAGE BODY: APPS.JTF_RS_SKILL_LEVELS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_RS_SKILL_LEVELS_PKG, status:VALID,
-
PACKAGE BODY: APPS.JTF_RS_SKILL_LEVELS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_RS_SKILL_LEVELS_PKG, status:VALID,
-
PACKAGE BODY: APPS.JTF_RS_SKILL_LEVELS_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_RS_SKILL_LEVELS_PUB, status:VALID,
-
TABLE: JTF.JTF_RS_SKILL_LEVELS_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_SKILL_LEVELS_B, object_name:JTF_RS_SKILL_LEVELS_B, status:VALID,
-
TABLE: JTF.JTF_RS_SKILL_LEVELS_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_SKILL_LEVELS_B, object_name:JTF_RS_SKILL_LEVELS_B, status:VALID,
-
PACKAGE BODY: APPS.JTF_RS_SKILL_LEVELS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_RS_SKILL_LEVELS_PVT, status:VALID,
-
PACKAGE: APPS.JTF_RS_SKILL_LEVELS_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JTF_RS_SKILL_LEVELS_PVT, status:VALID,
-
PACKAGE: APPS.JTF_RS_SKILL_LEVELS_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:JTF_RS_SKILL_LEVELS_PVT, status:VALID,
-
PACKAGE BODY: APPS.JTF_RS_RESOURCE_SKILLS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_RS_RESOURCE_SKILLS_PVT, status:VALID,
-
PACKAGE BODY: APPS.JTF_RS_RESOURCE_SKILLS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_RS_RESOURCE_SKILLS_PVT, status:VALID,
-
PACKAGE: APPS.JTF_RS_SKILL_LEVELS_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JTF_RS_SKILL_LEVELS_PUB, status:VALID,
-
PACKAGE: APPS.JTF_RS_SKILL_LEVELS_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:JTF_RS_SKILL_LEVELS_PUB, status:VALID,
-
View: JTF_RS_SKILL_LEVELS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_SKILL_LEVELS_VL, object_name:JTF_RS_SKILL_LEVELS_VL, status:VALID, product: JTF - CRM Foundation , description: Stores various different skills, levels for use in resource skills bank. , implementation_dba_data: APPS.JTF_RS_SKILL_LEVELS_VL ,
-
PACKAGE BODY: APPS.JTF_RS_SKILL_LEVELS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_RS_SKILL_LEVELS_PUB, status:VALID,
-
APPS.JTF_RS_SKILL_LEVELS_PVT SQL Statements
12.1.1
-
APPS.JTF_RS_SKILL_LEVELS_PKG dependencies on JTF_RS_SKILL_LEVELS_TL
12.2.2
-
View: JTF_RS_SKILL_LEVELS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_SKILL_LEVELS_VL, object_name:JTF_RS_SKILL_LEVELS_VL, status:VALID, product: JTF - CRM Foundation , description: Stores various different skills, levels for use in resource skills bank. , implementation_dba_data: APPS.JTF_RS_SKILL_LEVELS_VL ,
-
PACKAGE BODY: APPS.JTF_RS_SKILL_LEVELS_PKG
12.1.1
-
PACKAGE BODY: APPS.JTF_RS_SKILL_LEVELS_PKG
12.2.2
-
APPS.JTF_RS_SKILL_LEVELS_PVT SQL Statements
12.2.2
-
APPS.JTF_RS_SKILL_LEVELS_PKG dependencies on JTF_RS_SKILL_LEVELS_TL
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2