Oracle9iAS Portal Developer Kit

get_inline_html function

Contained in package wwerr_api_error_ui.

Call this function to return the error stack in inline HTML format. Inline HTML format means that the HTML generated by the API is displayed at the end of the current page, i.e. a separate new page is not displayed.

Note: An audit record is created each time this function is called. An audit record contains the date, time, and user ID of the person who called the function.

function get_inline_html
return varchar2;

Version: Oracle Portal 3.0.6.6.5 or later

Returns:

This function returns the error stack in inline HTML format.

Exceptions:

This function raises no user-defined exceptions.

Example:

wwerr_api_error_ui.get_inline_html;

 

Related topics

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