DBA Data[Home] [Help]

APPS.ICX_POR_EXT_UTL dependencies on FND_GLOBAL

Line 158: if (fnd_global.conc_request_id <= 0) then

154: if (gUseFile = USE_CONCURRENT_LOG) then
155: -- if the context is not concurrent program then
156: -- close open files. FND_FILE.CLOSE should not
157: -- be called from a concurrent program.
158: if (fnd_global.conc_request_id <= 0) then
159: fnd_file.close;
160: end if;
161: end if;
162: