|
delete_value_by_id procedure |
|
Contained in package wwpre_api_value. Call this procedure to delete the value of a preference based on its level ID. procedure delete_value_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 level of the value to be deleted. Note: Use these constants to specify level_type.
Datatype: in varchar2 |
|
p_level_id |
The user ID or group ID for the value to be deleted. Notes:
Datatype: in varchar2 |
|
Exceptions:
Example: wwpre_api_value.delete_value_by_id (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |