|
get_provider_list function (by ID) |
|
Contained in package wwpro_api_node_registry. Call this function to return a list of providers, by ID, that belong to the specified node. Notes:
function get_provider_list (
) return wwpro_api_provider_registry.provider_table; |
|
|
Any user can use this function. |
|
Version: Oracle Portal 3.0.6.6.5 or later |
|
|
Parameters: |
|
|
p_id |
The ID of the node from which a list of providers should be returned. Note: If null, a complete list of providers from all registered nodes is returned. Datatype: in integer |
|
p_prov_dist_ |
A flag that indicates if this function should return only providers that are marked as distributable. Notes:
Datatype: Boolean |
|
Returns: This function returns a list of registered providers. Exceptions: This function raises no user-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_provider_list := wwpro_api_node_registry.get_provider_list (
); |
|
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |