Oracle9iAS Portal Developer Kit

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

(

p_id in integer,

p_language in varchar2 default wwctx_api.get_nls_language

);

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

(

p_id => 787,
p_language => wwnls_api.AMERICAN

);

Note

DBMS_OUTPUT is an Oracle database package that can be used to display the values of variables within a PL/SQL block.

Related topics

The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio