|
person_info function (ID) |
|
Contained in package wwsec_api. Call this function to return information about a person when given a person ID. function person_info (
) return wwsec_person%rowtype; |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameter: |
|
|
p_person_id |
A unique identifier for a person. Datatype: in number |
|
Returns: This function returns person information. Exception:
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 |