DBA Data[Home] [Help]

APPS.OTA_OTARPBUD_XMLP_PKG dependencies on HR_REPORTS

Line 43: hr_reports.get_business_group(p_business_group_id);

39: begin
40: --hr_standard.event('BEFORE REPORT');
41:
42: c_business_group_name :=
43: hr_reports.get_business_group(p_business_group_id);
44:
45: if p_activity_id is not null then
46: open c_activity;
47: fetch c_activity into c_activity_name;