DBA Data[Home] [Help]

APPS.AR_NOTIFICATION_STANDARD dependencies on ICX_SEC

Line 28: icx_sec.getsessioncookie());

24: l_url := l_url||icx_call.encrypt2(fnd_global.resp_appl_id||'*'||
25: fnd_global.resp_id||'*'||
26: fnd_global.security_group_id||'*'||
27: l_function_id||'*'||
28: icx_sec.getsessioncookie());
29: if ar_doc_transfer_standard.isDebugOn then ar_doc_transfer_standard.debug('AR_NOTIFICATION_STANDARD.createUrl(-)');end if;
30: return l_url;
31: end;
32: