sp089_user_categories
This table stores user categories to determine whether a user is a 'system' level user, or a 'standard' level user.
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
user_category | number(3) | Â | |
description | varchar2(30) | Â | |
field_id | varchar2(100) | Â |
Keys
primary key (user_category)Â
Primary Key Referenced From
Â
 Column Descriptions
Field | Description |
---|---|
user_category | Is the category for this particular user
|
description | name for the category. |
field_id | key to language translations in sp900 for description. |