Skip Headers

Oracle Workflow API Reference
Release 2.6.3

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

VoteCount

PL/SQL Syntax

procedure VoteCount

(gid in number,
ResultCode in varchar2,
ResultCount out number,
PercentOfTotalPop out number,
PercentOfVotes out number);

Java Syntax

public static WFTwoDArray voteCount

(WFContext wCtx,
BigDecimal gid,
String resultCode)

Description

Counts the number of responses for a specified result code.

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.
ResultCode Result code to be tallied.

         Previous  Next          Contents  Index  Glossary


Oracle Logo
Copyright © 2003 Oracle Corporation.

All rights reserved.