DBA Data[Home] [Help]

APPS.PO_CREATE_SR_ASL dependencies on PO_CORE_S

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

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

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

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