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
 

WorkCount

PL/SQL Syntax

function WorkCount

(username in varchar2)
return number;

Java Syntax

public static BigDecimal workCount

 (WFContext wCtx,
String userName)

Description

Returns the number of open notifications assigned to a role.

Arguments (input)

wCtx Workflow context information. Required for the Java method only. See: Oracle Workflow Context.
username The internal name of a role.
 
         Previous  Next          Contents  Index  Glossary


Oracle
Copyright © 1996, 2002 Oracle Corporation.

All Rights Reserved.