DBA Data[Home] [Help]

PACKAGE: APPS.PAY_KR_HIA_FUNC_PKG

Source


1 package pay_kr_hia_func_pkg as
2 /* $Header: pykrhiafn.pkh 120.0 2005/05/29 10:46:05 appldev noship $ */
3 
4     /*************************************************************************
5      * This function is used to get the comma-separated concatenation of
6      * all business places under a HI Business Place
7      *************************************************************************/
8 
9     function get_concat_bp_names (
10         p_payroll_action_id      in number,
11         p_hi_bp_number           in varchar2,
12         p_trunc_length           in number
13         ) return varchar2;
14 
15 end pay_kr_hia_func_pkg;