DW_JOB_D stores jobs that have been defined for an Enterprise defining role an employee can perform in the enterprise.
Module: Global Human Resources
JOB_ID, EFFECTIVE_END_DATE, EFFECTIVE_START_DATE
Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
---|---|---|---|---|---|---|---|
JOB_ID | NUMBER | 38 | 0 | True | Transaction system generated primary key column.For translation refer table DW_JOB_D_TL and join with this field.#1 | DW_JOB_D_TL | JOB_ID |
EFFECTIVE_START_DATE | DATE | True | Date Effective Entity: indicates the date at the beginning of the date range within which the row is effective. | ||||
EFFECTIVE_END_DATE | DATE | True | Date Effective Entity: indicates the date at the end of the date range within which the row is effective. | ||||
SOURCE_RECORD_ID | VARCHAR2 | 128 | Unique Source Record Identifier This column contains JOB_ID,EFFECTIVE_START_DATE and EFFECTIVE_END_DATE. | ||||
JOB_CODE | VARCHAR2 | 32 | Code of the job | ||||
JOB_FAMILY_ID | NUMBER | 38 | 0 | Identifier of the job family. #2 | DW_JOB_FAMILY_D | JOB_FAMILY_ID | |
ACTIVE_STATUS | VARCHAR2 | 32 | Indicates if a job is active or inactive. | ||||
MANAGER_LEVEL | VARCHAR2 | 32 | Indicates the management level of the job.For translation refer table DW_JOB_MANAGER_LEVEL_D_TL and join with this field. | DW_JOB_MANAGER_LEVEL_D_TL | MANAGER_LEVEL | ||
MED_CHECKUP_REQ | VARCHAR2 | 32 | Indicates if the job requires medical checkup. | ||||
JOB_FUNCTION_CODE | VARCHAR2 | 32 | Code of the job function. For translation refer table DW_JOB_FUNCTION_D_TL and join with this field. | DW_JOB_FUNCTION_D_TL | JOB_FUNCTION_CODE | ||
PROGRESSION_JOB_ID | NUMBER | 38 | 0 | Next possible job during promotion |
#1 DW_JOB_D_TL is date effective. Along with JOB_ID join on dates.
#2 DW_JOB_FAMILY_D is date effective. Along with JOB_FAMILY_ID join on dates.
Copyright © 2019, 2023, Oracle and/or its affiliates.