DBA Data[Home] [Help]

APPS.BIS_INDICATOR_REGION_UI_PVT dependencies on ICX_CALL

Line 729: '&sessionid='||icx_call.encrypt3(p_session_id)||

725: CLOSE c_measure;
726:
727: l_url := l_targeturl||'bistared.jsp'||
728: '?dbc='||FND_WEB_CONFIG.DATABASE_ID||
729: '&sessionid='||icx_call.encrypt3(p_session_id)||
730: '&RegionCode='||
731: '&FunctionName='||
732: '&SortInfo='||BIS_UTILITIES_PUB.encode('SortyaxisAsc')||
733: '&pageSource='||BIS_UTILITIES_PUB.encode('PMRegion')||

Line 1813: --l_plug_id := icx_call.decrypt2(Z);

1809:
1810:
1811: l_plug_id := Z;
1812: l_swan_enabled := BIS_UTILITIES_PVT.checkSWANEnabled();
1813: --l_plug_id := icx_call.decrypt2(Z);
1814:
1815: --if icx_sec.validateSession then
1816: -- if ICX_SEC.validatePlugSession(l_plug_id) then
1817:

Line 3567: --l_plug_id := icx_call.decrypt2(Z);

3563: -- meastmon 09/07/2001 Fix bug#1980577. Workaround Do not encrypt plug_id
3564: l_plug_id := Z;
3565: l_swan_enabled := BIS_UTILITIES_PVT.checkSWANEnabled();
3566:
3567: --l_plug_id := icx_call.decrypt2(Z);
3568:
3569: --if icx_sec.validateSession then
3570: -- if ICX_SEC.validatePlugSession(l_plug_id) then
3571:

Line 4972: --l_plug_id := icx_call.decrypt2(Z);

4968:
4969:
4970:
4971: -- meastmon 09/07/2001 Fix bug#1980577. Workaround Do not encrypt plug_id
4972: --l_plug_id := icx_call.decrypt2(Z);
4973: l_plug_id := Z;
4974: --if icx_sec.validateSession then
4975: -- if ICX_SEC.validatePlugSession(l_plug_id) then
4976: g_user_id := icx_sec.getID(ICX_SEC.PV_USER_ID, '', icx_sec.g_session_id); --2751984