|
get_provider_list function (by name) |
|
Contained in package wwpro_api_node_registry. Call this function to return a list of registered providers that belong to the specified node(s). Notes:
function get_provider_list (
) return wwpro_api_provider_registry.provider_id_table; |
|
|
Any user can use this function. |
|
Version: Oracle Portal 3.0.6.6.5 or later |
|
|
Parameters: |
|
|
p_name |
The name of the node from which providers should be returned. Note: You can use the wild card operators % and _ when specifying node names. Datatype: in varchar2 |
|
p_prov_dist_ |
A flag that indicates if only those local providers that are marked as distributable to remote nodes should be returned. Notes:
Datatype: Boolean |
|
p_start_row |
The number of the first table row to be returned. Note: This parameter and p_row_count are used for report pagination. Datatype: in integer |
|
p_row_count |
The number of rows the table should contain. Datatype: in integer |
|
Returns: A list of registered providers. Exceptions: This function has no user-defined 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 |