|
is_language_permitted function |
|
Contained in package wwnls_api. Call this function to determine if a given language is available.
function is_language_permitted (
) return boolean; |
|
Version: Oracle9iAS Portal 9.0.2 or later |
|
|
Parameters: |
|
|
p_language |
The language abbreviation to be checked. Datatype: in varchar2 |
|
p_product_messages |
Indicates the flag to be checked:
Datatype: in boolean |
|
Returns: This function returns true if the corresponding flag is 1, false otherwise. Exceptions: This function raises no user-defined exceptions. Example: if wwnls_api.is_language_permitted(
) then
end if; |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |