DBA Data[Home] [Help]

APPS.FND_RUN_FUNCTION dependencies on FND_WEB_SEC

Line 241: fnd_web_sec.URLEncrypt(l_db_id,p_parameters);

237:
238: if ( p_parameters is not null ) then
239: if ( p_encryptParameters ) then
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;