Adds a usage to a user group.
Input
Parameter | Type | Description |
|---|---|---|
p_usagename | VARCHAR2 | The name of the usage. |
p_writable | VARCHAR2 | 'Y' if the user group has write access to the usage, 'N' otherwise. |
p_usergroup | VARCHAR2 | The name of the user group. |
Example
exec p_AccessControlAPI.addUsageToUserGroup('Berthing(1-2499)', 'Y', 'UserGroup1'); |
Exceptions
• Usage name is invalid or does not currently exist.
• User group is invalid or does not currently exist.