DBA Data[Home] [Help]

PACKAGE: APPS.HR_AU_BANK_ACCT_VALIDATION

Source


1 PACKAGE HR_AU_BANK_ACCT_VALIDATION AS
2 /* $Header: peauavbk.pkh 120.0.12000000.1 2007/08/17 10:48:21 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  Name        : HR_AU_BANK_ACCT_VALIDATION  (HEADER)
23 
24  Description : This package declares a function  to validate
25                AU Bank Account Number.
26 
27  Change List
28  -----------
29 
30  Version Date      Author     ER/CR No. Description of Change
31  -------+---------+----------+---------+--------------------------
32  115.0   03-Aug-07 vamittal             Created
33  115.1   09-Aug-07 vamittal   6315194   Header is changed
34  ================================================================= */
35 
36 FUNCTION VALIDATE_ACC_NUM(acc_num VARCHAR2) RETURN VARCHAR2;
37 
38 END HR_AU_BANK_ACCT_VALIDATION ;