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 |
Â
Â
Â