|
print_provider procedure |
|
Contained in package wwpro_api_provider_registry. Call this procedure to find and print the specified provider information as DBMS_OUTPUT. procedure print_provider (
); |
|
|
Any user can execute this procedure. |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameters: |
|
|
p_id |
A unique identifier for the portlet provider, allocated by Oracle Portal. Note: The value for this parameter cannot be null. Datatype: in integer |
|
p_language |
A constant that specifies the language for the returned translatable strings. Datatype: in varchar2 Default: wwctx_api.get_nls_language (current language environment) |
|
Exceptions: This procedure raises no user-defined exceptions. Example: wwpro_api_provider_registry.procedure print_provider (
); |
|
|
DBMS_OUTPUT is an Oracle database package that can be used to display the values of variables within a PL/SQL block. |
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |