revoke_role_from_user_in_context_by_role_id(p_user_id integer, p_role_id integer, p_context_id integer)


Description

Revokes a role from a user within a specific context. Returns TRUE on success, FALSE if role assignment not found.

Parameters

Name Type Mode
p_user_id integer IN
p_role_id integer IN
p_context_id integer IN

Definition