|
get_value_as_varchar2 function |
|
Contained in package wwpre_api_value. Call this function to return a preference value as varchar2, if the preference value was stored as varchar2. Note: For details about returning preference values, see About preference values. function get_value_as_varchar2 (
) return varchar2; |
|
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_name |
The user name or group name for which the value will be retrieved. Notes:
Datatype:
in varchar2 |
|
Returns: This function returns the preference value as varchar2. It returns null if there is no value or if the preference name was not found. Exceptions:
Example: This example gets a value for a group. l_varchar2_value := wwpre_api_value.get_value_as_varchar2 (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |