DBA Data[Home] [Help]

APPS.GL_ACCOUNTS_MAP_GRP dependencies on FND_FILE

Line 66: FND_FILE.new_line( FND_FILE.log, 1 );

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;

Line 67: FND_FILE.put_line( FND_FILE.log, errBuf );

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: