|
edit procedure |
|
Contained in package wwpro_api_progrp_registry. Call this procedure to update the properties of a registered provider
group. procedure edit
); |
|
Version: Oracle9iAS Portal 9.0.2 or later |
|
|
Parameters: |
|
|
p_provider_group |
A provider_group_record, where the 'id' field identifies the provider group to be updated and the 'name', 'display_name' and 'location' fields contain updated provider group details. Datatype: in provider_group_record |
|
Exceptions:
Example: declare
begin
end; |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |