DBA Data[Home] [Help]

PACKAGE: APPS.PAY_US_YEAR_BEGIN_PROCESS

Source


1 PACKAGE pay_us_year_begin_process AS
2 /* $Header: payusyearbegin.pkh 120.0 2005/05/29 11:27:01 appldev noship $ */
3 --
4 /*
5 *
6    ******************************************************************
7    *                                                                *
8    *  Copyright (C) 1996 Oracle Corporation.                        *
9    *  All rights reserved.                                          *
10    *                                                                *
11    *  This material has been provided pursuant to an agreement      *
12    *  containing restrictions on its use.  The material is also     *
13    *  protected by copyright law.  No part of this material may     *
14    *  be copied or distributed, transmitted or transcribed, in      *
15    *  any form or by any means, electronic, mechanical, magnetic,   *
16    *  manual, or otherwise, or disclosed to third parties without   *
17    *  the express written permission of Oracle Corporation,         *
18    *  500 Oracle Parkway, Redwood City, CA, 94065.                  *
19    *                                                                *
20    ******************************************************************
21 
22     Name        : pay_us_year_begin_process
23 
24 
25 
26     Change List
27     -----------
28      Date        Name      Vers    Bug No    Description
29      ----        ----      ------  -------   ---------------
30     09-Nov-2004	 schauhan  115.0   3625425   Initial Version
31 */
32 PROCEDURE  reset_overrides
33               (errbuf                      out nocopy varchar2
34               ,retcode                     out nocopy number
35 	      ,p_business_group            in  varchar2
36 	      ,p_curr_year                 in  varchar2
37 	      ,p_clr_ind_add_ovr           in  varchar2
38 	      ,p_clr_ind_eic               in  varchar2
39 	      ,p_clr_sui_wb_ovr            in  varchar2
40 	      ,p_clr_pa_head_tax           in  varchar2
41 	      ,p_clr_fed_eic_filing_status in  varchar2
42 	     );
43 
44 
45 end pay_us_year_begin_process;