|
edit_node procedure |
|
Contained in package wwpro_api_node_registry. Call this procedure to change node properties for a registered node. Notes:
procedure edit_node (
); |
|
|
A user must have the All Provider Manage or All Provider Publish privilege to edit a node. |
|
Version: Oracle Portal 3.0.6.6.5 or later |
|
|
Parameters: |
|
|
p_node_ |
A node_record structure that contains all the information of the registered remote node. Notes:
Datatype: in node_record |
|
Exceptions:
Note: This and other provider node APIs add error messages to the error stack before they raise exceptions. This allows users to interrogate the error stack if a problem occurs. Example: wwpro_api_node_registry.edit_node (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |