Oracle Workflow Guide
Release 2.6.2

Part Number A95265-03
  Go to previous page Go to next page       Go To Table Of Contents Go To Index Go To Table Of Contents

                     Contents  Index  Glossary Master Index Feedback
 

Responder

PL/SQL Syntax

function RESPONDER

(nid in number)
returns varchar2;

Java Syntax

public static String responder

 (WFContext wCtx,
BigDecimal nid)

Description

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 an e-mail address. See: Respond.

Arguments (input)

wCtx Workflow context information. Required for the Java method only. See: Oracle Workflow Context.
nid The notification id
 
         Previous  Next          Contents  Index  Glossary


Oracle
Copyright © 1996, 2002 Oracle Corporation.

All Rights Reserved.