RCXVP232 ;ALBANY OI@ALTOONA,PA/TJK-AR Data Extraction - Post-Install Program ;8/18/05
 ;;4.5;Accounts Receivable;**232**;Mar 20, 1995
 ;
 ;** Program Description **
 ;  This program will be run on installation of patch
 ;  PRCA*4.5*232 for CBO to ARC Data Extractions
 ;
EN ; Entry Point
 ; Reset CBO Flag field to for bills in NEW BILL status to "INCLUDE"
 S $P(^PRCA(430.3,18,0),U,6)=1
 Q
 ;
 
--- Routine Detail   --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HRCXVP232   406     printed  Sep 23, 2025@19:25:54                                                                                                                                                                                                     Page 2
RCXVP232  ;ALBANY OI@ALTOONA,PA/TJK-AR Data Extraction - Post-Install Program ;8/18/05
 +1       ;;4.5;Accounts Receivable;**232**;Mar 20, 1995
 +2       ;
 +3       ;** Program Description **
 +4       ;  This program will be run on installation of patch
 +5       ;  PRCA*4.5*232 for CBO to ARC Data Extractions
 +6       ;
EN        ; Entry Point
 +1       ; Reset CBO Flag field to for bills in NEW BILL status to "INCLUDE"
 +2        SET $PIECE(^PRCA(430.3,18,0),U,6)=1
 +3        QUIT 
 +4       ;