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
 

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.

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
Copyright © 1996, 2002 Oracle Corporation.

All Rights Reserved.