Previous  Next          Contents  Index  Glossary  Library

SetAttribute

Syntax

procedure SetAttrText

  (nid in number,
   aname in varchar2,
   avalue in varchar2);

procedure SetAttrNumber
  (nid in number,
   aname in varchar2,
   avalue in number);

procedure SetAttrDate
  (nid in number,
   aname in varchar2,
   avalue in date);

Description

Used at both send and respond time to set the value of notification attributes. The notification agent (sender) may set the value of SEND attributes. The performer (responder) may set the value of RESPOND attributes.

Arguments (input)

nidThe notification id.
aname The attribute name.
avalue The attribute value.


         Previous  Next          Contents  Index  Glossary  Library