|
group_info function |
|
Contained in package wwsec_api. Call this function to return information about a specified group. function group_info (
) return wwsec_group$%rowtype; |
|
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 a row of group information including: SUBSCRIBER_ID, ID, NAME, DESCRIPTION, HIDDEN_GROUP, DELETABLE, GUID and DN columns. Exceptions:
Example: l_group_rec wwsec_group$%rowtype; l_group_rec := wwsec_api.group_info (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |