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