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 182: -- encrypt_func := icx_call.encrypt2(resp_appl_id||'*'||resp_id||'*'||fnd_global.security_group_id||'*'||func_id||'*9999**]', l_session);

178: raise;
179:
180: end;
181:
182: -- encrypt_func := icx_call.encrypt2(resp_appl_id||'*'||resp_id||'*'||fnd_global.security_group_id||'*'||func_id||'*9999**]', l_session);
183:
184:
185: -- oa_url := web_agent || 'OracleApps.RF?F=' || encrypt_func;
186: oa_url := icx_sec.createRFURL(p_function_id=> func_id,