|
is_context_set function |
|
Contained in package wwctx_api. Call this function to determine whether session context is set for the current session. Note: This function can be used to check whether a session context has been set with set_context before using methods that require the session context to be set. function is_context_set return boolean; |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Returns: This function returns TRUE if a context has been set, FALSE otherwise. Exceptions: This function raises no user-defined exceptions. Example: if wwctx_api.is_context_set then |
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |