Oracle9iAS Portal Developer Kit

show_portlet procedure

Contained in package wwa_app_module.

Call this procedure to display a form component as a portlet on a page. The provider calls this procedure along with the portlet runtime record.

procedure show_portlet
(
    p_portlet_record in out wwpro_api_provider.portlet_runtime_record
);

Version: Oracle Portal 3.0.9

Parameters:

p_portlet_record

A portlet_runtime_record.

Datatype: in out wwpro_api_provider.portlet_runtime_record

Exceptions:

None.

Example:

Consider a procedure that declares a local variable of the type wwpro_api_provider.portlet_runtime_record and populates the fields of the record with appropriate values. To display the form component as a portlet, call:

<portal_schema>.wwa_app_module.show_portlet
(

<local record>

);

Related topics

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