DBA Data[Home] [Help]

APPS.IBY_NETUTILS_PVT dependencies on ICX_SEC

Line 581: l_postbody := p_postbody||'&' || 'pSessionId=' || icx_sec.g_session_id;

577: iby_debug_pub.add('starting req',iby_debug_pub.G_LEVEL_INFO,l_dbg_mod);
578: -- [lmallick] : Bug# 12547109
579: -- pass the session_id to the ECServlet to create a more meaninful
580: -- WebAppsContext
581: l_postbody := p_postbody||'&' || 'pSessionId=' || icx_sec.g_session_id;
582:
583: l_httpreq := utl_http.begin_request(p_url,'POST',null);
584:
585: iby_debug_pub.add('set headers',iby_debug_pub.G_LEVEL_INFO,l_dbg_mod);