DBA Data[Home] [Help]

APPS.FA_DEBUG_PKG dependencies on FND_GLOBAL

Line 92: l_request_id := fnd_global.conc_request_id;

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