|
delete_path procedure |
|
Contained in package wwwpre_api_name. Call this procedure to delete a preference path. The delete_path procedure deletes the specified path, the specified name and all values associated with it, and all subordinate names and values. Notes:
Examples:
procedure delete_path (
); |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameters: |
|
|
p_path |
The preference path to be deleted. Datatype: in varchar2 |
|
Exceptions:
Example: wwwpre_api_name.delete_path (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |