DBA Data[Home] [Help]

PACKAGE: APPS.PAY_US_GARN_UPGRADE

Source


1 PACKAGE pay_us_garn_upgrade AS
2 /* $Header: pyusgrup.pkh 120.0.12000000.1 2007/01/18 02:34:46 appldev noship $ */
3 
4 /******************************************************************************
5    ******************************************************************
6    *                                                                *
7    *  Copyright (C) 1996 Oracle Corporation.                        *
8    *  All rights reserved.                                          *
9    *                                                                *
10    *  This material has been provided pursuant to an agreement      *
11    *  containing restrictions on its use.  The material is also     *
12    *  protected by copyright law.  No part of this material may     *
13    *  be copied or distributed, transmitted or transcribed, in      *
14    *  any form or by any means, electronic, mechanical, magnetic,   *
15    *  manual, or otherwise, or disclosed to third parties without   *
16    *  the express written permission of Oracle Corporation,         *
17    *  500 Oracle Parkway, Redwood City, CA, 94065.                  *
18    *                                                                *
19    ******************************************************************
20 
21     Name        : pay_us_garn_upgrade
22 
23     Description : This package is called by a concurrent program.
24                   In this package we upgrade all old architectural
25                   Garnishment Elements to New architecture.
26 
27                   NOTE : Customer needs to recompile all uncompiled
28                          formulas after running the Upgrade Process.
29 
30     Change List
31     -----------
32         Date       Name     Ver     Bug No    Description
33      ----------- -------- -------  ---------  -------------------------------
34      30-Sep-2004 kvsankar  115.0    3549298   Created.
35 
36 ******************************************************************************/
37 
38 PROCEDURE upgrade_garnishment
39            (p_elem_type_id in number);
40 
41 PROCEDURE qual_elem_upg(p_object_id varchar2,
42                         p_qualified    out nocopy varchar2);
43 
44 end pay_us_garn_upgrade;