ADDRESS v16

This function and procedure generates the <ADDRESS> and </ADDRESS> tags, which specify the address, author, and signature of a document.

Syntax

The following is the syntax for HTP:

HTP.ADDRESS (
   cvalue         IN       VARCHAR2
   cnowrap        IN       VARCHAR2   DEFAULT NULL
   cclear         IN       VARCHAR2   DEFAULT NULL
   cattributes    IN       VARCHAR2   DEFAULT NULL);

The following is the syntax for HTF:

HTF.ADDRESS (cvalue, cnowrap, cclear, cattributes) RETURN VARCHAR2;

Parameters

ParameterPurpose
cvalueThe string between the <ADDRESS> and </ADDRESS> tags
cnowrapIf the value for this parameter isn't NULL, adds the NOWRAP attribute in the tag
cclearThe value for the CLEAR attribute
cattributesOther attributes to include as is in the tag