Previous  Next          Contents  Index  Glossary  Library

GetAttrInfo

Syntax

procedure GetAttrInfo

(nid in number,
 aname in varchar2,
 atype out varchar2,
 subtype out varchar2,
 format out varchar2);

Description

Returns information about a notification attribute, such as its type, subtype, and format, if any is specified. The subtype is always SEND or RESPOND to indicate the attribute's source.

Arguments (input)

nidThe notification id.
aname The attribute name.


         Previous  Next          Contents  Index  Glossary  Library