sp207_dispatch_messages
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
message_no | number(9) | ||
job_ref | varchar2(50) | ||
creation_time | date | ||
earmark_type | number(2) | ||
dispatch_status | number(2) | ||
employee_no | number(9) | ||
reearmark | number(1) | ||
ets | date | ||
eta | date | ||
etf  | date | ||
postcode    | varchar2(30) | ||
region_no | number(9) | ||
team_no  | number(9) | ||
iru_no | number(4) | ||
lunch_time | number(6) | ||
tentative_job_count  | number(6) | ||
book_loc_no | number(2) | ||
send_before    | number(9) | ||
| number(1) |
KeysÂ
Key Type | Column | Reference Table | Reference Column |
---|---|---|---|
primary key | message_no | ||
foreign key | dispatch_status | sp287_dispatch_statuses | dispatch_status |
foreign key | employee_no | sp210_employees | employee_no |
foreign key | region_no | sp057_regions | region_no |
foreign key | iru_no | sp058_responsibility_units | resp_unit_no |
foreign key | team_no | sp250_teams | team_no |
foreign key | book_loc_no | sp218_booking_locations | bkg_location_no |
Column Descriptions
Field | Description |
---|---|
| Primary key: unique identifier for this message |
job_ref | The job this message relates to. In the case of the standard activity it is the activity_no from sp100_activities . |
creation_time | Date/time at which the message was generated -- uses FRU Time Zone |
earmark_type  | Type of message this relates to:
|
dispatch_status  | Delivery status of message, references sp287_dispatch_statuses . |
employee_no | Employee the job/SA was assigned to when the message was generated, references sp210_employees . |
reearmark | Boolean, whether this message is a re-earmark notification or not. |
ets          | Expected start time of the job/SA when message was generated - uses FRU Time Zone. |
eta | Expected arrival time of the job/SA when message was generated - uses FRU Time Zone. |
etf  | Expected end time of the job/SA when message was generated - uses FRU Time Zone. |
postcode    | Postcode of the job/SA. |
region_no       | Region number of the job or standard activities postcode. |
team_no | Team that the employee was posted to when the message was generated. |
iru_no | IRU that the employee was posted to when the message was generated. |
lunch_time  | Amount of break time when the message was generated (in seconds) - only applies if a job. |
tentative_job_count | Count of jobs that have been allocated to this employee (EmpID), but which he doesn’t yet know about. |
book_loc_no | Booking location for the job. |
send_before | |
ISVWDL | Indicates if the job is a Virtual Work Dynamic Location job or not. |