function WorkCount (username in varchar2) return number;
public static BigDecimal workCount (WFContext wCtx, String userName)
Returns the number of open notifications assigned to a role.
| wCtx | Workflow context information. Required for the Java method only. See: Oracle Workflow Context. |
| username | The internal name of a role. |