sp830_smaudit_emppattlocs
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
audit_seq_no | number(9) | Â | |
day_number | number(2) | Â | |
old_startloc_type | number(1) |  | |
new_startloc_type | number(1) |  | |
old_endloc_type | number(1) |  | |
new_endloc_type | number(1) |  | |
old_lkcloc_type | number(1) |  | |
new_lkcloc_type | number(1) |  | |
old_startloc_postcode | varchar2(30) | Â | |
new_startloc_postcode | varchar2(30) | Â | |
old_endloc_postcode | varchar2(30) | Â | |
new_endloc_postcode | varchar2(30) | Â | |
old_lkcloc_postcode | varchar2(30) | Â | |
new_lkcloc_postcode | varchar2(30) | Â |
Keys
Column Descriptions
Field | Description |
---|---|
audit_seq_no | Unique identifier : the sequence number of the action. |
day_number | When provided (not null) specifies the single day number in the Operative's working pattern that this region update applied to. |
old_startloc_type | Is the previous location of the operative at the start of their shift. 0 - Home 1 - Work 2 - Depot 3 - Specified |
new_startloc_type | Is the new location of the operative at the start of their shift. 0 - Home 1 - Work 2 - Depot 3 - Specified |
old_endloc_type | Is the previous location of the operative at the end of their shift. 0 - Home 1 - Work 2 - Depot 3 - Specified |
new_endloc_type | Is the new location of the operative at the end of their shift. 0 - Home 1 - Work 2 - Depot 3 - Specified |
old_lkcloc_type | Is the previous location of the operative from which range local knowledge is calculated. 0 - Home 1 - Work 2 - Depot 3 - Specified |
new_lkcloc_type | Is the new location of the operative from which range local knowledge is calculated. 0 - Home 1 - Work 2 - Depot 3 - Specified |
old_startloc_postcode  | Is the previous location (postcode) of the operative at the start of their shift when old_startloc_type (above) is 'Specified'. |
new_startloc_postcode  | Is the new location (postcode) of the operative at the start of their shift when old_startloc_type (above) is 'Specified'. |
old_endloc_postcode  | Is the previous location (postcode) of the operative at the end of their shift when old_startloc_type (above) is 'Specified'. |
new_endloc_postcode  | Is the new location (postcode) of the operative at the end of their shift when old_startloc_type (above) is 'Specified'. |
old_lkcloc_postcode | Is the previous location (postcode) from which range local knowledge is calculated when old_lkcloc_type (above) is 'Specified'. |
new_lkcloc_postcode | Is the new location (postcode) from which range local knowledge is calculated when old_lkcloc_type (above) is 'Specified'. |
 Â