Previous | Next | Contents | Index | Glossary | Library |
function RESPONDER
(nid in number) returns varchar2;
Description
This function returns the responder of a closed notification.
If the notification was closed using the Notification Viewer form or 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 an E-mail address.
Arguments (input)
| nidThe notification id |
Previous | Next | Contents | Index | Glossary | Library |