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