DBA Data[Home] [Help]

PACKAGE: APPS.PAY_AU_RETRO_UPGRADE

Source


1 PACKAGE pay_au_retro_upgrade AS
2 /* $Header: payauretroupg.pkh 120.0.12000000.1 2007/01/17 13:33:40 appldev noship $ */
3 /*
4    ******************************************************************
5    *                                                                *
6    *  Copyright (C) 1992 Oracle Corporation UK Ltd.,                *
7    *                   Chertsey, England.                           *
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 UK Ltd,  *
18    *  Oracle Park, Bittams Lane, Guildford Road, Chertsey, Surrey,  *
19    *  England.                                                      *
20    *                                                                *
21    ******************************************************************
22 
23    Name        : pay_au_retro_upgrade
24 
25    Description : This procedure is used to upgrade elements for
26                  Enhanced Retropay.
27 
28    Change List
29    -----------
30    Date        Name       Vers   Bug No   Description
31    ----------- ---------- ------ -------- -----------------------------------
32    05-JAN-2006 ksingla     120.0           Intial Version
33 
34 */
35 
36  PROCEDURE qualify_element(p_object_id  in        varchar2
37                           ,p_qualified out nocopy varchar2);
38 
39  PROCEDURE upgrade_element(p_element_type_id in number);
40 
41 END pay_au_retro_upgrade;