DBA Data[Home] [Help]

APPS.FND_CONC_CONNECT dependencies on ICX_CALL

Line 91: c_value := icx_call.encrypt3(l_session);

87: when others then
88: c_domain := '';
89: end;
90:
91: c_value := icx_call.encrypt3(l_session);
92:
93: if ((c_domain is NULL) or (c_domain = '') or (c_domain = '-1')) then
94: c_domain := get_domain(web_agent);
95: end if;

Line 176: -- encrypt_func := icx_call.encrypt2(resp_appl_id||'*'||resp_id||'*'||fnd_global.security_group_id||'*'||func_id||'*9999**]', l_session);

172: raise;
173:
174: end;
175:
176: -- encrypt_func := icx_call.encrypt2(resp_appl_id||'*'||resp_id||'*'||fnd_global.security_group_id||'*'||func_id||'*9999**]', l_session);
177:
178:
179: -- oa_url := web_agent || 'OracleApps.RF?F=' || encrypt_func;
180: oa_url := icx_sec.createRFURL(p_function_id=> func_id,