DBA Data[Home] [Help]

APPS.PO_CREATE_SR_ASL dependencies on FND_FILE

Line 668: FND_FILE.put_line(FND_FILE.LOG,'==>POASLGEN starts at ' || TO_CHAR(sysdate,'MM/DD/RR HH24:MI:SS'));

664: ELSE
665: po_debug.set_file_io(FALSE);
666: END IF;
667:
668: FND_FILE.put_line(FND_FILE.LOG,'==>POASLGEN starts at ' || TO_CHAR(sysdate,'MM/DD/RR HH24:MI:SS'));
669:
670: IF g_po_pdoi_write_to_file ='Y' THEN
671: l_progress :='000';
672: PO_DEBUG.put_line('Entering '||g_pkg_name||l_procedure_name);

Line 699: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,l_progress||' Incompatible call to API : '||l_cr_api_version);

695: THEN
696:
697: IF g_po_pdoi_write_to_file='Y' THEN
698: l_progress := '001';
699: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,l_progress||' Incompatible call to API : '||l_cr_api_version);
700: PO_DEBUG.put_line(l_progress||' Incompatible call to API : '||l_cr_api_version);
701: END IF;
702: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
703: END IF;

Line 740: FND_FILE.put_line(FND_FILE.OUTPUT,l_error_message);

736: l_progress :='004';
737: PO_DEBUG.put_line(l_progress||' : Archival Option '||l_archive_on_approve||' is incompatible with this concurrent request :');
738: END IF;
739: l_error_message:=PO_CORE_S.get_translated_text('PO_SR_ASL_ARCHIVAL_OPTION');
740: FND_FILE.put_line(FND_FILE.OUTPUT,l_error_message);
741: RAISE FND_API.G_EXC_ERROR;--RAISE ERROR
742: END IF;
743:
744: --ECO#4713869 We would now remove this because the behaviour of sourcing

Line 756: -- FND_FILE.put_line(FND_FILE.OUTPUT,l_error_message);

752: -- where sourcing_rule_name=p_sourcing_rule_name;
753: --
754: -- IF l_sr_name_count >0 THEN
755: -- l_error_message :=PO_CORE_S.get_translated_text('PO_SR_ASL_UNIQUE_RULE_NAME');
756: -- FND_FILE.put_line(FND_FILE.OUTPUT,l_error_message);
757: -- RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
758: -- END IF;
759:
760: --The minimum line number that has an archival revision same as the header revision

Line 882: FND_FILE.put_line(FND_FILE.LOG,'==>POASLGEN ends at ' || TO_CHAR(sysdate,'MM/DD/RR HH24:MI:SS'));

878: x_return_status := l_return_status;
879:
880: END LOOP;
881:
882: FND_FILE.put_line(FND_FILE.LOG,'==>POASLGEN ends at ' || TO_CHAR(sysdate,'MM/DD/RR HH24:MI:SS'));
883: --Close the cursor after the processing has been done.
884: IF p_agreement_lines_selection='NEW' THEN
885: CLOSE get_new_lines_to_be_processed;
886: IF g_po_pdoi_write_to_file ='Y' THEN

Line 901: FND_FILE.put_line(FND_FILE.LOG,'Error occured in '||' : '||g_pkg_name||l_procedure_name||SQLERRM||' : '||SQLCODE);

897:
898: EXCEPTION
899: WHEN OTHERS THEN
900:
901: FND_FILE.put_line(FND_FILE.LOG,'Error occured in '||' : '||g_pkg_name||l_procedure_name||SQLERRM||' : '||SQLCODE);
902:
903:
904: IF p_agreement_lines_selection='NEW' and get_new_lines_to_be_processed%isopen THEN
905: CLOSE get_new_lines_to_be_processed;

Line 1207: FND_FILE.put_line(FND_FILE.LOG,'Error occured in '||' : '||g_pkg_name||l_procedure_name||SQLERRM||' : '||SQLCODE);

1203: END IF;
1204: EXCEPTION
1205: WHEN OTHERS THEN
1206: x_header_processable_flag := 'N';
1207: FND_FILE.put_line(FND_FILE.LOG,'Error occured in '||' : '||g_pkg_name||l_procedure_name||SQLERRM||' : '||SQLCODE);
1208: IF (g_po_pdoi_write_to_file = 'Y') THEN
1209: PO_DEBUG.put_line('Sourcing Rules/ASL creation failed');
1210: END IF;
1211: po_message_s.SQL_ERROR(