Previous  Next          Contents  Index  Glossary

GetAttrInfo

PL/SQL Syntax

procedure GetAttrInfo

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

Java Syntax

public static WFTwoDataSource getAttrInfo

    (WFContext wCtx,
BigDecimal nid,
String aName)

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)

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


         Previous  Next          Contents  Index  Glossary