|
add_group_to_list procedure |
|
Contained in package wwsec_api. Call this procedure to add a group as a member of another group and set privileges if the former group is specified to be an owner of the latter group. procedure add_group_to_list (
); |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameters: |
|
|
p_group_id |
The unique identifier of the group to be added. Datatype: in number |
|
p_to_group_id |
The unique identifier of the 'LIST' type group to which p_group_id will be added. Datatype: in number |
|
p_is_owner |
Indicates whether p_group_id is to be an owner of p_to_group_id. Note: Valid values are OWNER (1) and NOT_OWNER (0). Datatype: in number |
|
Exceptions:
Example: wwsec_api.add_group_to_list (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |