|
get_manager function |
|
Contained in package wwsec_api. Call this function to return the user name of a specified user's manager. If there is no manager, this function returns null. function get_manager (
) return varchar2; |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameters: |
|
|
p_user_name |
The name of the user whose manager is being queried. Datatype: in varchar2 |
|
Returns: This function returns the manager's user name for the specified user, or null if the user has no manager. Exceptions:
Example: l_manager wwsec_person.user_name%type;
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |