DBA Data[Home] [Help]

APPS.PER_PERRPGEN_XMLP_PKG dependencies on HR_REPORTS

Line 13: hr_reports.get_business_group(p_business_group_id);

9:
10: --hr_standard.event('BEFORE REPORT');
11:
12: c_business_group_name :=
13: hr_reports.get_business_group(p_business_group_id);
14:
15: end;
16:
17: