|
get_translations (id) |
|
Contained in package wwnls_api. Call this function to return all the translations of a string, given a string ID. function get_translations (
) |
|
Version: Oracle9iAS Portal 9.0.2 or later |
|
|
Parameters: |
|
|
p_id |
The message string ID. Datatype: in wwnls_strings$.id%type |
|
Returns: This function returns a string_array containing all the translations of a string, given message string ID. Exceptions: If this function fails to execute, NLS_EXECUTION_EXCEPTION is raised. Example: declare
begin
end; |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |