Oracle Workflow API Reference Release 2.6.3.5 Part Number B12163-02 |
Previous | Next | Contents | Index | Glossary |
procedure Close
(nid in number,
responder in varchar2 default null);
Java Syntax
public static boolean close
(WFContext wCtx,
BigDecimal nid,
String responder)
Description
This procedure closes a notification.
Arguments (input)
wCtx | Workflow context information. Required for the Java method only. See: Oracle Workflow Context. |
nid | The notification ID. |
responder | The user or role who responded to the notification. |
Previous | Next | Contents | Index | Glossary |