Search Results csf_skills_b
Overview
The CSF_SKILLS_B table is a core data object within the Oracle E-Business Suite (EBS) Field Service (CSF) module. It functions as the master repository for defining individual skill entities within the service management framework. The table's role is to establish a standardized catalog of skills that can be associated with both service resources and service tasks. This foundational data enables the system to perform critical functions such as resource matching, skill gap analysis, and workforce capacity planning, ensuring that service requests are assigned to technicians possessing the requisite qualifications.
Key Information Stored
The table stores the definitive attributes for each discrete skill. While the full column list is not detailed in the provided metadata, the documented primary and foreign key relationships reveal its essential structure. The primary key column, SKILL_ID, uniquely identifies each skill record. A critical foreign key column, SKILL_TYPE_ID, links each skill to a broader classification defined in the CSF_SKILL_TYPES_B table, allowing for hierarchical organization of skills (e.g., a skill type of "Hardware Repair" containing skills like "Laptop Motherboard Replacement" and "Printer Drum Assembly"). Other typical columns in such a table would include fields for the skill's name (SKILL_NAME), an active/inactive flag (ENABLED_FLAG), and creation/update audit columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE).
Common Use Cases and Queries
This table is central to operational and analytical processes in Field Service. Common use cases include populating LOVs for skill assignment during resource setup or task definition, and generating reports on skill distribution across the workforce. A frequent query pattern involves joining CSF_SKILLS_B with its related tables to analyze assignments. For example, to list all skills required for a specific service task, one might query:
- SELECT s.SKILL_ID, s.SKILL_NAME FROM CSF_SKILLS_B s, CSF_REQUIRED_SKILLS_B r WHERE s.SKILL_ID = r.SKILL_ID AND r.TASK_ID = [specific_task_id];
Similarly, to audit which resources possess a particular skill, a join with CSF_RESOURCE_SKILLS_B is used. Administrators also query this table to maintain the skill catalog, enabling or disabling skills as technologies and service offerings evolve.
Related Objects
The CSF_SKILLS_B table is a central node in the Field Service data model, with documented relationships to several key transactional tables. As per the provided metadata, the relationships are as follows:
- Referenced Foreign Key: CSF_SKILLS_B.SKILL_TYPE_ID references the CSF_SKILL_TYPES_B table. This defines the skill's category.
- Referencing Foreign Keys:
- The CSF_REQUIRED_SKILLS_B table references CSF_SKILLS_B via the SKILL_ID column. This links skills to the specific service tasks or job requirements that mandate them.
- The CSF_RESOURCE_SKILLS_B table references CSF_SKILLS_B via the SKILL_ID column. This associates skills with individual field service technicians or resource groups, defining their capabilities.
These relationships create a many-to-many association between skills and both tasks and resources, forming the basis for the module's intelligent scheduling and dispatch logic.
-
Table: CSF_SKILLS_B
12.2.2
owner:CSF, object_type:TABLE, fnd_design_data:CSF.CSF_SKILLS_B, object_name:CSF_SKILLS_B, status:VALID, product: CSF - Field Service , description: Skill types , implementation_dba_data: CSF.CSF_SKILLS_B ,
-
Table: CSF_SKILLS_B
12.1.1
owner:CSF, object_type:TABLE, fnd_design_data:CSF.CSF_SKILLS_B, object_name:CSF_SKILLS_B, status:VALID, product: CSF - Field Service , description: Skill types , implementation_dba_data: CSF.CSF_SKILLS_B ,
-
APPS.CSF_REQUIRED_SKILLS_PKG dependencies on CSF_SKILLS_B
12.1.1
-
APPS.CSF_GANTT_DATA_PKG dependencies on CSF_SKILLS_B
12.2.2
-
APPS.CSF_GANTT_DATA_PKG dependencies on CSF_SKILLS_B
12.1.1
-
APPS.CSF_RESOURCE_PUB dependencies on CSF_SKILLS_B
12.2.2
-
APPS.CSF_SKILLS_PKG dependencies on CSF_SKILLS_B
12.1.1
-
APPS.CSF_RESOURCE_PUB dependencies on CSF_SKILLS_B
12.1.1
-
APPS.CSF_REQUIRED_SKILLS_PKG dependencies on CSF_SKILLS_B
12.2.2
-
APPS.CSF_SKILLS_PKG dependencies on CSF_SKILLS_B
12.2.2
-
APPS.CSF_RESOURCE_PUB dependencies on CSF_SKILL_LEVELS_B
12.2.2
-
VIEW: CSF.CSF_SKILLS_B#
12.2.2
owner:CSF, object_type:VIEW, object_name:CSF_SKILLS_B#, status:VALID,
-
APPS.CSF_SKILLS_PKG dependencies on CSF_SKILLS_TL
12.1.1
-
SYNONYM: APPS.CSF_SKILLS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSF_SKILLS_B, status:VALID,
-
APPS.CSF_GANTT_DATA_PKG dependencies on CSF_SKILL_LEVELS_B
12.1.1
-
TRIGGER: APPS.CSF_SKILLS_B+
12.2.2
-
VIEW: APPS.CSF_SKILLS_VL
12.2.2
-
SYNONYM: APPS.CSF_SKILLS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CSF_SKILLS_B, status:VALID,
-
TRIGGER: APPS.CSF_SKILLS_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:CSF_SKILLS_B+, status:VALID,
-
VIEW: APPS.CSF_SKILLS_VL
12.1.1
-
APPS.CSF_RESOURCE_PUB dependencies on CSF_SKILL_LEVELS_B
12.1.1
-
APPS.CSF_GANTT_DATA_PKG dependencies on CSF_SKILL_LEVELS_B
12.2.2
-
APPS.CSF_SKILLS_PKG dependencies on CSF_SKILLS_TL
12.2.2
-
VIEW: CSF.CSF_SKILLS_B#
12.2.2
-
FUNCTION: APPS.CSF_SKILLS_B=
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: CSF_SKILL_TYPES_B
12.2.2
owner:CSF, object_type:TABLE, fnd_design_data:CSF.CSF_SKILL_TYPES_B, object_name:CSF_SKILL_TYPES_B, status:VALID, product: CSF - Field Service , description: Skill types , implementation_dba_data: CSF.CSF_SKILL_TYPES_B ,
-
APPS.CSF_GANTT_DATA_PKG dependencies on CSF_REQUIRED_SKILLS_B
12.2.2
-
APPS.CSF_GANTT_DATA_PKG dependencies on CSF_RESOURCE_SKILLS_B
12.1.1
-
Table: CSF_RESOURCE_SKILLS_B
12.1.1
owner:CSF, object_type:TABLE, fnd_design_data:CSF.CSF_RESOURCE_SKILLS_B, object_name:CSF_RESOURCE_SKILLS_B, status:VALID, product: CSF - Field Service , description: Skill types , implementation_dba_data: CSF.CSF_RESOURCE_SKILLS_B ,
-
APPS.CSF_GANTT_DATA_PKG dependencies on CSF_RESOURCE_SKILLS_B
12.2.2
-
Table: CSF_RESOURCE_SKILLS_B
12.2.2
owner:CSF, object_type:TABLE, fnd_design_data:CSF.CSF_RESOURCE_SKILLS_B, object_name:CSF_RESOURCE_SKILLS_B, status:VALID, product: CSF - Field Service , description: Skill types , implementation_dba_data: CSF.CSF_RESOURCE_SKILLS_B ,
-
Table: CSF_REQUIRED_SKILLS_B
12.1.1
owner:CSF, object_type:TABLE, fnd_design_data:CSF.CSF_REQUIRED_SKILLS_B, object_name:CSF_REQUIRED_SKILLS_B, status:VALID, product: CSF - Field Service , description: This table is used to see which object has required skills , implementation_dba_data: CSF.CSF_REQUIRED_SKILLS_B ,
-
Table: CSF_REQUIRED_SKILLS_B
12.2.2
owner:CSF, object_type:TABLE, fnd_design_data:CSF.CSF_REQUIRED_SKILLS_B, object_name:CSF_REQUIRED_SKILLS_B, status:VALID, product: CSF - Field Service , description: This table is used to see which object has required skills , implementation_dba_data: CSF.CSF_REQUIRED_SKILLS_B ,
-
FUNCTION: APPS.CSF_SKILLS_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:CSF_SKILLS_B=, status:VALID,
-
PACKAGE BODY: APPS.CSF_REQUIRED_SKILLS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSF_REQUIRED_SKILLS_PKG, status:VALID,
-
APPS.CSF_RESOURCE_PUB dependencies on CSF_RESOURCE_SKILLS_B
12.1.1
-
Table: CSF_SKILL_TYPES_B
12.1.1
owner:CSF, object_type:TABLE, fnd_design_data:CSF.CSF_SKILL_TYPES_B, object_name:CSF_SKILL_TYPES_B, status:VALID, product: CSF - Field Service , description: Skill types , implementation_dba_data: CSF.CSF_SKILL_TYPES_B ,
-
12.2.2 FND Design Data
12.2.2
-
APPS.CSF_GANTT_DATA_PKG dependencies on CSF_REQUIRED_SKILLS_B
12.1.1
-
APPS.CSF_RESOURCE_PUB dependencies on CSF_RESOURCE_SKILLS_B
12.2.2
-
View: CSF_SKILLS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSF.CSF_SKILLS_VL, object_name:CSF_SKILLS_VL, status:VALID, product: CSF - Field Service , description: CSF SKILLS VIEW , implementation_dba_data: APPS.CSF_SKILLS_VL ,
-
View: CSF_SKILLS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSF.CSF_SKILLS_VL, object_name:CSF_SKILLS_VL, status:VALID, product: CSF - Field Service , description: CSF SKILLS VIEW , implementation_dba_data: APPS.CSF_SKILLS_VL ,
-
12.1.1 FND Design Data
12.1.1
-
TABLE: CSF.CSF_SKILLS_B
12.1.1
owner:CSF, object_type:TABLE, fnd_design_data:CSF.CSF_SKILLS_B, object_name:CSF_SKILLS_B, status:VALID,
-
PACKAGE BODY: APPS.CSF_RESOURCE_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSF_RESOURCE_PUB, status:VALID,
-
TABLE: CSF.CSF_SKILLS_B
12.2.2
owner:CSF, object_type:TABLE, fnd_design_data:CSF.CSF_SKILLS_B, object_name:CSF_SKILLS_B, status:VALID,
-
PACKAGE BODY: APPS.CSF_RESOURCE_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSF_RESOURCE_PUB, status:VALID,
-
PACKAGE BODY: APPS.CSF_SKILLS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSF_SKILLS_PKG, status:VALID,