sp064_overrides
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
employee_no | number(9) | Â | |
override_date | date | Â | |
start_location | number(1) | Â | |
end_location | number(1) | Â | |
start_region_no | number(9) | Â | |
end_region_no | number(9) | Â | |
start_postcode | varchar2(30) | Â | |
end_postcode | varchar2(30) | Â | |
lk_location | number(1) | Â | |
lk_region_no | number(9) | Â | |
lk_postcode | varchar2(30) | Â | |
start_time | number(4) | Â | |
end_time | number(4) | Â | |
 | (deprecated) | ||
 | (deprecated) | ||
 | (deprecated) | ||
capacity_shift | varchar2(1) | Â | |
ADJ_shift | varchar2(1) | Â | |
use_LK_range_defaults | number(1) | Â | |
use_region_LK_defaults | number(1) | Â | |
vehicle_capacity | number(9) | Â |
Keys
primary key (employee_no, override_date)Â
foreign key (employee_no) references sp210_employees (employee_no)Â
foreign key (start_location) references sp271_start_end_locations (location)Â
foreign key (end_location) references sp271_start_end_locations(location)Â
foreign key (start_region_no) references sp057_regions (region_no)Â
foreign key (end_region_no) references sp057_regions (region_no)Â
foreign key (lk_location) references sp271_start_end_locations (location)Â
foreign key (lk_region_no) references sp057_regions (region_no)
Primary Key Referenced From
Â
Column Descriptions
Field | Description |
---|---|
employee_no | Employee identifier. |
override_date | Together with employee_no, identifies a particular operative day whose attributes are overridden by this record. Uses FRU local time zone. |
start_location start_postcode start_region_no | Location from which employee starts work. See sp210_employees (default_start_loc, default_start_loc_postcode, default_start_loc_region_no). |
end_location end_postcode end_region_no | Location from which employee finishes work. See sp210_employees (default_end_loc, default_end_loc_postcode, default_end_loc_region_no). |
end_region_no | Location from which employee finishes work. See sp210_employees (default_end_loc, default_end_loc_postcode, default_end_loc_region_no). |
lk_location  lk_postcode lk_region_no | Location about which employee's range local knowledge is centred. See sp210_employees (default_LK_centre_loc, default_LK_centre_postcode, default_LK_centre_region_no). |
start_time | Shift start time override value. See sp115_shifts (start_time). Uses employee (operative) time zone. |
end_time | Shift end time override value. See sp115_shifts (end_time). Uses employee (operative) time zone. |
capacity_shift | Indicates whether this shift provides capacity. See sp115_shifts (capacity_shift). |
ADJ_shift | Indicates whether All Day jobs can be allocated automatically to this shift. See sp115_shifts (ADJ_shift). |
use_LK_range_defaults | Indicates whether the operative's local knowledge ranges are overridden on this date. (If not, default ranges in sp066_knowledge_ranges or, if present, work pattern ranges in sp123_work_pattern_days/sp124_LK_range_patterns are used.) 0 indicates that local knowledge ranges are overridden on this date. The set of local knowledge ranges to use on this date are in sp126_LK_range_overrides. If no LK range overrides are specified in sp126_LK_range_overrides then this implies that the operative has no LK ranges defined for this day. 1 indicates that local knowledge ranges are not overridden on this date. |
use_region_LK_defaults | Indicates whether the operative's local knowledge regions are overridden on this date. (If not, default regions in sp065_local_knowledge or, if present, work pattern regions in sp123_work_pattern_days/sp125_region_lk_patterns are used.) 0 indicates that region local knowledge is overridden on this date. The set of local knowledge regions to use on this date are in sp127_region_LK_overrides. If no region LK overrides are specified in sp127_region_LK_overrides then this implies that the operative has no region LK defined for this day. 1 indicates that region local knowledge is not overridden on this date |
vehicle_capacity | This is the vehicle capacity for the specified override date. A null value indicates that the underlying sp210_employees.vehicle_capacity value should be used. A value of 0 indicates that the day is explicitly overridden to have no vehicle capacity. |