DBA Data[Home] [Help]

PACKAGE: APPS.PAY_US_SOE_UTILS_PKG

Source


1 package pay_us_soe_utils_pkg AUTHID CURRENT_USER as
2 /* $Header: pyussoeu.pkh 115.0 99/09/08 06:35:20 porting ship    $  */
3 
4 /***************************************************************************
5 *  Copyright (c)1999 Oracle Corporation, Redwood Shores, California, USA   *
6 *                          All rights reserved.                            *
7 ****************************************************************************
8 *                                                                          *
9 * File:  pyussoeu.pkh                                                      *
10 *                                                                          *
11 * Description:                                                             *
12 *                                                                          *
13 *                                                                          *
14 *                                                                          *
15 * History                                                                  *
16 * -----------------------------------------------------                    *
17 * 26-JUN-1999         pganguly        Created                              *
18 *                                                                          *
19 *                                                                          *
20 ***************************************************************************/
21 
22 function get_base_sal ( p_assignment_action_id in number)
23 return number;
24 
25 pragma restrict_references(get_base_sal, wnds);
26 pragma restrict_references(get_base_sal, wnps);
27 
28 end pay_us_soe_utils_pkg;