|
get_node function |
|
Contained in package wwpro_api_node_registry. Call this function to return node information for the specified provider. The node information that is returned is for the node where the provider implementation is stored. function get_node (
) return node_record; |
|
Version: Oracle Portal 3.0.6.6.5 or later |
|
|
Parameters: |
|
|
p_provider_ |
The ID of the provider from which a node record is returned. Datatype: in integer |
|
Returns: This function returns a node_record containing details of the specified node. 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: l_node_info := wwpro_api_node_registry.get_node (
); |
|
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |