LISTINGOPEN and LISTINGCLOSE v16

These functions and procedures generate the <LISTING> and </LISTING> tags, which mark a section of fixed-width text in the body of an HTML page.

Syntax

The following is the syntax for HTP:

HTP.LISTINGOPEN;

HTP.LISTINGCLOSE;

The following is the syntax for HTF:

HTF.LISTINGOPEN RETURN VARCHAR2;

HTF.LISTINGCLOSE RETURN VARCHAR2;