PRCFDPVM ;WISC/LEM-PAYMENT ERROR PROCESSING MESSAGES ;6/9/94 3:05 PM
;;5.1;IFCAP;;Oct 20, 2000
;Per VHA Directive 10-93-142, this routine should not be modified.
V ;
QUIT
; No top level entry
;
MSG1 ; Message Processing
W !!,"This document is not a Payment Voucher (PV), Miscellaneous Order (MO) or a",!,"Service Order (SO). Error processing cannot continue using this routine.",!!
Q
MSG2 W !!,"This Payment Voucher or 1358 source document was not found. Error processing",!,"cannot continue."
Q
MSG3 W !!,"The Method of Processing is missing. Error processing cannot continue.",!!
Q
MSG4 W !!,"No further action taken on this rejected document.",!!
Q
--- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HPRCFDPVM 682 printed Nov 22, 2024@17:13:16 Page 2
PRCFDPVM ;WISC/LEM-PAYMENT ERROR PROCESSING MESSAGES ;6/9/94 3:05 PM
+1 ;;5.1;IFCAP;;Oct 20, 2000
+2 ;Per VHA Directive 10-93-142, this routine should not be modified.
V ;
+1 QUIT
+2 ; No top level entry
+3 ;
MSG1 ; Message Processing
+1 WRITE !!,"This document is not a Payment Voucher (PV), Miscellaneous Order (MO) or a",!,"Service Order (SO). Error processing cannot continue using this routine.",!!
+2 QUIT
MSG2 WRITE !!,"This Payment Voucher or 1358 source document was not found. Error processing",!,"cannot continue."
+1 QUIT
MSG3 WRITE !!,"The Method of Processing is missing. Error processing cannot continue.",!!
+1 QUIT
MSG4 WRITE !!,"No further action taken on this rejected document.",!!
+1 QUIT