DBA Data[Home] [Help]

APPS.BIS_SAVE_REPORT dependencies on ICX_SEC

Line 116: if not icx_sec.ValidateSession then

112:
113: procedure retrieve (file_id number) is
114: --pragma autonomous_transaction;
115: begin
116: if not icx_sec.ValidateSession then
117: return;
118: end if;
119: fnd_gfm.download_blob(file_id);
120: end retrieve;