DBA Data[Home] [Help]

PACKAGE: APPS.HR_AU_PER_PAY_METHOD_LEG_HOOK

Source


1 PACKAGE HR_AU_PER_PAY_METHOD_LEG_HOOK AUTHID CURRENT_USER AS
2 /* $Header: peaulhpp.pkh 120.0 2007/08/17 10:47:47 vamittal 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 
24 	Filename: hraulhpp.pkb (BODY)
25         Author: Varun Mittal
26  	Description: Creates the user hook seed data for the AU legislation
27                      validation in HR_PERSONAL_PAYMENT_METHOD_API.
28 
29 
30  	Change List
31  	-----------
32 
33  	Version Date      Author     ER/CR No. Description of Change
34  	-------+---------+-----------+---------+--------------------------
35  	115.0   06-Aug-07  vamittal   6315194   Initial Version
36 	115.1   09-Aug-07  vamittal   6315194   Header is changed
37 
38  ================================================================= */
39 
40 
41  PROCEDURE VALIDATE_BANK_ACCT (p_segment2	IN VARCHAR2);
42 
43 END HR_AU_PER_PAY_METHOD_LEG_HOOK;