[Home] [Help]
2167: l_servlet_agent VARCHAR2(10000);
2168: l_encrypted_session_id VARCHAR2(1000);
2169: l_session_id NUMBER;
2170: BEGIN
2171: l_session_id := icx_sec.g_session_id; --2751984
2172: l_encrypted_session_id := icx_call.encrypt3(l_session_id);
2173:
2174: fnd_profile.get(name => 'APPS_SERVLET_AGENT',
2175: val => l_Alert_url);
2272: l_servlet_agent VARCHAR2(10000);
2273: l_encrypted_session_id VARCHAR2(1000);
2274: l_session_id NUMBER;
2275: BEGIN
2276: l_session_id := icx_sec.g_session_id; --2751984
2277: l_encrypted_session_id := icx_call.encrypt3(l_session_id);
2278:
2279: fnd_profile.get(name=>'APPS_SERVLET_AGENT',
2280: val => l_alert_url);