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

RC45301P.m

Go to the documentation of this file.
  1. RC45301P ;ALB/BDB - CROSS-SERVICING PROJECT POST-INSTALL;3/31/15
  1. ;;4.5;Accounts Receivable;**301**;Mar 20, 1995;Build 144
  1. ;;Per VA Directive 6402, this routine should not be modified.
  1. ; 1) This routine sets the Cross-Servicing Start Date into the
  1. ; AR SITE PARAMETER file (#342)
  1. ; 2) Runs the Due Process Notification initialization process
  1. ;
  1. ENTER ; Entry point for post-install
  1. D CS
  1. D DPNINIT
  1. Q
  1. ;
  1. CS ; Set the Cross-Servicing Start Date equal to DT
  1. D BMES^XPDUTL(">>>Cross-Servicing Start Date set to "_DT_".")
  1. S ^RC(342,1,"CS")=DT
  1. Q
  1. ;
  1. DPNINIT ;
  1. D BMES^XPDUTL(">>>Begin the Due Process Initialization.")
  1. D BMES^XPDUTL(">>>The Initialization may take up to 8 hours.")
  1. D ENTER^RCTCSP3
  1. D BMES^XPDUTL(">>>Due Process Initialization is complete.")
  1. K DPNINIT
  1. Q
  1. ;