DBA Data[Home] [Help]

APPS.PAY_PAYUSTOT_XMLP_PKG dependencies on HR_REPORTS

Line 33: c_business_group_name := hr_reports.get_business_group(p_business_group_id);

29: DECLARE trace VARCHAR2(30) := '';
30: BEGIN
31:
32: p_session_date := p_end_date;
33: c_business_group_name := hr_reports.get_business_group(p_business_group_id);
34:
35: IF p_tax_unit_id IS NULL THEN
36: c_tax_unit_name := 'ALL';
37: ELSE