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

RCP371.m

Go to the documentation of this file.
  1. RCP371 ;AITC/DOM - Patch PRCA*4.5*371 Post Installation Processing ;20 Feb 2020 14:00:00
  1. ;;4.5;Accounts Receivable;**371**;Feb 20, 2020;Build 29
  1. ;Per VA Directive 6402, this routine should not be modified.
  1. Q
  1. ;
  1. POST ;
  1. D CMPTMP ;
  1. D BMES^XPDUTL("PRCA*4.5*371 post-installation finished "_$$HTE^XLFDT($H))
  1. Q
  1. ;
  1. CMPTMP ; Recompile ACCOUNTS RECEIVABLE (#430) input templates due to the new AMCCF index
  1. N X,Y,DMAX
  1. D MES^XPDUTL(">> Recompile Input Templates for Accounts Receivable (#430) screens...")
  1. ;
  1. S DMAX=$$ROUSIZE^DILF
  1. S X="PRCATA",Y=$$FIND1^DIC(.402,,"X","PRCA OLD SET","B")
  1. I Y D EN^DIEZ
  1. ;
  1. S DMAX=$$ROUSIZE^DILF
  1. S X="PRCATE",Y=$$FIND1^DIC(.402,,"X","PRCA SET","B")
  1. I Y D EN^DIEZ
  1. ;
  1. S DMAX=$$ROUSIZE^DILF
  1. S X="PRCATSE",Y=$$FIND1^DIC(.402,,"X","PRCASV REL","B")
  1. I Y D EN^DIEZ
  1. Q
  1. ;
  1. IXCHK ; Check for new MCCF Index creation
  1. I $D(^RCY(344.31,"MCCF")),$D(^RCY(344.4,"MCCF")) D Q
  1. . D BMES^XPDUTL("MCCF Indices created.")
  1. D BMES^XPDUTL("MCCF Indices not created.")
  1. Q
  1. ;