DBA Data[Home] [Help]

APPS.FTE_DIST_DWNLD_PKG dependencies on FND_FILE

Line 356: Fnd_File.Put_Line(Fnd_File.Log, x_error_msg_text);

352: EXCEPTION
353: WHEN FTE_DIST_ERR_CREATE_FILENAME THEN
354: x_request_id := 0;
355: x_error_msg_text := l_return_message;
356: Fnd_File.Put_Line(Fnd_File.Log, x_error_msg_text);
357:
358: --
359: -- Debug Statements
360: --

Line 372: Fnd_File.Put_Line(Fnd_File.Log, x_error_msg_text);

368:
369: WHEN FTE_DIST_NO_FILENAME THEN
370: FND_MESSAGE.SET_NAME('FTE','FTE_DIST_NO_FILENAME');
371: x_error_msg_text := FND_MESSAGE.GET;
372: Fnd_File.Put_Line(Fnd_File.Log, x_error_msg_text);
373: x_request_id := 0;
374: --
375: -- Debug Statements
376: --

Line 387: Fnd_File.Put_Line(Fnd_File.Log, 'Unexpected Error in Procedure BULK_DOWNLOAD_DTT' || sqlerrm);

383: RETURN;
384:
385: WHEN OTHERS THEN
386: x_error_msg_text := sqlerrm;
387: Fnd_File.Put_Line(Fnd_File.Log, 'Unexpected Error in Procedure BULK_DOWNLOAD_DTT' || sqlerrm);
388: x_request_id := 0;
389: --
390: -- Debug Statements
391: --

Line 567: FND_FILE.PUT_LINE(FND_FILE.LOG,l_return_message);

563: END IF;
564: p_retcode := 0;
565: p_errbuf := 'COMPLETED DTT DOWNLOAD SUCCESSFULLY';
566: ELSE
567: FND_FILE.PUT_LINE(FND_FILE.LOG,l_return_message);
568: IF l_debug_on THEN
569: WSH_DEBUG_SV.logmsg(l_module_name,'DTT DOWNLOAD Completed with errors');
570: WSH_DEBUG_SV.log(l_module_name,'l_return_message',l_return_message);
571: END IF;

Line 580: FND_FILE.PUT_LINE(FND_FILE.LOG, '*****ERROR****' || SQLERRM);

576:
577:
578: EXCEPTION
579: WHEN OTHERS THEN
580: FND_FILE.PUT_LINE(FND_FILE.LOG, '*****ERROR****' || SQLERRM);
581: p_retcode := 2;
582: p_errbuf := p_errbuf || sqlerrm;
583:
584: --

Line 6469: Fnd_File.Put_Line(Fnd_File.Log, 'Unexpected Error in Procedure FIRST_TIME' || sqlerrm);

6465:
6466:
6467: EXCEPTION
6468: WHEN OTHERS THEN
6469: Fnd_File.Put_Line(Fnd_File.Log, 'Unexpected Error in Procedure FIRST_TIME' || sqlerrm);
6470:
6471:
6472: END FIRST_TIME;
6473: