|
person_info function (name) |
|
Contained in package wwsec_api. Call this function to return information about a person when given a user name. function person_info (
) return wwsec_person%rowtype; |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameter: |
|
|
p_user_name |
The user name for a person. Datatype: in varchar2 |
|
Returns: This routine returns person information. Exceptions:
Example: l_person_rec wwsec_person%rowtype; l_person_rec := wwsec_api.person_info (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |