|
remove procedure |
|
Contained in package wwpro_api_progrp_registry. Call this procedure to delete a registered provider group. procedure remove
); |
|
Version: Oracle9iAS Portal 9.0.2 or later |
|
|
Parameters: |
|
|
p_provider_group_id |
The ID of the provider group to be deleted. Datatype: in varchar2 |
|
Exceptions: If the Portal user executing this function does not have All Provider Manage or All Provider Publish rights, PROGRP_SECURITY_EXCEPTION is raised. Example: begin wwpro_api_progrp_registry.remove
); end; |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |