procedure VoteCount (gid in number, ResultCode in varchar2, ResultCount out number, PercentOfTotalPop out number, PercentOfVotes out number);
public static WFTwoDArray voteCount (WFContext wCtx, BigDecimal gid, String resultCode)
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.
| 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. |