|
set_defaultgroup procedure |
|
Contained in package wwsec_api. Call this procedure to set the default group for a specified user. Note: The default group is the group that the preference system will use if no user-level preferences are specified for a given setting. procedure set_defaultgroup (
); |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameters: |
|
|
p_groupid |
The unique identifier for the default group, or null if no preference. Datatype: in number |
|
p_username |
The name of the user for whom the default group should be defined. Note: Parameter p_username defaults to the current user.
Datatype: in varchar2 |
|
Exceptions:
Example: wwsec_api.set_default_group (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |