DBA Data[Home] [Help]

APPS.ENG_WORKFLOW_API_PKG dependencies on STANDARD

Line 137: -- Standard Voting Function

133: funcmode IN VARCHAR2,
134: result IN OUT NOCOPY VARCHAR2);
135:
136: -- VoteForResultType
137: -- Standard Voting Function
138: -- IN
139: -- itemtype - A valid item type from (WF_ITEM_TYPES table).
140: -- itemkey - A string generated from the application object's primary key.
141: -- actid - The process activity(instance id).

Line 155: -- - been cast then the standard timeout

151: -- - percentage ofvotes cast.
152: --
153: -- - REQUIRE_ALL_VOTES - Evaluate voting after all votes are cast.
154: -- - If a Timeout occurs and all votes have not
155: -- - been cast then the standard timeout
156: -- - transition is taken. Votes are calculated
157: -- - as a percenatage of users notified to vote.
158: --
159: -- - TALLY_ON_EVERY_VOTE - Evaluate voting after every vote or a

Line 169: -- - The standard Activity VOTEFORRESULTTYPE has the WFSTD_YES_NO

165: -- - of votes cast.
166: --
167: -- "One attribute for each of the activities result type codes"
168: --
169: -- - The standard Activity VOTEFORRESULTTYPE has the WFSTD_YES_NO
170: -- - result type assigned.
171: -- - Thefore activity has two activity attributes.
172: --
173: -- Y - Percenatage required for Yes transition