DBA Data[Home] [Help]

APPS.FA_DEBUG_PKG dependencies on FND_GLOBAL

Line 87: l_request_id := fnd_global.conc_request_id;

83: -- Do not set up file/dir info if this is a concurrent program
84: -- FND_FILE will automatically place the debug messages to
85: -- the concurrent program's log file.
86: --l_request_id := to_number(fnd_profile.value('CONC_REQUEST_ID'));
87: l_request_id := fnd_global.conc_request_id;
88: if l_request_id is null or l_request_id <= 0 then
89: l_dir := substr(l_dirfile, 1, instr(l_dirfile, ' ')-1);
90: l_file := substr(l_dirfile, instr(l_dirfile, ' ')+1);
91: if l_dir is not null and l_file is not null then