DBA Data[Home] [Help]

APPS.WSH_SHIPMENT_ADVICE_PKG dependencies on FND_FILE

Line 600: FND_FILE.put_line(FND_FILE.output, 'Summary:-');

596: WSH_DEBUG_SV.log(l_module_name,'No. of Shipment Advices errored during processing', l_errors);
597: WSH_DEBUG_SV.pop(l_module_name);
598: -- To Print in Concurrent Request Output File
599: ELSIF FND_GLOBAL.Conc_Request_Id > 0 THEN
600: FND_FILE.put_line(FND_FILE.output, 'Summary:-');
601: FND_FILE.put_line(FND_FILE.output,'===================================');
602: FND_FILE.put_line(FND_FILE.output, 'No. of Shipment Advices selected for processing => ' || l_total);
603: FND_FILE.put_line(FND_FILE.output, 'No. of Shipment Advices processed successfully => ' || l_success);
604: FND_FILE.put_line(FND_FILE.output, 'No. of Shipment Advices errored during processing => ' || l_errors);

Line 601: FND_FILE.put_line(FND_FILE.output,'===================================');

597: WSH_DEBUG_SV.pop(l_module_name);
598: -- To Print in Concurrent Request Output File
599: ELSIF FND_GLOBAL.Conc_Request_Id > 0 THEN
600: FND_FILE.put_line(FND_FILE.output, 'Summary:-');
601: FND_FILE.put_line(FND_FILE.output,'===================================');
602: FND_FILE.put_line(FND_FILE.output, 'No. of Shipment Advices selected for processing => ' || l_total);
603: FND_FILE.put_line(FND_FILE.output, 'No. of Shipment Advices processed successfully => ' || l_success);
604: FND_FILE.put_line(FND_FILE.output, 'No. of Shipment Advices errored during processing => ' || l_errors);
605: END IF;

Line 602: FND_FILE.put_line(FND_FILE.output, 'No. of Shipment Advices selected for processing => ' || l_total);

598: -- To Print in Concurrent Request Output File
599: ELSIF FND_GLOBAL.Conc_Request_Id > 0 THEN
600: FND_FILE.put_line(FND_FILE.output, 'Summary:-');
601: FND_FILE.put_line(FND_FILE.output,'===================================');
602: FND_FILE.put_line(FND_FILE.output, 'No. of Shipment Advices selected for processing => ' || l_total);
603: FND_FILE.put_line(FND_FILE.output, 'No. of Shipment Advices processed successfully => ' || l_success);
604: FND_FILE.put_line(FND_FILE.output, 'No. of Shipment Advices errored during processing => ' || l_errors);
605: END IF;
606: --

Line 603: FND_FILE.put_line(FND_FILE.output, 'No. of Shipment Advices processed successfully => ' || l_success);

599: ELSIF FND_GLOBAL.Conc_Request_Id > 0 THEN
600: FND_FILE.put_line(FND_FILE.output, 'Summary:-');
601: FND_FILE.put_line(FND_FILE.output,'===================================');
602: FND_FILE.put_line(FND_FILE.output, 'No. of Shipment Advices selected for processing => ' || l_total);
603: FND_FILE.put_line(FND_FILE.output, 'No. of Shipment Advices processed successfully => ' || l_success);
604: FND_FILE.put_line(FND_FILE.output, 'No. of Shipment Advices errored during processing => ' || l_errors);
605: END IF;
606: --
607: EXCEPTION

Line 604: FND_FILE.put_line(FND_FILE.output, 'No. of Shipment Advices errored during processing => ' || l_errors);

600: FND_FILE.put_line(FND_FILE.output, 'Summary:-');
601: FND_FILE.put_line(FND_FILE.output,'===================================');
602: FND_FILE.put_line(FND_FILE.output, 'No. of Shipment Advices selected for processing => ' || l_total);
603: FND_FILE.put_line(FND_FILE.output, 'No. of Shipment Advices processed successfully => ' || l_success);
604: FND_FILE.put_line(FND_FILE.output, 'No. of Shipment Advices errored during processing => ' || l_errors);
605: END IF;
606: --
607: EXCEPTION
608: when FND_API.G_EXC_ERROR then