sp832_smaudit_empoverride
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
audit_seq_no | number(9) | Â | |
override_date | date | Â | |
startloc_type | number(1) |  | |
endloc_type | number(1) |  | |
lkcloc_type | number(1) |  | |
startloc_postcode | varchar2(30) | Â | |
endloc_postcode | varchar2(30) | Â | |
lkcloc_postcode | varchar2(30) | Â | |
break_earliest_start | number(4)Â | Â | (deprecated) |
break_latest_start | number(4)Â | Â | (deprecated) |
break_duration | number(4)Â | Â | (deprecated) |
start_time | number(4)Â | Â | |
end_time | number(4)Â | Â | |
adj_shift | number(1) | Â | |
vehicle_capacity | number(9) | Â | |
capacity_shift | number(1) | Â |
Keys
primary key (audit_seq_no)Â
foreign key (audit_seq_no) references sp822_smaudit (audit_seq_no)Â
Column Descriptions
Field | Description |
---|---|
audit_seq_no | Unique identifier : the sequence number of the action. |
override_date | The date to which this shift override applies. |
startloc_type | Is the type of the operative's start location as specified in the shift override: 0 - Home 1 - Work 2 - Depot 3 - Specified |
endloc_type | Is the type of the operative's end location as specified in the shift override: 0 - Home 1 - Work 2 - Depot 3 - Specified |
lkcloc_type | Is the type of the location from which the operative's range local knowledge is calculated: 0 - Home 1 - Work 2 - Depot 3 - Specified |
startloc_postcode  | Is the start location (postcode) specified for the operative in this shift override when startloc_type (above) is 'Specified'. |
endloc_postcode  | Is the end location (postcode) specified for the operative in this shift override when endloc_type (above) is 'Specified'. |
lkcloc_postcode  | Is the location (postcode) from which the operative's range local knowledge is calculated, as specified in this shift override, when lkcloc_type (above) is 'Specified'. |
start_time | The time of day at which the shift override period starts. See sp115_shifts (start_time). |
end_time | The time of day at which the shift override period ends. See sp115_shifts (start_time). |
adj_shift | Indicates whether this override allows All Day jobs to be allocated automatically in this period. See sp115_shifts (ADJ_shift). |
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. |
capacity_shift | Indicates whether this override period is to be taken into account in capacity management. See sp115_shifts (capacity_shift)Â |