DBA Data[Home] [Help]

APPS.OTA_OTARPREG_XMLP_PKG dependencies on HR_REPORTS

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

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