|
deregister_provider procedure (owner) |
|
Contained in package wwpro_api_provider_registry. Call this procedure to remove one or more providers' registration records from the provider registry, identifying the provider by schema name. 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_owner |
The name of the schema that owns the provider. Datatype: in varchar2 |
|
p_supress_exception |
Indicates whether to suppress failure of the provider deregister function.
Datatype: in integer |
|
Exceptions:
Example : l_owner := 'userapp' |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |