|
register_provider procedure |
|
Contained in package wwpro_api_provider. Oracle Portal calls this procedure when a provider is registered. It allows providers to do provider-level initializations. The registration may be via the Oracle Portal UI or API function wwpro_api_provider_registry.register_provider. procedure register_provider (
); |
|
|
Any user can use this procedure. |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameters: |
|
|
p_provider_id |
A unique identifier for the provider. Datatype: in integer |
|
Exceptions:
Examples: Calling code: wwpro_api_provider.register_provider (
); Call to the provider: provider_owner.example_provider.register_provider (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |