DW_JOB_CURRENT_D
This stores jobs current record.
Details
Module: Global Human Resources
Key Columns
JOB_ID
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_CURRENT_TL and join with this field. | DW_JOB_D_CURRENT_TL | JOB_ID |
| 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 from base table. | ||||
| JOB_CODE | VARCHAR2 | 32 | Code of the job | ||||
| JOB_FAMILY_ID | NUMBER | 38 | 0 | Identifier of the job family. #2 | DW_JOB_FAMILY_CURRENT_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 |