DBA Data[Home] [Help]

APPS.SSP_SSPRPSSP_XMLP_PKG dependencies on HR_REPORTS

Line 39: hr_reports.get_business_group(p_business_group_id);

35: (select 1
36: from fnd_sessions fs
37: where fs.session_id = userenv('sessionid'));
38: c_business_group_name :=
39: hr_reports.get_business_group(p_business_group_id);
40:
41: if p_payroll_id is not null then
42: open payroll_name;
43: fetch payroll_name into C_payroll_name;