|
get_preferred_territory function |
|
Contained in package wwnls_api. Call this function to determine the database territory that matches
a selected HTTP language. function get_preferred_territory |
|
Version: Oracle9iAS Portal 9.0.2 or later |
|
|
Returns: This function returns a territory abbreviation. Exceptions: This function raises no user-defined exceptions. Example: l_territory varchar2(30); l_territory := wwnls_api.get_preferred_territory; |
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |