DBA Data[Home] [Help]

APPS.OTA_OTARPSIS_XMLP_PKG dependencies on HR_REPORTS

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

197: end;
198:
199: function CF_BG_NAMEFormula return Char is
200: begin
201: c_business_group_name := hr_reports.get_business_group(p_business_group_id);
202: return(to_char(null));
203:
204: end;
205: