HWR_EMP_SKILL_PREF
This table stores the employee skill preferences information
Details
-
Schema: FUSION
-
Object owner: HWR
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
HWR_EMP_SKILL_PREF_PK |
GLBL_PRFL_ID, TOPIC_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
GLBL_PRFL_ID | NUMBER | 18 | Yes | GLBL_PRFL_ID | |
FUS_PRFL_ID | NUMBER | 18 | FUS_PRFL_ID | ||
TOPIC_ID | NUMBER | 18 | Yes | TOPIC_ID | |
TOPIC_KEY | VARCHAR2 | 400 | Yes | TOPIC_KEY | |
CATEGORY_ID | NUMBER | 18 | CATEGORY_ID | ||
CATEGORY_KEY | VARCHAR2 | 400 | Yes | CATEGORY_KEY | |
IS_NEW | NUMBER | 1 | IS_NEW | ||
PROFICIENCY | NUMBER | 1 | This column contains the proficiency id of the skill | ||
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 |
---|---|---|---|
HWR_EMP_SKILL_PREF_N1 | Non Unique | FUSION_TS_TX_DATA | FUS_PRFL_ID, TOPIC_ID |
HWR_EMP_SKILL_PREF_U1 | Unique | FUSION_TS_TX_DATA | GLBL_PRFL_ID, TOPIC_ID |