FFS_RESOURCE_WORK_SKILL

Contains work skills, work skill groups, and capacity categories configured on the resource level.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_RESOURCE_WORK_SKILL_PK

RECORD_ID

Columns

Name Datatype Length Precision Not-null Comments
RECORD_ID NUMBER 10 Yes Unique identifier for the resource work skill to resource assignment record.
RESOURCE_ID NUMBER 8 Yes Unique identifier of a resource to which a work skill is assigned.
WORK_SKILL_ID NUMBER 5 Yes Unique identifier of a work skill which is assigned to a resource.
RATIO NUMBER 3 Yes Indicates ratio of assigned work skill to a resource in range of 1 to 100. Means level of proficiency for this work skill for this resource.
START_DATE DATE Yes Indicates date since when the work skill assignment to a resource is active.
END_DATE DATE Indicates date until which the work skill assignment to a resource is active.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
FFS_RESOURCE_WORK_SKILL_N1 Non Unique DATA RESOURCE_ID
FFS_RESOURCE_WORK_SKILL_PK Unique DATA RECORD_ID