|
is_in_login_server function |
|
Contained in package wwctx_api. Call this function to check whether the current procedure is in the Single Sign-On (SSO Login Server. Note: This function indicates whether the current product schema is the SSO schema. function is_in_login_server return boolean; |
|
Version: Oracle9iAS Portal 9.0.2 or later | |
|
Returns: This function returns TRUE if the procedure is executing from the SSO Server, FALSE otherwise. Exceptions: This function raises no user-defined exceptions. Example: if wwctx_api.is_in_login_server then
end if; |
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |