Previous  Next          Contents  Index  Glossary  Library

GetBody

Syntax

function GetBody

(nid in number)
 return varchar2;

Description

Returns the message body for the notification. Any message attribute in the body is token substituted with the value of the corresponding message attribute. This text is not formatted; it should be wordwrapped as appropriate for the output device. Body text may contain tabs (which indicate indentation) and newlines (which indication paragraph termination).

Argument (input)

nidThe notification id


         Previous  Next          Contents  Index  Glossary  Library