1 PACKAGE pay_us_retro_upgrade AUTHID CURRENT_USER AS
2 /* $Header: payusretroupg.pkh 120.0.12010000.1 2008/07/27 21:56:21 appldev ship $ */
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_us_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-DEC-2004 ahanda 115.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_us_retro_upgrade;