|
get_string_record function (id, language) |
|
Contained in package wwnls_api. Call this function to get a message record for a message string ID and an NLS language constant. Notes:
function get_string_record (
) return string_record; |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameters: |
|
|
p_id |
A message record ID number. Datatype: in wwnls_strings$.id%type |
|
p_language |
The NLS language name constant for the language to be retrieved. Example: wwnls_api.AMERICAN
Datatype: in wwnls_strings$.language%type |
|
Returns: If p_language is null, the message record specified by p_id is returned. If p_language is not null, the message record specified by p_id is returned in the specified language. Exceptions: If this function fails to execute, an NLS_EXECUTION_EXCEPTION is raised. Example: l_string_record := wwnls_api.get_string_record (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |