DBA Data[Home] [Help]

PACKAGE: APPS.HR_CA_PERSON_TERM_LEG_HOOK

Source


1 PACKAGE HR_CA_PERSON_TERM_LEG_HOOK AUTHID CURRENT_USER AS
2 /* $Header: pycaterm.pkh 120.0.12010000.1 2008/11/12 09:25:05 sneelapa 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_ca_person_term_leg_hook
21     Package File Name   : pycaterm.pkh
22 
23     Purpose             :
24 
25     This package has been created to correctly end date the CA
26     Specific Federal, Provindial Tax Records
27     according to the Final Process Date entered by the User.
28     This package will be called before Process Hook
29     hr_periods_of_service_bk1.update_pds_details_b for CA
30     legislation.
31 
32     Name          Date        Version Bug     Text
33     ------------- ----------- ------- ------- ------------------------------
34     sneelapa      24-APR-2008 115.0           Initial version.
35 
36 */
37 
38 procedure update_tax_rules(p_period_of_service_id in number,
39                            p_final_process_date in date) ;
40 
41 end HR_CA_PERSON_TERM_LEG_HOOK;