Package wwpro_api_node_registry
This package contains a method that returns the ID of the local
node.
- Scope:
-
Public
- Since:
-
Oracle Portal 3.0.6.6.5
| Function/Procedure Summary |
get_local_node_id
Returns the ID of the local node. | integer |
LOCAL_NODE_NOT_FOUND
LOCAL_NODE_NOT_FOUND exception
-
The local node could not be found.
NODE_ID_GENERATION_EXCEPTION
NODE_ID_GENERATION_EXCEPTION exception
-
An error occurred when attempting to generate a node ID.
NODE_RETRIEVAL_EXCEPTION
NODE_RETRIEVAL_EXCEPTION exception
-
An error occurred when retrieving the node.
NODE_VALIDATION_EXCEPTION
NODE_VALIDATION_EXCEPTION exception
- Deprecated.
Oracle Portal 9.0.2 or later
-
ENABLE_DISTRIBUTION_NO
ENABLE_DISTRIBUTION_NO constant number := 0
- Deprecated.
Oracle Portal 9.0.2 or later
-
ENABLE_DISTRIBUTION_YES
ENABLE_DISTRIBUTION_YES constant number := 1
- Deprecated.
Oracle Portal 9.0.2 or later
-
NODE_TYPE_DISTRIBUTED
NODE_TYPE_DISTRIBUTED constant number := 0
- Deprecated.
Oracle Portal 9.0.2 or later
-
NODE_TYPE_LOCAL
NODE_TYPE_LOCAL constant number := 1
- Deprecated.
Oracle Portal 9.0.2 or later
-
| Function/Procedure Detail |
get_local_node_id
function get_local_node_id
return integer
-
Returns the ID of the local node.
Any user can use this function.
l_node_id := wwpro_api_node_registry.get_local_node_id;
- Returns:
- the ID of the local node
- Exceptions:
-
LOCAL_NODE_NOT_FOUND - if the local node is not found -
NODE_RETRIEVAL_EXCEPTION - if an error occurs when
retrieving the local node - Since:
-
Oracle Portal 3.0.6.6.5