DBA Data[Home] [Help]

APPS.BIX_UWQ_TEMP_PKG dependencies on ICX_SEC

Line 152: v_session_id := icx_sec.g_session_id; -- this is used to insert the session id

148:
149: BEGIN
150:
151: v_session_id := NULL;
152: v_session_id := icx_sec.g_session_id; -- this is used to insert the session id
153:
154: delete from bix_dm_bin
155: where bin_code = 'BIX_UWQ_ACTIVITY_BIN'
156: and session_id = v_session_id;

Line 274: v_session_id := icx_sec.g_session_id; -- this is used to insert the session id

270:
271: BEGIN
272:
273: v_session_id := NULL;
274: v_session_id := icx_sec.g_session_id; -- this is used to insert the session id
275:
276: --
277: --Delete the records from the previous run of the report.
278: --

Line 452: v_session_id := icx_sec.g_session_id; -- this is used to insert the session id

448:
449: BEGIN
450:
451: v_session_id := NULL;
452: v_session_id := icx_sec.g_session_id; -- this is used to insert the session id
453:
454: --
455: --Delete old rows from the previous run of the report.
456: --