|
update_list procedure |
|
Contained in package wwsec_api. Call this procedure to modify a group. procedure update_list (
); |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameters: |
|
|
p_group_id |
A unique identifier for a group. Datatype: in number |
|
p_site_id |
A unique identifier for the site in which the group exists. Note: This parameter is ignored in Oracle9iAS Portal 9.0.2 and later.
Datatype: in number |
|
p_name |
The name of the group. Datatype: in varchar2 |
|
p_description |
A description of the group.
Datatype: in
varchar2 |
|
p_hidden_group |
Indicates if the new group is hidden from users and groups except those who are owners of the group. Datatype: in number |
|
p_hidden_members |
Indicates whether the members of the group are hidden from each other (but not from owners). Note: This parameter is ignored in Oracle9iAS Portal 9.0.2 and later. Datatype: in number |
|
Exceptions:
Example: update_list
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |