DBA Data[Home] [Help]

APPS.WIP_STD_WF dependencies on ICX_SEC

Line 202: if icx_sec.validatesession then

198: l_session_id number;
199:
200: BEGIN
201:
202: if icx_sec.validatesession then
203:
204: l_session_id := to_number(icx_sec.getID(icx_sec.PV_SESSION_ID));
205: -- set multi org context
206: if icx_call.decrypt(p11) is not NULL then

Line 204: l_session_id := to_number(icx_sec.getID(icx_sec.PV_SESSION_ID));

200: BEGIN
201:
202: if icx_sec.validatesession then
203:
204: l_session_id := to_number(icx_sec.getID(icx_sec.PV_SESSION_ID));
205: -- set multi org context
206: if icx_call.decrypt(p11) is not NULL then
207: icx_sec.set_org_context(l_session_id, icx_call.decrypt(p11));
208: end if;

Line 207: icx_sec.set_org_context(l_session_id, icx_call.decrypt(p11));

203:
204: l_session_id := to_number(icx_sec.getID(icx_sec.PV_SESSION_ID));
205: -- set multi org context
206: if icx_call.decrypt(p11) is not NULL then
207: icx_sec.set_org_context(l_session_id, icx_call.decrypt(p11));
208: end if;
209:
210: select rowidtochar(ROWID)
211: into c_rowid