DBA Data[Home] [Help]

PACKAGE: APPS.HR_NZ_PER_PAY_METHOD_LEG_HOOK

Source


1 PACKAGE hr_nz_per_pay_method_leg_hook AS
2 /* $Header: hrnzlhpp.pkh 120.0 2005/05/31 01:39:36 appldev noship $ */
3 /*
4  ******************************************************************
5  *                                                                *
6  *  Copyright (C) 1999 Oracle Corporation Australia Ltd.,         *
7  *                     Brisbane, Australia.                       *
8  *                                                                *
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  *  Australia Ltd,.                                               *
19  *                                                                *
20  ******************************************************************/
21 
22 /*
23 	Filename: hrnzlhpp.pkh (HEADER)
24     Author: Philip Macdonald
25  	Description: Creates the user hook seed data for the HR_PERSONAL_PAYMENT_API package procedures.
26 
27  	File Information
28  	================
29 
30 	Note for Oracle HRMS Developers: The data defined in the
31 	create API calls cannot be changed once this script has
32 	been shipped to customers. Explicit update or delete API
33 	calls will need to be added to the end of the script.
34 
35 
36  	Change List
37  	-----------
38 
39  	Version Date      Author     ER/CR No. Description of Change
40  	-------+---------+-----------+---------+--------------------------
41  	110.0   25-Jun-99 P.Macdonald           Created
42 
43  ================================================================= */
44 
45 
46  PROCEDURE validate_bank_acct (p_segment1	IN VARCHAR2
47 							  ,p_segment2	IN VARCHAR2
48 							  ,p_segment3	IN VARCHAR2);
49 
50 END hr_nz_per_pay_method_leg_hook;