FFS_WORK_SKILL_GROUP_ITEM
Many-to-many relation between work skills and their groups.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
Name | Columns |
---|---|
FFS_WORK_SKILL_GROUP_ITEM_PK |
RECORD_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
RECORD_ID | NUMBER | 10 | Yes | Unique identifier for the Work Skill Group. | |
WORK_SKILL_GROUP_ID | NUMBER | 5 | Yes | It is a reference to a group of work skills or a capacity category. | |
WORK_SKILL_ID | NUMBER | 5 | Yes | It is a reference to a regular work skill. | |
RATIO | NUMBER | 3 | Yes | It is a ratio to be used for assignment of the work skill group to a resource. | |
START_DATE | DATE | Yes | Work Skill Group item activation date. | ||
END_DATE | DATE | Work Skill Group item deactivation date. | |||
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_WORK_SKILL_GROUP_ITEM_N1 | Non Unique | DATA | WORK_SKILL_GROUP_ID |
FFS_WORK_SKILL_GROUP_ITEM_PK | Unique | DATA | RECORD_ID |