Previous  Next          Contents  Index  Glossary  Library

AddAttr

Syntax

procedure AddAttr

  (nid in number,
   aname in varchar2);

Description

Adds a new runtime notification attribute. You should perform validation and insure consistency in the use of the attribute, as it is completely unvalidated by Oracle Workflow.

Arguments (input)

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


         Previous  Next          Contents  Index  Glossary  Library