sp070_activity_standards
Each record in this table provides a standard job duration for a given task type.
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
analysis_no | number(6) | Â | |
analysis_ref | varchar2(30) | Â | |
start_date | date | Â | |
end_date | date | Â | |
activity_type | number(2) | Â | |
task_category | varchar2(10) | Â | |
description | varchar2(40) | Â | |
description2 | varchar2(6) | Â | |
description3 | varchar2(6) | Â | |
description4 | varchar2(6) | Â | |
description5 | varchar2(6) | Â | |
job_duration | number(11) | Â | |
crew_size | number(2) | Â | |
delay | number(3) | Â | |
key_not_allowed | number(1) | Â | |
forceable | number(9) | Â | |
bulk_allowed | number(1) | Â | |
bulk_type | number(1) | Â | |
bulk_window | number(3) | Â | |
bulk_offset | number(3) | Â | |
bulk_origin | number(1) | Â | |
exclusion | number(1) | 0 | |
exclusion_period | number(3) | Â | |
exclusion_offset | number(3) | Â | |
fixed_work_loc | number(1) | 0 | |
letter_lead_time | number(3) | Â | |
band_type | varchar2(2) | Â | |
band_type | varchar2(2) | Â | |
job_category | number(1) | Â | |
overhead_time | number(8)Â | Â | |
capacity_category_no | number(9) | Â | |
fragmentation_allowed | number(1) | Â | |
min_split_job_duration | number | Â | |
min_first_frag_duration | number | Â | |
min_frag_duration | number | Â | |
max_split_jobs | number | Â | |
max_fragment_gap | number | Â | |
field_id | varchar2(100) | Â |
Keys
primary key (analysis_no)Â
unique (analysis_ref)Â
foreign key (activity_type) references sp105_activity_types (activity_type)Â
foreign key (task_category) references sp260_task_categories (task_category)Â
foreign key (band_type) references sp258_band_types (band_type)Â
foreign key (job_category) references sp071_job_categories (job_category)Â
foreign key (bulk_type) references sp273_bulk_appt_types (bulk_type)Â
foreign key (capacity_category_no) references sp350_capacity_categories (capacity_category_no)Â
foreign key (field_id) references sp900_language_translation (field_id)
Primary Key Referenced From
Â
Column Descriptions
Field | Description |
---|---|
analysis_no | ServiceOptimizer-generated unique identifier |
analysis_ref | End users' unique identifier (task code)Â |
start_date | Date from/on which the task type is valid/was created – date only; time portion should not be used – uses sp083.tz_default |
end_date | Date until which the task type is valid – date only; time portion should not be used – uses sp083.tz_default |
activity_type | Activity type identifier |
task_category | User defined category identifier |
description | Job analysis description |
description2 | User-defined text, described in sp303. |
description3 | User-defined text, described in sp303. |
description4 | User-defined text, described in sp303 |
description5 | User-defined text, described in sp303. |
job_duration | Standard duration in minutes for tasks of this type. |
crew_size | No longer supported |
delay | Number of days lead time for this type of job - i.e. the number of days which must elapse from the date of booking before the job may be carried out. |
key_not_allowed | No longer supported |
forceable | Flag indicating whether jobs of this type may be forced: The field is larger than a single digit to allow for future expansion, e.g. the use of 'forced' options as in sp108. |
bulk_allowed | No longer supported |
bulk_type | No longer supported |
bulk_window | No longer supported |
bulk_offset | No longer supported |
bulk_origin | No longer supported |
exclusion | No longer supported |
exclusion_period | No longer supported |
exclusion_offset | No longer supported |
fixed_work_loc | No longer supported |
letter_lead_time | No longer supported |
band_type | No longer supported |
first_part_min | Minimum duration, in minutes, for the first part of a fragmented job (a "long job") of this type. Must be in the range 0 to 1440. Defaults to 240. Not yet supported. |
job_category | the category group to which this job type belongs. |
overhead_time | an overhead time which is added to the normal 100% efficiency duration time for the Task Type |
capacity_category_no | capacity category for jobs of this type |
field_id | look up into sp900_language_translation for language translations for Description (Description2,3,4,5 are currently not translatable) |
Â
Â
Â