DBA Data[Home] [Help]

APPS.PO_PDOI_PVT dependencies on FND_FILE

Line 420: FND_FILE.put_line(FND_FILE.log,

416: IF (PO_LOG.d_stmt) THEN
417: PO_LOG.stmt(d_module, d_position, 'AUDSID = ' || l_audsid);
418: END IF;
419:
420: FND_FILE.put_line(FND_FILE.log,
421: 'To get the log messages for PDOI, please use the ' ||
422: 'following id to query against FND_LOG_MESSAGES table:');
423:
424: FND_FILE.put_line(FND_FILE.log, 'AUDSID = ' || l_audsid);

Line 424: FND_FILE.put_line(FND_FILE.log, 'AUDSID = ' || l_audsid);

420: FND_FILE.put_line(FND_FILE.log,
421: 'To get the log messages for PDOI, please use the ' ||
422: 'following id to query against FND_LOG_MESSAGES table:');
423:
424: FND_FILE.put_line(FND_FILE.log, 'AUDSID = ' || l_audsid);
425:
426: IF (PO_LOG.d_proc) THEN
427: PO_LOG.proc_end (d_module);
428: END IF;