DBA Data[Home] [Help]

APPS.FND_CONC_CONNECT dependencies on FND_GLOBAL

Line 67: l_user_id := fnd_global.user_id;

63: no_sys_priv exception;
64: no_function exception;
65: begin
66:
67: l_user_id := fnd_global.user_id;
68: l_sec_grp_id := fnd_global.SECURITY_GROUP_ID;
69: l_session := icx_sec.createSession(l_user_id);
70:
71: fnd_profile.get('APPS_WEB_AGENT', web_agent);

Line 68: l_sec_grp_id := fnd_global.SECURITY_GROUP_ID;

64: no_function exception;
65: begin
66:
67: l_user_id := fnd_global.user_id;
68: l_sec_grp_id := fnd_global.SECURITY_GROUP_ID;
69: l_session := icx_sec.createSession(l_user_id);
70:
71: fnd_profile.get('APPS_WEB_AGENT', web_agent);
72:

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,