|
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 (
); |
|
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:
Example: wwsec_api.delete_user_from_list (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |