|
get_public_user function |
|
Contained in package wwctx_api. Call this function to get the name of the current public user. function get_public_user return varchar2; |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Returns: This function returns the name of the current public user. Exceptions: This function raises no user-defined exceptions. Example: l_user wwsec_person.user_name%type; |
|
A public user is a user that is not logged in to Oracle Portal. |
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |