DBA Data[Home] [Help]

APPS.PO_PDOI_PVT dependencies on FND_FILE

Line 425: FND_FILE.put_line(FND_FILE.log,

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

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

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