DBA Data[Home] [Help]

APPS.FND_RUN_FUNCTION dependencies on WFA_HTML

Line 244: wfa_html.conv_special_url_chars(p_parameters);

240: l_mac_data := l_mac_data || '¶ms=' ||
241: fnd_web_sec.URLEncrypt(l_db_id,p_parameters);
242: else
243: l_mac_data := l_mac_data || '¶ms2=' ||
244: wfa_html.conv_special_url_chars(p_parameters);
245: end if;
246: end if;
247:
248: l_url := l_jsp_agent || l_mac_data;