DBA Data[Home] [Help]

APPS.FND_RUN_FUNCTION dependencies on WFA_HTML

Line 243: wfa_html.conv_special_url_chars(p_parameters);

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