|
get_name function |
|
Contained in package wwpre_api_util. Call this function to get the preference name record. The function returns the record for the preference name based on the path.
function get_name |
|
Version: Oracle Portal 3.0.8 | |
|
Parameters: |
|
|
p_path |
The path for the preference name. Datatype: in varchar2 |
|
p_name |
The preference name. Datatype: in varchar2 |
|
Returns: This function returns the preference name record. Exceptions:
Example: declare
begin
end; |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |