|
remove_string function (domain, subdomain, name, language) |
|
Contained in package wwnls_api. Call this function to remove a single translation of a string, or all translations of a string. Note: If p_sub_domain is not specified, then a value of 'all' is assumed. Here, 'all' is the name of a single subdomain. It does not refer to all subdomains. function remove_string (
) return number; |
|
|
If a base string is deleted, all translations for the specified string are deleted. |
|
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_ |
The subdomain in which the message string should be found. Example: TEXT, NAVBAR
Datatype: in wwnls_strings$.sub_domain%type |
|
p_name |
The unique name for the message string. Datatype: in wwnls_strings$.name%type |
|
p_language |
The NLS language name constant for the language to be deleted. Example: wwnls_api.BULGARIAN Datatype: in wwnls_strings$.language%type |
|
p_remove_all |
Indicates if all translations of a string should be removed:
Datatype: in boolean |
|
Returns: This function returns the number of rows deleted. Exceptions: If this function fails to execute, an NLS_EXECUTION_EXCEPTION is raised. Example: l_number := wwnls_api.remove_string (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |