|
get_schema_language function |
|
Contained in package wwnls_api. Call this function to return a list of the languages installed in the Oracle Portal schema. function get_schema_language return nls_scla_array; |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Returns: This function returns an array filled with the NLS names of the languages installed in a schema. Exceptions: If this function fails to execute, an NLS_EXECUTION_EXCEPTION is raised. Example: l_languages wwnls_api.nls_scla_array; l_languages := wwnls_api.get_schema_language; |
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |