|
get_id function |
|
Contained in package wwnls_api. Call this function to return a string ID specified by domain, subdomain, name, and language. function get_id (
) return wwnls_strings$.id%type; |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameters: |
|
|
p_domain |
The domain in which the message string should be found. Example: WWS Datatype: in wwnls_strings$Domain%type |
|
p_sub_domain |
The subdomain in which the message string should be found. Example: TEXT, NAVBAR. Datatype: in wwnls_strings$Name%type |
|
p_name |
The unique name of the message string. Datatype: in wwnls_strings$Name%type |
|
p_language |
The NLS language name constant for the language to be returned. Example: wwnls_api.AMERICAN Datatype: in wwnls_strings$.language%type |
|
Returns: This function returns a string ID based on a specified domain, sub-domain, string name, and NLS language constant. Exceptions:
Example: l_string_id := wwnls_api.get_id (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |