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

PRCAP418.m

Go to the documentation of this file.
  1. PRCAP418 ;SAB/EDE - PRCA*4.5*418 POST INSTALL;;NOV 23 2021
  1. ;;4.5;Accounts Receivable;**418**;Mar 20, 1995;Build 9
  1. ;Per VA Directive 6402, this routine should not be modified.
  1. ;
  1. Q
  1. ;
  1. EN ; entry point
  1. D BMES^XPDUTL(" >> Starting the Post-Initialization routine for PRCA*4.5*418")
  1. D NEWCANC
  1. D BMES^XPDUTL(" >> End of the Post-Initialization routine for PRCA*4.5*418")
  1. Q
  1. ;
  1. NEWCANC ; add new Suspend reason to file 433.001
  1. N FDA
  1. D MES^XPDUTL(" -> Adding new Suspend Reason to file 433.001...")
  1. I $$FIND1^DIC(433.001,,"X","14","B") D Q
  1. .D MES^XPDUTL(" Already exists.")
  1. .Q
  1. S FDA(433.001,"+1,",.01)=14 ; code
  1. S FDA(433.001,"+1,",.02)="CLELAND-DOLE" ; name
  1. S FDA(433.001,"+1,",.03)=0 ; Inactive
  1. D UPDATE^DIE("","FDA")
  1. D MES^XPDUTL(" Done.")
  1. Q