|
users_in_group function |
|
Contained in package wwsec_api. Call this function to return a list of all the users in a specified group. function users_in_group (
) returns array; |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameter: |
|
|
p_group_id |
The unique identifier of a group. Datatype: in number |
|
Returns: This function returns an array of user names. Exceptions:
Example: l_username_array wwsec_api.array; l_username_array := wwsec_api.users_in_group (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |