Previous Next       Contents Index Glossary
         Previous  Next          Contents  Index  Glossary

AddAttr

PL/SQL Syntax

procedure AddAttr

  (nid in number,
aname in varchar2);

Java Syntax

public static boolean addAttr

    (WFContext wCtx,
BigDecimal nid,
String aName)

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)

wCtx Workflow context information. Required for the Java method only. See: Oracle Workflow Context.
nid The notification id.
aname The attribute name.
avalue The attribute value.


         Previous  Next          Contents  Index  Glossary