DBA Data[Home] [Help]

APPS.CZ_BOM_SYNCH dependencies on FND_FILE

Line 263: FND_FILE.PUT_LINE(FND_FILE.LOG, inMessage);

259: cz_utils.log_report('cz_bom_synch', 'BOM Synchronization', nDebug, inMessage, l_log_level);
260:
261: --Bug #4318949.
262: IF((inUrgency <= p_log_level + 1) AND (FND_GLOBAL.CONC_REQUEST_ID > 0))THEN
263: FND_FILE.PUT_LINE(FND_FILE.LOG, inMessage);
264: END IF;
265:
266: --When executing in the synchronization mode we want to stop at the first error or warning.
267: