DBA Data[Home] [Help]

APPS.PER_PERFREMD_XMLP_PKG dependencies on HR_REPORTS

Line 8: hr_reports.get_business_group(p_business_group_id);

4: function BeforeReport return boolean is
5: begin
6: --hr_standard.event('BEFORE REPORT');
7: cp_business_group_name :=
8: hr_reports.get_business_group(p_business_group_id);
9: return (TRUE);
10:
11: end;
12: