|
copy_string function |
|
Contained in package wwnls_api. Call this method to copy all language strings given a string ID. The
name of the new strings will be their newly generated ID. function copy_string
) return nls_string_id_type; |
|
Version: Oracle9iAS Portal 9.0.2 or later |
|
|
Parameters: |
|
|
p_source_nls_id |
The ID of the source string Datatype: nls_string_id_type |
|
Returns: This function returns Exceptions:
Example: declare
begin
end; |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |