sp113_shift_assignments
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
employee_no | number(9) | Â | |
shift_spec | number(4)Â | Â | |
start_date | date | Â | |
end_date | date | Â |
Keys
primary key (employee_no, start_date)Â
foreign key (employee_no) references sp210_employees (employee_no)Â
foreign key (shift_spec) references sp114_shift_specifications (shift_spec)
Column Descriptions
Field | Description |
---|---|
employee_no | Â Employee's identifier. |
 shift_spec |  Identifier of the shift pattern. |
start_date | The date on which the employee commences working to the specified shift pattern. Uses employee's Time Zone. |
end_date | The date on which the employee ceases to work to the specified shift pattern. Uses employee's Time Zone. |
Â
Â