sp150_std_act_categories
This table describes all of the available standard activity categories that are defined for use within the authorisation library. Note that this table is not set up by default but must be set up manually. If it is not set up ServiceManager will fail to work correctly.
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
category_id | number |  |  |
name | varchar2(50)Â | Â | Â |
field_id | varchar2(100) | Â | Â |
KeysÂ
primary key (name) unique (category_id)
foreign key (field_id) references sp900_language_translation (field_id)
Primary Key Referenced From
Â
Column Descriptions
Field | Description |
---|---|
category_id | Standard Activity category identifier. |
name | Name for this category (e.g. Sickness). |
field_id | Key to language translation in sp900 for name. |