|
register function |
|
Contained in package wwpro_api_progrp_registry. Call this function to register a provider group with Oracle Portal. The 'name' field of the specified provider_group_record must be the same as the name used to identify the provider group on the server. The 'location' field of the provider_group_record
specifies the URL for the provider group location. function register
) |
|
Version: Oracle9iAS Portal 9.0.2 or later |
|
|
Parameters: |
|
|
p_provider_group |
Identifies the provider group to be registered, i.e. a provider_group_record with 'location' and 'name' fields populated. Datatype: in provider_group_record |
|
p_create_flag |
For internal use only. |
|
Returns: This function returns the ID of the newly registered provider group. Exceptions:
Example: declare
begin
end; |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |