|
get_base_string_record function |
|
Contained in package wwnls_api. Call this function to return the base string record, given the domain, subdomain and name. function get_base_string_record (
) |
|
Version: Oracle9iAS Portal 9.0.2 or later |
|
|
Parameters: |
|
|
p_domain |
The domain for the message string. Example: WWS Datatype: in wwnls_strings$.domain%type |
|
p_sub_ |
The subdomain for the message string. Note: The default 'all' refers to the name of a specific sub-domain. It does not refer to all subdomains. Example: TEXT, NAVBAR Datatype: in wwnls_strings$.sub_domain%type |
|
p_name |
A unique name for a message string. Datatype: in wwnls_strings$.name%type |
|
Returns: This function returns the base string_record. Exceptions:
Example: declare
begin
end; |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |