DW_JOB_D

DW_JOB_D stores jobs that have been defined for an Enterprise defining role an employee can perform in the enterprise.

Details

Module: Global Human Resources

Key Columns

EFFECTIVE_END_DATE, JOB_ID, EFFECTIVE_START_DATE

Columns

Columns
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 This column is for Oracle Internal use only. 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

Notes

#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.