WLF_SKILLS_ADVISOR_JOBS
This table stores the details of the processes used to generate dynamic skills for the list of learning items specified by a HCM List.
Details
-
Schema: FUSION
-
Object owner: WLF
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
WLF_SKILLS_ADVISOR_JOBS_PK |
SKILLS_ADVISOR_PROCESS_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SKILLS_ADVISOR_PROCESS_ID | NUMBER | 18 | Yes | System generated unique identifier. | |
| BULK_ADVISOR_JOB_NUMBER | VARCHAR2 | 30 | System generated unique identifier | ||
| PROCESS_CATEGORY | VARCHAR2 | 30 | Specifies the category of the bulk advisor job. | ||
| HCM_LIST_ID | NUMBER | 18 | Identifier for the HCM List which represents a list of learning items. | ||
| PROVIDER_ACCOUNT_ID | NUMBER | 18 | Identifier for the external provider configuration account. | ||
| PROCESS_NAME | VARCHAR2 | 250 | Yes | Specifies the process name used to generate skills for the learning items. | |
| PROCESS_DESCRIPTION | VARCHAR2 | 4000 | Yes | Specifies the process description used to generate skills for the learning items. | |
| STATUS | VARCHAR2 | 30 | Specfies status of the process used to generate skills for the learning items. | ||
| ADDITIONAL_INFO | CLOB | Captures the additional metadate information specific to a given bulk advisor request | |||
| LATEST_PROCESSING_JOB_ID | NUMBER | 18 | Identifier for the latest ESS job used to process the skills for the list of learning items. | ||
| LATEST_PROCESSED_DATE | TIMESTAMP | Specfies the timestamp when the process used to generate skills for the learning items is completed. | |||
| CREATED_BY_ID | NUMBER | 18 | Yes | Identifier for the person who created the process. | |
| 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. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| WLF_SKILLS_ADVISOR_JOBS_N1 | Non Unique | Default | HCM_LIST_ID |
| WLF_SKILLS_ADVISOR_JOBS_N2 | Non Unique | Default | STATUS |
| WLF_SKILLS_ADVISOR_JOBS_N3 | Non Unique | Default | PROCESS_CATEGORY |
| WLF_SKILLS_ADVISOR_JOBS_N4 | Non Unique | Default | BULK_ADVISOR_JOB_NUMBER |
| WLF_SKILLS_ADVISOR_JOBS_U1 | Unique | Default | SKILLS_ADVISOR_PROCESS_ID |