DBA Data[Home] [Help]

APPS.FND_RUN_FUNCTION dependencies on FND_WEB_SEC

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

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