DBA Data[Home] [Help]

PACKAGE: APPS.HR_US_PERSON_TERM_LEG_HOOK

Source


1 PACKAGE HR_US_PERSON_TERM_LEG_HOOK AUTHID CURRENT_USER AS
2 /* $Header: pyusterm.pkh 120.1 2008/01/18 13:06:39 jdevasah noship $ */
3 /*
4    ******************************************************************
5    *                                                                *
6    *  Copyright (C) 1993 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 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     Package Name        : hr_us_person_term_leg_hook
21     Package File Name   : pyusterm.pkh
22 
23     Purpose             :
24 
25     This package has been created to correctly end date the US
26     Specific Federal, State, County, City level Tax Records
27     according to the Final Process Date entered by the User.
28     This package will be called from Before Process Hook
29     hr_periods_of_service_bk1.update_pds_details_b for US
30     legislation.
31     This package has been introduced due to the Functionality
32     provided in RUP that allows user to change (prepone or
33     postpone) Final Process Date.
34 
35 
36     Name          Date        Version Bug     Text
37     ------------- ----------- ------- ------- ------------------------------
38     sudedas       13-NOV-2006 115.0   5460532 Created.
39     vaprakas      16-NOV-2006 115.1   5460532 Modified DBDRV comments
40     vaprakas      17-NOV-2006 115.2   5460532 Modified DBDRV comments
41 
42 */
43 
44 procedure update_tax_rules(p_period_of_service_id in number,
45                            p_final_process_date in date) ;
46 end hr_us_person_term_leg_hook ;