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

PRCAP393.m

Go to the documentation of this file.
  1. PRCAP393 ;EDE/SAB - PRCA*4.5*393 POST INSTALL;02/11/21
  1. ;;4.5;Accounts Receivable;**393**;Mar 20, 1995;Build 9
  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*393")
  1. D REINDEX
  1. D BMES^XPDUTL(" >> End of the Post-Installation routine for PRCA*4.5*393")
  1. Q
  1. ;
  1. REINDEX ;Update the Auto Add Field to set all active plans to Yes
  1. ;
  1. N DA,DIK,X,Y ; ^DIE variables
  1. D MES^XPDUTL("Re-indexing the Description field in the AR SUSPEND REASON file ... ")
  1. ;
  1. S DIK="^PRCA(433.001,",DIK(1)=".02^C" D ENALL^DIK
  1. ;
  1. D MES^XPDUTL(" ... Done. ")
  1. Q
  1. ;