sp206_capabilities
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
resource_no | number(9) |  | |
start_date | date | Â | |
end_date | date | Â | |
employee_no | number(9) | Â | |
skill_level | number(2) | 1 | |
is_derived | number(1) | Â | |
location_no | number(4) | Â | |
resource_id | varchar2(15) | Â | |
quantity | number(6) | Â | |
last_updatedate | date | Â |
KeysÂ
unique (resource_no, employee_no, location_no, start_date, is_derived, resource_id )Â
unique (resource_no, resource_id)Â
foreign key (resource_no) references sp211_resources (resource_no)Â
foreign key (employee_no) references sp210_employees (employee_no)Â
foreign key (location_no) references sp118_work_locations(location_no)
Column Descriptions
Field | Description |
---|---|
resource_no | Identifier of the resource. (The type of the resource – skill or spare - must be obtained from sp211_resources). |
start_date | The date on which the employee or work location acquires the resource. Uses employee's Time Zone.  |
end_date | The date on which the employee or work location gives up the resource. Uses employee's Time Zone. |
employee_no | Internal number for the employee. |
skill_level | For a skill, the level of at which it is possessed by the employee. |
is_derived | Where the resource type is a skill and the employee is a crew, this flag indicates whether the skill was derived from the crew members' skills, or whether the crew has the skill independently of the crew members' skills. 1 indicates that the skill was derived from the crewmembers' skills 0 that it was not. If the employee is not a member of a crew, this field is undefined. |
location_no | Internal number of the work location. |
resource_id | No longer supported. |
quantity | For a spare, the quantity posessed. |
last_update | Date and time at which spares details were last updated (from external spares management system). Uses sp083.tz_Default. |