Oracle9iAS Portal Developer Kit

delete_user_from_list procedure

Contained in package wwsec_api.

Call this routine to delete a user from a group.

procedure delete_user_from_list

(

p_group_id, in number

p_member_person_id in number

);

Version: Oracle Portal 3.0.6.6.5 or later

Parameters:

p_group_id

The unique identifier for the group.

Datatype: in number

p_member_person_id

The unique identifier for the user to be removed from the specified group.

Datatype: in number

Exceptions:

  • If either the specified group or the specified user does not exist, a VALUE_ERROR_EXCEPTION is raised.

  • If the user who initiates the calling routine has insufficient authority to execute the routine, an ACCESS_DENIED_EXCEPTION is raised.

Example:

wwsec_api.delete_user_from_list

(

p_group_id=>243,

p_member_person_id=>32

);

Related topics

The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio