DBA Data[Home] [Help]

PACKAGE: APPS.PAY_HK_RULES

Source


1 package pay_hk_rules AUTHID CURRENT_USER as
2 /* $Header: pyhkrule.pkh 115.2 2002/12/03 07:16:32 srrajago ship $ */
3 /*
4    Copyright (c) Oracle Corporation 2000. All rights reserved
5 --
6    Name        : pay_hk_rules
7 --
8    Change List
9    -----------
10    Date         Name        Vers   Description
11    -----------  ----------  -----  -------------------------------------------
12    08-NOV-2000  jbailie     115.0  Created.
13    02-DEC-2002  srrajago    115.1  Included 'nocopy' option to the 'out' parameter of the procedure get_source_context,
14                                    dbdrv and checkfile commands.
15    03-DEC-2002  srrajago    115.2  Included 'nocopy' option to the 'in out ' parameter which was missed out in the
16                                    earlier version.
17 */
18    procedure get_source_context(p_asg_act_id number,
19                                 p_ee_id number,
20                                 p_source_id in out nocopy number);
21 end pay_hk_rules;