|
http_to_nls procedure |
|
Contained in package wwnls_api. Call this procedure to map an HTTP language abbreviation to an NLS language name. procedure http_to_nls (
); |
|
Version: Oracle9iAS Portal 9.0.2 or later |
|
|
Parameters: |
|
|
p_http_language |
An HTTP language abbreviation. Example: 'us' Datatype: in varchar2 |
|
p_nls_language |
A mapped NLS language abbreviation. Example: 'AMERICA' Datatype: out varchar2 |
|
p_found_match |
Indicates whether a match is found. Datatype: out boolean |
|
Exceptions: This function raises no user-defined exceptions. Example: declare
begin
end; |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |