62: end if;
63:
64: -- Do nothing if there is no message waiting
65: if errBuf IS NOT NULL then
66: FND_FILE.new_line( FND_FILE.log, 1 );
67: FND_FILE.put_line( FND_FILE.log, errBuf );
68: end if;
69:
70: end writeToLog;
63:
64: -- Do nothing if there is no message waiting
65: if errBuf IS NOT NULL then
66: FND_FILE.new_line( FND_FILE.log, 1 );
67: FND_FILE.put_line( FND_FILE.log, errBuf );
68: end if;
69:
70: end writeToLog;
71: