DBA Data[Home] [Help]

PACKAGE: APPS.PAY_US_W2_WF

Source


1 PACKAGE pay_us_w2_wf
2 /* $Header: pyusw2wf.pkh 115.5 2002/12/04 21:06:03 meshah noship $ *
3 /*
4    ******************************************************************
5    *                                                                *
6    *  Copyright (C) 2000 Oracle Corporation.                        *
7    *  All rights reserved.                                          *
8    *                                                                *
9    *  This material has been provided pursuant to an agreement      *
10    *  containing restrictions on its use.  The material AUTHID CURRENT_USER is also     *
11    *  protected by copyright law.  No part of this material may     *
12    *  be copied or distributed, transmitted or transcribed, in      *
13    *  any form or by any means, electronic, mechanical, magnetic,   *
14    *  manual, or otherwise, or disclosed to third parties without   *
15    *  the express written permission of Oracle Corporation,         *
16    *  500 Oracle Parkway, Redwood City, CA, 94065.                  *
17    *                                                                *
18    ******************************************************************
19 
20     Name        : pay_us_w2_wf
21 
22     Description : Contains workflow code for W2 Notification workflow
23 
24     Uses        :
25 
26     Change List
27     -----------
28     Date        Name    Vers   Description
29     ----        ----    ----   -----------
30     22-MAR-2002 meshah  115.0  Created.
31     26-MAR-2002 fusman  115.1  Added dbdrv command.
32     27-MAR-2002 fusman  115.2  Changed pls.
33     17-MAY-2002 fusman  115.3  Added set verify off.
34     19-AUG-2002 fusman  115.3  Added whenever OS error command.
35     04-DEC-2002 meshah  115.5  nocopy.
36   *******************************************************************/
37   AS
38 
39   gv_itemtype VARCHAR2(80) := 'HRSSA';
40 
41 
42  PROCEDURE get_w2_notifier(itemtype   in varchar2
43 		   	    ,itemkey  in varchar2
44 		   	    ,actid    in number
45 		   	    ,funcmode in varchar2
46 		   	    ,result   out nocopy varchar2
47 		   	     );
48 
49  /******************************************************************
50   **
51   ** Description:
52   **     Gets the next payroll rep who needs to be notified and sets
53   ** 	 the forward from/to item attributes as proper.
54   **
55   **
56   ** Access Status:
57   **     Public
58   **
59   ******************************************************************/
60 
61 END pay_us_w2_wf;