DBA Data[Home] [Help]

APPS.OTA_OTARPSIS_XMLP_PKG dependencies on HR_REPORTS

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

210: end;
211:
212: function CF_BG_NAMEFormula return Char is
213: begin
214: c_business_group_name := hr_reports.get_business_group(p_business_group_id);
215: return(to_char(null));
216:
217: end;
218: