Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: PRCAP391

PRCAP391.m

Go to the documentation of this file.
  1. PRCAP391 ;EDE/YMG - PRCA*4.5*391 POST INSTALL; 10/01/21
  1. ;;4.5;Accounts Receivable;**391**;Mar 20, 1995;Build 10
  1. ;Per VA Directive 6402, this routine should not be modified.
  1. Q
  1. ;
  1. EN ; entry point
  1. D BMES^XPDUTL(" >> Start of the Post-Installation routine for PRCA*4.5*391")
  1. ; Update suspension types in file 433
  1. D UPDSTYPE
  1. ;
  1. D BMES^XPDUTL(" >> End of the Post-Installation routine for PRCA*4.5*391")
  1. Q
  1. ;
  1. UPDSTYPE ; Update suspension types (field 433/90.1) in file 433
  1. N FDA,IENS,N1,STPTR,STYPE,TRIEN
  1. D BMES^XPDUTL(" >> Updating suspension types in file 433...")
  1. S TRIEN=0 F S TRIEN=$O(^PRCA(433,TRIEN)) Q:'TRIEN D
  1. .S N1=$G(^PRCA(433,TRIEN,1)) I N1="" Q
  1. .S STYPE=$P(N1,U,11) I STYPE="" Q
  1. .S STPTR=+$O(^PRCA(433.001,"B",STYPE,"")) I STPTR'>0 Q
  1. .S IENS=TRIEN_",",FDA(433,IENS,90.1)=STPTR D FILE^DIE("","FDA")
  1. .Q
  1. D MES^XPDUTL("Done.")
  1. Q