DBA Data[Home] [Help]

APPS.BIS_CORRECTIVE_ACTION_PVT dependencies on ICX_SEC

Line 1809: l_session_id := icx_sec.getsessioncookie;

1805: BEGIN
1806:
1807: l_servlet_agent := Get_Servlet_Agent;
1808: --l_target_id := document_id;
1809: l_session_id := icx_sec.getsessioncookie;
1810: l_encrypted_session_id :=
1811: icx_call.encrypt3(icx_sec.getID(icx_Sec.PV_SESSION_ID));
1812:
1813: l_redirect :=

Line 1811: icx_call.encrypt3(icx_sec.getID(icx_Sec.PV_SESSION_ID));

1807: l_servlet_agent := Get_Servlet_Agent;
1808: --l_target_id := document_id;
1809: l_session_id := icx_sec.getsessioncookie;
1810: l_encrypted_session_id :=
1811: icx_call.encrypt3(icx_sec.getID(icx_Sec.PV_SESSION_ID));
1812:
1813: l_redirect :=
1814: ' 1815: ||'CONTENT="1;URL='||l_servlet_agent||G_NOTIFICATION_JSP_PAGE

Line 2121: IF icx_sec.validateSession THEN

2117: l_server_port VARCHAR2(80) := NULL;
2118:
2119: BEGIN
2120:
2121: IF icx_sec.validateSession THEN
2122:
2123: l_jsp_name := 'bisunsub.jsp';
2124:
2125: l_bis_url := bis_utilities_pvt.get_bis_jsp_path;