Oracle9iAS Portal Developer Kit

retrieve function

Contained in package wwpro_api_parameters.

Call this procedure to retrieve a list of all the URL parameters (names and values), unchanged. The parameters are returned in a table of object_type wwpro_value.

function retrieve

return wwpro_values;

Any user can use this function.

Version: Oracle Portal 3.0.6.6.5 or later

Returns:

This function returns all the parameters in a wwpro_values table.

Exceptions:

This function raises no exceptions.

Example:

l_pro_values wwpro_values;

l_pro_values := wwpro_api_parameters.retrieve;

Note

A portlet instance is the display of a portlet on a single page. The same portlet may be displayed multiple times on the same page. Each time a portlet is added to a page, Oracle Portal generates a unique portlet instance ID that is the instance's reference path.

Related topics

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