Skip Headers

Oracle Workflow API Reference
Release 2.6.3

Part Number B10286-02
Previous Next       Contents Index Glossary
         Previous  Next          Contents  Index  Glossary

OpenNotificationsExist

PL/SQL Syntax

function OpenNotificationsExist

(gid in number)
return boolean;

Java Syntax

public static boolean openNotificationsExist

(WFContext wCtx,
BigDecimal gid)

Description

This function returns 'TRUE' if any notification associated with the specified notification group ID is 'OPEN', otherwise it returns 'FALSE'.

Use this procedure only if you are writing your own custom Voting activity. See: Voting Activity, Oracle Workflow Developer's Guide.

Arguments (input)

wCtx Workflow context information. Required for the Java method only. See: Oracle Workflow Context.
gid The notification group ID.

         Previous  Next          Contents  Index  Glossary


Oracle Logo
Copyright © 2003 Oracle Corporation.

All rights reserved.