DBA Data[Home] [Help]

APPS.WF_STANDARD dependencies on STANDARD

Line 1: package WF_STANDARD as

1: package WF_STANDARD as
2: /* $Header: wfstds.pls 120.2.12010000.1 2008/07/25 14:45:46 appldev ship $ */
3:
4:
5: -- AbortProcess

Line 69: -- Standard Compare function.

65: funcmode in varchar2,
66: resultout in out nocopy varchar2);
67:
68: -- Compare
69: -- Standard Compare function.
70: -- Compare two values and return TRUE/FALSE.
71: -- IN
72: -- itemtype - item type
73: -- itemkey - item key

Line 460: -- Standard Voting Function

456: funcmode in varchar2,
457: resultout in out nocopy varchar2);
458:
459: -- VoteForResultType
460: -- Standard Voting Function
461: -- IN
462: -- itemtype - A valid item type from (WF_ITEM_TYPES table).
463: -- itemkey - A string generated from the application object's primary key.
464: -- actid - The process activity(instance id).

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

474: -- - percentage ofvotes cast.
475: --
476: -- - REQUIRE_ALL_VOTES - Evaluate voting after all votes are cast.
477: -- - If a Timeout occurs and all votes have not
478: -- - been cast then the standard timeout
479: -- - transition is taken. Votes are calculated
480: -- - as a percenatage of users notified to vote.
481: --
482: -- - TALLY_ON_EVERY_VOTE - Evaluate voting after every vote or a

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

488: -- - of votes cast.
489: --
490: -- "One attribute for each of the activities result type codes"
491: --
492: -- - The standard Activity VOTEFORRESULTTYPE has the WFSTD_YES_NO
493: -- - result type assigned.
494: -- - Thefore activity has two activity attributes.
495: --
496: -- Y - Percenatage required for Yes transition

Line 605: END WF_STANDARD;

601: actid in number,
602: funcmode in varchar2,
603: resultout in out nocopy varchar2);
604:
605: END WF_STANDARD;