This function and procedure generates the <DIV> tag, which creates document divisions.

Syntax

The following is the syntax for HTP:

HTP.DIV(
   calign         IN       VARCHAR2   DEFAULT NULL
   cattributes    IN       VARCHAR2   DEFAULT NULL);

The following is the syntax for HTF:

HTF.DIV(calign, cattributes) RETURN VARCHAR2;

Parameters

ParameterPurpose
calignThe value for the ALIGN attribute
cattributesOther attributes to include as is in the tag