|
deregister_provider procedure (id) |
|
Contained in package wwpro_api_provider_registry. Call this procedure to remove one or more providers' registration records from the provider registry, given a provider ID. When called, deregister_provider calls the provider's deregister procedure. The portlet repository is updated. Notes:
|
|
|
Deleting a provider disables all portlet instances for that provider. To reinstate a deleted provider, use the wwpro_api_provider_registry.register_provider function with the original provider ID. The provider's disabled portlets are then restored. A user must have the All Provider Manage or All Provider Publish privilege to de-register a provider. |
|
Version: Oracle Portal 3.0.6.6.5 or later |
|
|
Parameters: |
|
|
p_id |
A unique identifier for the portlet provider to be deregistered. Note: A null value is not permitted. Datatype: in integer |
|
p_supress_exception |
Indicates whether to suppress failure of the provider deregister function.
Datatype: in integer |
|
Exceptions:
Example: l_provider_id := 92837; |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |