DBA Data[Home] [Help]

APPS.ICX_RQS_ATTACHMENT dependencies on ICX_SEC

Line 36: if icx_sec.validateSession

32:
33: -- The following information needs to be set up through ON forms, on particular
34: -- Page rlations.
35:
36: if icx_sec.validateSession
37: then
38: l_session_id := icx_sec.getID(icx_sec.PV_SESSION_ID);
39: /*
40: c_dcdname := owa_util.get_cgi_env('SCRIPT_NAME');

Line 38: l_session_id := icx_sec.getID(icx_sec.PV_SESSION_ID);

34: -- Page rlations.
35:
36: if icx_sec.validateSession
37: then
38: l_session_id := icx_sec.getID(icx_sec.PV_SESSION_ID);
39: /*
40: c_dcdname := owa_util.get_cgi_env('SCRIPT_NAME');
41:
42:

Line 112: if icx_sec.validateSession

108:
109: -- The following information needs to be set up through ON forms, on particular
110: -- Page rlations.
111:
112: if icx_sec.validateSession
113: then
114: l_session_id := icx_sec.getID(icx_sec.PV_SESSION_ID);
115: /*
116: c_dcdname := owa_util.get_cgi_env('SCRIPT_NAME');

Line 114: l_session_id := icx_sec.getID(icx_sec.PV_SESSION_ID);

110: -- Page rlations.
111:
112: if icx_sec.validateSession
113: then
114: l_session_id := icx_sec.getID(icx_sec.PV_SESSION_ID);
115: /*
116: c_dcdname := owa_util.get_cgi_env('SCRIPT_NAME');
117:
118:

Line 191: if icx_sec.validateSession

187:
188: -- The following information needs to be set up through ON forms, on particular
189: -- Page rlations.
190:
191: if icx_sec.validateSession
192: then
193: l_session_id := icx_sec.getID(icx_sec.PV_SESSION_ID);
194: /*
195: c_dcdname := owa_util.get_cgi_env('SCRIPT_NAME');

Line 193: l_session_id := icx_sec.getID(icx_sec.PV_SESSION_ID);

189: -- Page rlations.
190:
191: if icx_sec.validateSession
192: then
193: l_session_id := icx_sec.getID(icx_sec.PV_SESSION_ID);
194: /*
195: c_dcdname := owa_util.get_cgi_env('SCRIPT_NAME');
196:
197: