14.1 sp084_user_profiles
This table contains descriptions of the various user profiles.
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
profile | varchar2(10) | ||
description | varchar2(40) | ||
field_id | varchar2(100) |
Keys
primary key (profile)
foreign key (field_id) references sp900_language_translation (field_id)
Primary Key Referenced From
Column Descriptions
Field | Description |
---|---|
profile | Profile identifier. |
description | Depcrecated - Free text description. |
field_id | key to language translations for description |