|
add_user_to_list procedure |
|
Contained in package wwsec_api. Call this procedure to add a user to a group and to allow the user to be set as an owner of the group. Notes:
procedure add_user_to_list (
); |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameters: |
|
|
p_person_id |
The unique ID of a user. Datatype: in number |
|
p_to_group_id |
A unique identifier of the group to be changed. Datatype: in number: |
|
p_is_owner |
Indicates if the person is the owner of the group. Note: Valid values are OWNER (1) and NOT_OWNER (0). Datatype: in number |
|
Exceptions:
Example: wwsec_api.add_user_to_list (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |