Previous  Next          Contents  Index  Glossary

GetInfo

PL/SQL Syntax

procedure GetInfo

(nid in number,
role out varchar2,
message_type out varchar2,
message_name out varchar2,
priority out number,
due_date out date,
status out varchar2);

Java Syntax

public static WFTwoDDataSource getInfo

    (WFContext wCtx,
BigDecimal nid)

Description

Returns the role that the notification is sent to, the item type of the message, the name of the message, the notification priority, the due date and the status for the specified notification.

Arguments (input)

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


         Previous  Next          Contents  Index  Glossary