[Home] [Help]
201:
202: BEGIN
203:
204:
205: if icx_sec.validateSession
206: then
207:
208: l_session_id := icx_sec.getID(icx_sec.PV_session_ID);
209:
204:
205: if icx_sec.validateSession
206: then
207:
208: l_session_id := icx_sec.getID(icx_sec.PV_session_ID);
209:
210: l_plug_id := icx_call.decrypt2(p_plug_id, l_session_id);
211: l_user_id := icx_call.decrypt2(p_user_id,l_session_id);
212: