|
get_value_as_number_by_id function |
|
Contained in package wwpre_api_value. Call this function to use level ID to get the preference value as a number. Note: For details about returning preference values, see About preference values. function get_value_as_number_by_id (
) return number; |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameters: |
|
|
p_path |
The path for the preference name. Datatype: in varchar2 |
|
p_name |
The preference name. Datatype: in varchar2 |
|
p_level_type |
A constant value for the level at which the value is retrieved. Note: If a value is not specified for p_level_type, this function attempts to inherit the value, moving to each step if a value is not found:
Datatype:
in varchar2 |
|
p_level_id |
The user or group ID for which the value is to be retrieved. Notes:
Datatype:
in integer |
|
Returns: This function returns the number value of a specified preference. It returns null if there is no value or if the preference name was not found. Exceptions:
Example: l_number_value := wwpre_api_value.get_value_as_number_by_id (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |