14.1 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) |