|
set_value_as_string_by_id procedure |
|
Contained in package wwpre_api_value. Call this procedure to set the value for a preference as a type-specific text string identified by level ID. procedure set_value_as_string_by_id (
); |
|
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 type of level at which the value is stored. Datatype: in varchar2 |
|
p_level_id |
Then user ID or group ID for which the value is stored. Note: If the level type is SYSTEM, then level ID must be wwpre_api_value.SYSTEM_LEVEL_ID. Datatype: in integer |
|
p_value |
The preference value to be stored. Datatype: in varchar2 |
|
p_language |
The language to be used for value transformations. 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 the page color to #FF0000 for user SCOTT, at the user level. wwpre_api_value.set_value_as_string_by_id (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |