|
get_providers function |
|
Contained in package wwpro_api_progrp_registry. Call this function to obtain the list of providers that are defined
by a particular provider group. The 'location' field of the provider_group_record
specifies the URL for the provider group location. function get_providers
) |
|
Version: Oracle9iAS Portal 9.0.2 or later |
|
|
Parameters: |
|
|
p_provider_group |
Identifies the provider group, i.e. a provider_group_record with 'location' and 'name' fields populated. Datatype: in provider_group_record |
|
Returns: This function returns a table of provider records
describing the providers that are available for the specified provider
group. Exceptions: This function raises no user-defined exceptions. Example: declare
begin
end; |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |