sp071_job_categories
This table contains the set of allowable job categories. A job category is a grouping of job types (sp070_activity_standards) which allow jobs to be filtered for display in the gantt's intray report. A job category can also have a limited number of scheduler parameters applied with specific values for that category (sp072_job_category_parameters)
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
job_category | number(1) | Â | Â |
description | varchar2(30) | Â | Â |
field_id | varchar2(100) | Â | Â |
KeysÂ
primary key (job_category)Â
unique (description)Â
foreign key (field_id) references sp900_language_translation (field_id)
Primary Key Referenced From
Â
Column Descriptions
Field | Description |
---|---|
job_category | unique identifier for the job category |
description |  Depreciated - the name for the category displayed in user interfaces e.g. gantt menus. |
field_id | key to language translations for description |
Â
Â
Â