|
get_nls_language function |
|
Contained in package wwctx_api. Call this function to get the National Language Support (NLS) language used by the Oracle Portal user current logged in.
function get_nls_language |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Returns: This function returns the NLS language used by the user currently logged in. Exceptions: If no session is found, a NO_SESSION_EXCEPTION is raised. Example: This example returns unexpected error in the language being used by the user currently logged in. begin
end; |
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |