DBA Data[Home] [Help]

APPS.OTA_OTARPREG_XMLP_PKG dependencies on HR_REPORTS

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

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