DBA Data[Home] [Help]

APPS.PAY_IE_PYMT_SUMMARY_RPT_PKG dependencies on HR_REPORTS

Line 312: RTRIM (SUBSTRB (hr_reports.get_business_group (p_bg_id), 1, 240));

308: || p_consolidation_set_id,
309: 01
310: );
311: l_bg_name :=
312: RTRIM (SUBSTRB (hr_reports.get_business_group (p_bg_id), 1, 240));
313: OPEN csr_payroll_name;
314: FETCH csr_payroll_name
315: INTO l_payroll_name;
316: CLOSE csr_payroll_name;