DBA Data[Home] [Help]

PACKAGE: APPS.PAY_KR_YEA00010101_PKG

Source


1 package pay_kr_yea00010101_pkg AUTHID CURRENT_USER as
2 /* $Header: pykryea0.pkh 120.0 2005/05/29 06:33:57 appldev noship $ */
3 --
4 procedure yea(
5 	p_assignment_id		in number,
6 	p_effective_date	in date,
7 	p_business_group_id	in number,
8 	p_yea_info		in out NOCOPY pay_kr_yea_pkg.t_yea_info
9 	);
10 
11 end pay_kr_yea00010101_pkg;