|
copy_string procedure |
|
Contained in package wwnls_api. Call this method to copy all language strings for a specified name. procedure copy_string (
); |
|
|
The copy_string procedure can now copy over existing strings. |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameters: |
|
|
p_source_domain |
The name of the domain that contains the string to be copied. Datatype: varchar2 |
|
p_source_sub_domain |
The name of the subdomain that contains the string to be copied. Datatype: varchar2 |
|
p_source_name |
The name of the string to be copied. Datatype: varchar2 |
|
p_destination_domain |
The name of the domain to receive the copied string. Datatype: varchar2 |
|
p_destination_ |
The name of the sub domain to receive the copied string. Datatype: varchar2 |
|
p_destination_ |
The name under which the copied string will be saved. Datatype: varchar2 |
|
Exceptions: If the string cannot be copied, an NLS_EXECUTION_EXCEPTION is raised. Example: wwnls_api.copy_string
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |