DBA Data[Home] [Help]

APPS.PO_CREATE_SR_ASL dependencies on PO_CORE_S

Line 737: l_error_message:=PO_CORE_S.get_translated_text('PO_SR_ASL_ARCHIVAL_OPTION');

733: IF g_po_pdoi_write_to_file='Y' THEN
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:

Line 753: -- l_error_message :=PO_CORE_S.get_translated_text('PO_SR_ASL_UNIQUE_RULE_NAME');

749: -- from mrp_sourcing_rules
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: