function RESPONDER (nid in number) return varchar2;
public static String responder (WFContext wCtx, BigDecimal nid)
This function returns the responder of a closed notification.
If the notification was closed using the Web notification interface the value returned will be a valid role defined in the view WF_ROLES. If the notification was closed using the e-mail interface then the value returned will be either a role or an e-mail address. See: Respond.
| wCtx | Workflow context information. Required for the Java method only. See: Oracle Workflow Context. |
| nid | The notification ID. |