|
create_path procedure |
|
Contained in package wwwpre_api_name. Call this procedure to create a new hierarchical path or to add a name to an existing hierarchical path. After creating or extending a path, call the create_name procedure to associate a preference name with the path. Notes:
procedure create_path (
); |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameters: |
|
|
p_path |
The preference path to be created. Datatype: in varchar2 |
|
Exceptions:
Example: begin
end |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |