|
is_logged_on function |
|
Contained in package wwctx_api. Call this function to check if a user is logged in. The function indicates whether the user is logged in, or is accessing Oracle Portal through the public account. Note:This function is similar to the logged_on function. The logged_on function returns a number instead of a boolean value, so the returned value can be used as a condition for creating a view. function is_logged_on return Boolean; |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Returns: This function returns TRUE if the user is logged in, FALSE otherwise. Exceptions: This function raises no user-defined exceptions. Example: if wwctx_api.is_logged_on then
end if; |
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |