sp110_job_equipment
This table contains details of the spares required at a customer site. Â Â
HouseKeeping
This table is tidied by sp_dbtidy's Job group.
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
job_no | Â number(9) | Â | |
job_equip_no | Â number(3) | Â | |
resource_no | number(9) | Â | |
quantity | number(2) | 1 | |
activity_no | number(9) | Â | |
source_no | number(1) | Â | |
holding_ref | varchar2(25) | Â |
KeysÂ
primary key (job_no, job_equip_no)
Primary Key Referenced From
Â
Column Descriptions
Field | Description |
---|---|
job_no | Â Job identifier. |
job_equip_no | Â Equipment requirement number (value between 1 and 30). |
resource_no | Identifier of resource to be allocated (i.e. it may be the 'first choice' spare or it may be a substitute). |
quantity | Quantity required. |
activity_no | Where equipment is to be pre-delivered to the customer site, this is the identifier of the delivery activity. |
source_no | Identifies where the equipment will be sourced from -Â 1 - spare satisfied from van stock 2 - spare obtained from pickup point - allocated by scheduler 3 - spare obtained from pickup point - allocated manually (gantt) 4 - spare obtained from pickup point - allocated manually (gantt) 5 - 3rd party delivery - either specified from the gantt or where the scheduler has failed to allocate an appropriate source 6 - Externally Resourced - not to be allocated by ServiceOptimizer 7 - spare not used |
holding_ref | Either: postcode of the equipment source, i.e. depot (not currently used) Or: employee_ref of the employee carrying the spare (following a call to SP_SetJobCleared) |