DBA Data[Home] [Help]

APPS.GL_PROCURE_TO_PAY dependencies on FND_FILE

Line 783: FND_FILE.put_line(FND_FILE.LOG,TEMP_DIR||OUT_FNAME);

779: --
780: -- Print the directory and file name in the log file
781: --
782: BEGIN
783: FND_FILE.put_line(FND_FILE.LOG,TEMP_DIR||OUT_FNAME);
784: EXCEPTION
785: WHEN OTHERS THEN
786: NULL;
787: END;

Line 887: FND_FILE.put_line(FND_FILE.LOG,l_message);

883: WHEN OTHERS THEN
884: errbuf := SQLERRM ;
885: retcode := '2';
886: l_message := errbuf;
887: FND_FILE.put_line(FND_FILE.LOG,l_message);
888: app_exception.raise_exception;
889: END;
890: END export_from_gl_interface;
891: