DBA Data[Home] [Help]

PACKAGE: APPS.HR_PAY_PKG

Source


1 package HR_PAY_PKG as
2 /* $Header: hrpay.pkh 120.0 2005/05/29 01:49:09 appldev noship $ */
3 ------------------------------------------------------------------------------
4 /*
5 +==============================================================================+
6 |                       Copyright (c) 1994 Oracle Corporation                  |
7 |                          Redwood Shores, California, USA                     |
8 |                               All rights reserved.                           |
9 +==============================================================================+
10 Name
11 	HR Libraries server-side agent
12 Purpose
13 	Agent handles all server-side traffic to and from forms libraries. This
14 	is particularly necessary because we wish to avoid the situation where
15 	a form and its libraries both refer to the same server-side package.
16 	Forms/libraries appears to be unable to cope with this situation in
17 	circumstances which we cannot yet define.
18 History
19 	21 Apr 95	N Simpson	Created
20 	19 Aug 97	Sxshah	Banner now on eack line.
21 */
22 function get_value
23 (
24     p_defined_balance_id   in number,
25     p_assignment_action_id in number,
26     p_always_get_db_item   in boolean
27 ) return number;
28 --
29 end	hr_pay_pkg;