Removes a product group from a user group.
Input
Parameter | Type | Description |
|---|---|---|
p_productgroup | VARCHAR2 | The name of the product group. |
p_usergroup | VARCHAR2 | The name of the user group. |
Example
exec p_AccessControlAPI.removeProductGroupFrmUserGroup('ProductGroup1', 'UserGroup1'); |
Exceptions
• Product group is invalid or does not currently exist.
• User group is invalid or does not currently exist.