Previous  Next          Contents  Index  Glossary

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)

wCtxWorkflow context information. Required for the Java method only. See: Oracle Workflow Context.
username The internal name of a role.


         Previous  Next          Contents  Index  Glossary