|
user_in_groups function |
|
Contained in package wwsec_api. Call this function to return a list of the groups to which a specified user belongs. function user_in_groups (
) return idarray; |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameter: |
|
|
p_user_name |
The name of the user whose group membership is being checked. Datatype: in varchar2 |
|
Returns: This function returns an array filled with the IDs of the groups to which the specified user belongs. Exceptions:
Example: l_groupid_array wwsec_api.idarray; l_groupid_array := wwsec_api.user_in_groups (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |