REVOKE_USER_OG_ACCESSΒΆ
Revoke object group access from a user.
Parameter Name |
Required |
Description |
---|---|---|
p_object_group |
yes |
object group |
p_user_name |
yes |
user name |
Example
EXECUTE SCRIPT api_scurty.revoke_user_og_access
( 'RED1' -- p_object_group
, 'TSTHUGO' -- p_user_name
);