sp058_responsibility_units
This table is used to give information about each responsibility unit. A responsibility unit is used as the basis of all scheduling. Each unit has a number of teams (see table sp253_ru_teams) and covers a number of regions (see table sp059_ru_regions).
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
resp_unit_no | number(4) | Â | |
resp_unit_ref | varchar2(8) | Â | |
resp_unit_type | number(1) | Â | |
description | varchar2(40) | Â | |
owning_resp_unit_no | number(4) | Â | |
preference_factor | number(2,1) | 0 | |
travel_time | number(11) | Â | |
tz_no | number(2) | Â | |
field_id | varchar2(100) | Â |
Keys
primary key (resp_unit_no)Â
unique (resp_unit_no, resp_unit_ref)
unique (resp_unit_ref)Â
foreign key (owning_resp_unit_no) references sp058_responsibility_units (resp_unit_no)Â
foreign key (resp_unit_type) references sp270_resp_unit_types (resp_unit_type)Â
foreign key (tz_no) references sp056_time_zones (tz_no)Â
foreign key (field_id) references sp900_language_translation (field_id)
Primary Key referenced From
- sp400_components
- sp055_dru_frus
- sp059_ru_regions
- sp060_ru_postcode_patterns
- sp253_ru_teams
- sp202_trigger_values
- sp213_scheduler_parameters
- sp313_overdue_tolerance
- sp502_rsched_lookup_tables
- sp085_users
- sp370_operative_days
- sp620_special_periods
- sp072_job_category_parameters
- sp100_activities
- sp207_dispatch_messages
- sp353_fru_cap_assignments
- sp354_fru_capacity_overrides
Â
Column Descriptions
Field | Description |
---|---|
resp_unit_no | ServiceOptimizer-generated unique identifier |
resp_unit_ref | End users' unique identifier. There is a (temporary) restriction on resp_unit_refs that they cannot include wide characters. |
resp_unit_type | 0 - interim 1 - final 2 – root (owner of all final responsibility units) |
description | Free text description. |
owning_resp_unit_no | Identifier of owning responsibility unit. |
preference_factor | Weighting to be used in selecting appropriate responsibility unit for appointment bookings. This value is used when there is more than one candidate responsibility unit to which a job might be booked. The value should be between 0 and 9, where 0 indicates that the responsibility unit is most preferred and 9 indicates that it is least preferred. |
travel_time | Default travel time, in minutes, between any pair of regions in this responsibility unit for which no sp094_travel_times record exists. |
tz_no | The time zone associated with a responsibility unit. This does not confine a responsibility unit to regions within a single time zone. If this field is null and resp_unit_type is 1 (final) then sp083 'tz_Default' is used. If this field is null and resp_unit_type is 0 (interim) then the time zone of the owning final RU is used. |
field_id | key to language translations for description |
Â
Â