Oracle9iAS Portal Developer Kit

delete_list procedure

Contained in package wwsec_api.

Call this procedure to delete a group when given a group ID. This procedure also deletes any associated references to the group.

Note: Only an owner of a group can delete a group.

procedure delete_list

(

group_id in number

);

Version: Oracle Portal 3.0.6.6.5 or later

Parameters:

p_group_id

The unique identifier for the group to be deleted.

Datatype: in number

Exceptions:

  • If p_group_id does not exist, a GROUP_NOT_FOUND_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_list

(

p_group_id => 13

);

Related topics

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