DBA Data[Home] [Help]

PACKAGE: APPS.PAY_US_SQWL_MISC

Source


1 PACKAGE pay_us_sqwl_misc AUTHID CURRENT_USER AS
2 /* $Header: pyussqmn.pkh 115.0 2002/03/16 08:22:46 pkm ship        $ */
3 /*
4    ******************************************************************
5    *                                                                *
6    *  Copyright (C) 1993 Oracle Corporation.                        *
7    *  All rights reserved.                                          *
8    *                                                                *
9    *  This material has been provided pursuant to an agreement      *
10    *  containing restrictions on its use.  The material is also     *
11    *  protected by copyright law.  No part of this material may     *
12    *  be copied or distributed, transmitted or transcribed, in      *
13    *  any form or by any means, electronic, mechanical, magnetic,   *
14    *  manual, or otherwise, or disclosed to third parties without   *
15    *  the express written permission of Oracle Corporation,         *
16    *  500 Oracle Parkway, Redwood City, CA, 94065.                  *
17    *                                                                *
18    ******************************************************************
19 
20     Name        : pay_us_sqwl_misc
21 
22     Description :
23 
24     Change List
25     -----------
26     Date        Name       Vers    Bug No   Description
27     ----------- ---------- ------  -------  --------------------------
28     14-MAR-2002 asasthan    115.0
29 */
30 
31 
32   FUNCTION get_old_month3_count(
33                 p_asact_ctx_id      in number
34                )
35   RETURN VARCHAR2;
36 
37   FUNCTION get_old_month2_count(
38                 p_asact_ctx_id      in number
39                )
40   RETURN VARCHAR2;
41 
42 
43   FUNCTION get_old_month1_count(
44                 p_asact_ctx_id      in number
45                )
46   RETURN VARCHAR2;
47 
48 END pay_us_sqwl_misc;