|
set_value_as_date procedure |
|
Contained in package wwpre_api_value. Call this procedure to set a date value for a preference. procedure set_value_as_date (
); |
|
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 associated with the value to be stored. Note: If the level type is SYSTEM, then level name must be NULL. Datatype: in varchar2 |
|
p_value |
The date value to be stored. Datatype: in date |
|
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: wwpre_api_value.set_value_as_date (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |