|
user_name function |
|
Contained in package wwsec_api. Call this function to return a user name for a specified person ID. function user_name (
) |
|
Version: Oracle Portal 3.0.6.6.5 or later |
|
|
Parameters: |
|
|
p_id |
A unique identifying number for a person. Datatype: in number |
|
Returns: This function returns a user name for the specified ID. Exceptions:
Example: l_user_name varchar2 (30); l_user_name := wwsec_api.user_name (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |