DW_WRKFRC_SUPERVISOR_ASG_D
Workforce Supervisor Assignment Dimension which stores the supervisor assignments events along with effective dates
Details
Module: Global Human Resources
Key Columns
EFFECTIVE_START_DATE, EFFECTIVE_SEQUENCE, EFFECTIVE_END_DATE, EFFECTIVE_LATEST_CHANGE, ASSIGNMENT_ID
Columns
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| ASSIGNMENT_ID | NUMBER | 38 | 0 | True | Assignment identifier | ||
| EFFECTIVE_START_DATE | DATE | True | Start date of event | ||||
| EFFECTIVE_END_DATE | DATE | True | End date of event | ||||
| EFFECTIVE_SEQUENCE | NUMBER | 38 | 0 | True | Sequence to track multiple changes on same effective start date | ||
| EFFECTIVE_LATEST_CHANGE | VARCHAR2 | 32 | True | Flag to indicate last transaction of a day | |||
| SOURCE_RECORD_ID | VARCHAR2 | 256 | This column is for Oracle Internal use only. Source Record Identifier | ||||
| PERSON_ID | NUMBER | 38 | 0 | Person Identifier#4 | DW_PERSON_D | PERSON_ID | |
| DEPARTMENT_ID | NUMBER | 38 | 0 | Department Identifier#5 | DW_DEPARTMENT_D | DEPARTMENT_ID | |
| JOB_ID | NUMBER | 38 | 0 | Job Identifier #1 | DW_JOB_D | JOB_ID | |
| LOCATION_ID | NUMBER | 38 | 0 | Location Identifier | DW_WORKER_LOCATION_D | LOCATION_ID | |
| POSITION_ID | NUMBER | 38 | 0 | Position Identifier#2 | DW_POSITION_D | POSITION_ID | |
| GRADE_ID | NUMBER | 38 | 0 | Grade Identifier#3 | DW_PAY_GRADE_D | GRADE_ID | |
| LEGAL_EMPLOYER_ID | NUMBER | 38 | 0 | Legal Employer#6 | DW_LEGAL_EMPLOYER_D | LEGAL_EMPLOYER_ID | |
| BUSINESS_UNIT_ID | NUMBER | 38 | 0 | Business Unit Identifier#7 | DW_BUSINESS_UNIT_D | BUSINESS_UNIT_ID | |
| ASSIGNMENT_STATUS_TYPE_ID | NUMBER | 38 | 0 | Assignment status type identifier | DW_ASSIGNMENT_STATUS_D_TL | ASSIGNMENT_STATUS_TYPE_ID | |
| BUSINESS_GROUP_ID | NUMBER | 38 | 0 | Business Group identifier | |||
| LEGISLATION_CODE | VARCHAR2 | 256 | Legislation of Assignment | DW_LEGISLATION_D_TL | LEGISLATION_CODE | ||
| ASSIGNMENT_NUMBER | VARCHAR2 | 32 | Assignment Number | ||||
| ASSIGNMENT_NAME | VARCHAR2 | 128 | Assignment Name | ||||
| PRIMARY_FLAG | VARCHAR2 | 32 | Represents overall Primary assignment | ||||
| PRIMARY_ASSIGNMENT_FLAG | VARCHAR2 | 32 | Primary assignment Flag | ||||
| WORKER_TYPE | VARCHAR2 | 32 | Identifies the type of record: either assignment (employee, CWK, applicant, non-workers) or a set of Terms | DW_WORKER_TYPE_D_TL | WORKER_TYPE | ||
| PER_SYSTEM_STATUS | VARCHAR2 | 32 | HR status used to determine how the assignment is processed |
Notes
#1 DW_JOB_D may contain multiple records for a job. Join should also consider fact calendar date to get the dimension values.
#2 DW_POSITION_D may contain multiple records for a position. Join should also consider fact calendar date to get the dimension values.
#3 DW_PAY_GRADE_D may contain multiple records for a grade. Join should also consider fact calendar date to get the dimension values.
#4 DW_PERSON_LEGISLATION_D may contain multiple records for a person. The person information is also legislation specific. Join should also consider fact calendar date and legislation to get the dimension values.
#5 For getting Organization hierarchy, DEPARTMENT_ID represents DW_ORGANIZATION_CF_DH.ORGANIZATION_ID
#6 For getting Organization hierarchy, LEGAL_EMPLOYER_ID represents DW_ORGANIZATION_CF_DH.ORGANIZATION_ID
#7 For getting Organization hierarchy, BUSINESS_UNIT_ID represents DW_ORGANIZATION_CF_DH.ORGANIZATION_ID