14.1 sp082_ru_setting_categories
This table specifies the various categories of ServiceScheduling settings that are referenced in sp083_system_parameters. N.B. The category 0 relates to system settings which apply across all FRUs and cannot be set per FRU.
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
category | number(2) | ||
description | varchar2(40) | ||
field_id | varchar2(100) |
Keys
primary key (category)
foreign key (field_id) references 14.1 sp900_language_translation (field_id)
Primary Key Referenced From
Column Descriptions
Field | Description |
---|---|
category | unique identifier for the settings category |
description | Deprecated - descriptive name for the category |
field_id | key to language translations for description |