|
set_value_as_varchar2 procedure |
|
Contained in package wwpre_api_value.
Call this procedure to set a varchar2 value for a preference. procedure set_value_as_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 stored. Datatype: in varchar2 |
|
p_level_name |
The user name or group name for the value to be stored. Note: If the level type is SYSTEM, then level name must be NULL. Datatype: in varchar2 |
|
p_value |
The varchar2 value to be stored. Datatype: in varchar2 |
|
p_commit |
This parameter is now obsolete. It is left here only to ensure that when older code is used, it still compiles. |
|
Exceptions:
Example: This example sets 'Tahoma' as the value for the font_name parameter at the user level. begin wwpre_api_value.set_value_as_varchar2 (
);
exception
end; |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |