DBA Data[Home] [Help]

PACKAGE: APPS.WF_TSTMON

Source


1 package WF_TSTMON AUTHID CURRENT_USER as
2 /* $Header: wftmons.pls 115.2 2002/11/11 11:53:15 rosthoma noship $ */
3 
4 --
5 -- Procedure
6 --	StartProcess
7 --
8 -- Description		starts the test Workflow Monitor process
9 --
10 -- IN
11 --   ItemType - Item Type from Launch Process screen
12 --   ItemKey - Item Key from Launch process screen
13 --
14 procedure GetMonURLs(itemtype  in varchar2,
15                  itemkey   in varchar2,
16                  actid   in number,
17                  funcmode  in varchar2,
18                  resultout in out varchar2);
19 end WF_TSTMON;