DBA Data[Home] [Help]

APPS.PO_CREATE_SR_ASL dependencies on FND_FILE

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

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

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

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

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

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

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

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

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

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

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

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

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

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