LISTHEADER v16

This function and procedure generates the <LH> and </LH> tags, which print an HTML tag at the beginning of the list.

Syntax

The following is the syntax for HTP:

HTP.LISTHEADER (
   ctext          IN       VARCHAR2
   cattributes    IN       VARCHAR2   DEFAULT NULL);

The following is the syntax for HTF:

HTF.LISTHEADER (ctext, cattributes) RETURN VARCHAR2;

Parameters

ParameterPurpose
ctextThe text to place between <LH> and </LH>
cattributesOther attributes to include as is in the tag