DBA Data[Home] [Help]

APPS.IBY_DEBUG_PUB dependencies on FND_GLOBAL

Line 17: IF fnd_global.CONC_REQUEST_ID <> -1 THEN

13: fnd_log.string(debug_level,module,debug_msg);
14: --COMMIT;
15:
16: -- if in a concurrent request, also add to the CP log
17: IF fnd_global.CONC_REQUEST_ID <> -1 THEN
18: FND_FILE.put_line(FND_FILE.LOG, debug_msg);
19: END IF;
20:
21: END IF;