DBA Data[Home] [Help]

APPS.CZ_BOM_SYNCH dependencies on FND_GLOBAL

Line 258: IF((inUrgency <= p_log_level + 1) AND (FND_GLOBAL.CONC_REQUEST_ID > 0))THEN

254: -- passing null routime name and nDebug
255: cz_utils.log_report('cz_bom_synch', 'BOM Synchronization', nDebug, inMessage, l_log_level);
256:
257: --Bug #4318949.
258: IF((inUrgency <= p_log_level + 1) AND (FND_GLOBAL.CONC_REQUEST_ID > 0))THEN
259: FND_FILE.PUT_LINE(FND_FILE.LOG, inMessage);
260: END IF;
261:
262: --When executing in the synchronization mode we want to stop at the first error or warning.