DBA Data[Home] [Help]

PACKAGE: APPS.PAY_DB_LOCALISATION_PKG

Source


1 package pay_db_localisation_pkg AUTHID CURRENT_USER as
2 /* $Header: pylocaln.pkh 115.0 99/07/17 06:15:57 porting ship $ */
3 --
4  /*
5 /*
6    ******************************************************************
7    *                                                                *
8    *  Copyright (C) 1989 Oracle Corporation UK Ltd.,                *
9    *                   Richmond, England.                           *
10    *                                                                *
11    *  All rights reserved.                                          *
12    *                                                                *
13    *  This material has been provided pursuant to an agreement      *
14    *  containing restrictions on its use.  The material is also     *
15    *  protected by copyright law.  No part of this material may     *
16    *  be copied or distributed, transmitted or transcribed, in      *
17    *  any form or by any means, electronic, mechanical, magnetic,   *
18    *  manual, or otherwise, or disclosed to third parties without   *
19    *  the express written permission of Oracle Corporation UK Ltd,  *
20    *  Oracle Park, Bittams Lane, Guildford Road, Chertsey, Surrey,  *
21    *  England.                                                      *
22    *                                                                *
23    ******************************************************************
24 
25     Name        : pay_db_localisation_pkg
26 
27     Description :
28 
29     Uses        : n/a
30     Used By     : n/a
31 
32     Change List
33     -----------
34     Date        Name          Vers    Bug No     Description
35     ----        ----          ----    ------     -----------
36     26-Nov-92   J.S.Hobbs     3.0                First Created.
37     26-Nov-92   C.Swan        3.0                Removed declaration of
38                                                  create_name_translations().
39     16-Feb-93   J.S.Hobbs     3.2                Added create_BF_localisation
40     01-Apr-93   J.S.Hobbs     3.3                Tidied up package.
41     05-OCT-94   R.Fine        40.3               Renamed package to
42                                                  pay_db_localisation_pkg
43 
44                                                                             */
45 --
46  -------------------------------- create_GB_localisation ----------------------
47  /*
48  NAME
49  DESCRIPTION
50  NOTES
51  */
52 --
53 PROCEDURE create_GB_localisation;
54 --
55  -------------------------------- create_BF_localisation ----------------------
56  /*
57  NAME
58  DESCRIPTION
59  NOTES
60  */
61 --
62 PROCEDURE create_BF_localisation;
63 --
64 end pay_db_localisation_pkg;