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

PRCHFPDT.m

Go to the documentation of this file.
  1. PRCHFPDT ;WISC/RWS-FPDS SCREENS FOR FY89 ;12/20/96 2:02 PM
  1. V ;;5.1;IFCAP;**79**;Oct 20, 2000
  1. ;Per VHA Directive 10-93-142, this routine should not be modified.
  1. Q
  1. ;
  1. ;This routine supports the collection of FPDS data for Purchase Card
  1. ;and Delivery Orders users during a purchase order creation. It's
  1. ;called from the input template [PRCHAMT89 NEW].
  1. ;
  1. PREF ;Screen for Pref Prog. Codes
  1. ;List possible 'PREF. PROGRAM' choices.
  1. ;
  1. W !!,"Possible Preference Program Codes: "
  1. S I=0 F Y=149:0 S Y=$O(^PRCD(420.6,Y)) Q:Y="B" D I PRCHDISP'="N" D PREF2 I $T W:I "," W $P(^PRCD(420.6,Y,0),U,1) S I=I+1
  1. . S PRCHDISP=$P(^PRCD(420.6,Y,0),U,5)
  1. . Q
  1. ;
  1. ;Y = field # 1.2 'PREF. PROGRAM' -- the Y is set to jump back to template [PRCHAMT89 NEW] to proper field 1.2 rather than first field #1.2
  1. ;
  1. S Y="@12"
  1. W ! K Z,Z1
  1. Q
  1. ;
  1. PREF2 ;Z2=COMPETITIVE STATUS/BUSINESS, Z1=PREFERENCE PROGRAM CODE, PRCHN("MB")=METHOD OF BUSINESS
  1. S Z1=$P(^PRCD(420.6,Y,0),U,1),Z0=0
  1. I $P(^PRCD(420.6,Y,0),U,3)'=PRCHDT G PREFQ
  1. ;
  1. ;Add new codes for the FPDS report to Austin: #170-#174, PRC*5.1*79.
  1. I "^151^154^155^169^170^171^172^173^174^"'[Y G PREFQ
  1. S Z2=$P($G(^PRCD(420.6,+$P(^PRC(442,DA(1),9,DA,0),U,4),0)),U,1)
  1. ;if source code=5 & method of business=4 & comp stat/bus=Z4 then pref program code must be set to O i.e. none of the above.
  1. I Z2["Y1","X1","K"'[Z1 G PREFQ ;new for PRC*5.1*79
  1. I Z2["X",Z1="I" G PREFQ
  1. ;if vendor size=1 show all pref programs, otherwise show only 'O'
  1. I +PRCHN("MB")=1 S Z0=1 G PREFQ ;new for PRC*5.1*79
  1. I "234"[+PRCHN("MB"),"O"[$E(Z1) S Z0=1 G PREFQ
  1. ;
  1. PREFQ I Z0
  1. K Z0,Z1
  1. Q
  1. ;
  1. BREAK ;Setting BREAKOUT CODE (# 442.16)
  1. ;When Source Code=5, then Breakout/Socio.Gr. must be set to OO (161).
  1. I PRCHSC=5 D Q
  1. . S ^PRC(442,PRCHPO,9,DA,1,0)="^442.16PA^161^1"
  1. . S ^PRC(442,PRCHPO,9,DA,1,161,0)=161
  1. . S ^PRC(442,PRCHPO,9,DA,1,"B",161,161)=""
  1. . Q
  1. I $O(PRCHB(0)) S ^PRC(442,PRCHPO,9,DA,1,0)=PRCHB(0) F I=0:0 S I=$O(PRCHB(I)) Q:'I S ^PRC(442,PRCHPO,9,DA,1,I,0)=I,^PRC(442,PRCHPO,9,DA,1,"B",I,I)=""
  1. S I=$P(^PRC(442,PRCHPO,9,DA,0),"^",2),PRCHN("TC")=$P($G(^PRCD(420.6,+I,0)),"^",1)
  1. Q
  1. ;
  1. COMP ;template [PRCHAMT89 NEW] calls COMP
  1. ;List possible 'COMP. STATUS/BUSINESS' choices.
  1. ;
  1. W !!,"Possible Competitive Status/Business codes: "
  1. S I=0 F Y=120:0 S Y=$O(^PRCD(420.6,Y)) Q:Y>132 D COMP2 I $T W:I "," W $P(^PRCD(420.6,Y,0),U,1) S I=I+1
  1. ;
  1. W ! K Z,Z1
  1. Q
  1. COMP2 ;
  1. S Z1=$P(^PRCD(420.6,Y,0),U,1),Z0=0 G COMPQ:$P(^(0),U,3)'=PRCHDT!(Y<121)!(Y>132)
  1. ;if source code=5 business type=4 then add $$ amt in code index Z4 category.
  1. I PRCHN("MB")[$E(Z1,2) S Z0=1
  1. ;
  1. COMPQ I Z0
  1. K Z0,Z1
  1. Q
  1. CHK ; CHECK FOR VARIOUS COMBINATIONS OF 'SOCIOECONOMIC GROUP (FY89)' CODES IN VENDOR FILE.
  1. K PRCHTO
  1. I $P($G(^PRC(440,DA,1.1,0)),"^",3)="" G ERR ;See NOIS:V13-0802-N1396
  1. F I=0:0 S I=$O(^PRC(440,DA,1.1,I)) Q:'I S PRCHTO(I)=""
  1. I $D(PRCHTO(161)) K PRCHTO(161) I $O(PRCHTO(0)) W $C(7),!!,"You CANNOT have a Socioeconomic Group of OO--NONE OF THE OTHER CATEGORIES",!,"in combination with any other Socioeconomic Group",!,"RE-ENTER ALL!!!",! G ERR
  1. I $D(PRCHTO(157)),$D(PRCHTO(153))!$D(PRCHTO(163))!$D(PRCHTO(164)) W $C(7),!!,"You CANNOT have the Socioeconomic Group of P--JAVITS-WAGNER-O'DAY",!,"in combination with any LARGE group",!,"RE-ENTER ALL!!!",! G ERR
  1. I '$D(PRCHTO(162)),$D(PRCHTO(167)) W $C(7),!!,"Category RV--SERVICE-DISABLED VETERAN must also include S--VETERAN-OWNED SM BUSINESS",!,"RE-ENTER ALL!!!" G ERR
  1. ;
  1. EX K PRCHTO,I
  1. Q
  1. ;
  1. ERR K ^PRC(440,DA,1.1) S Y=10
  1. G EX
  1. ;
  1. D1 ; DISPLAY BREAKOUT CODES BROUGHT FROM VENDOR FILE IN ROUTINE PREF (CALLED FROM INPUT TEMPLATE [PRCHAMT89 NEW])
  1. S I=0 F J=1:1 S I=$O(^PRC(442,PRCHPO,9,DA,1,I)) Q:'I S X=$G(^PRCD(420.6,+I,0)) W:J=1 !!,"Following Socioeconomic Group Codes brought over from Vendor File:",! W ?5,$P(X,"^",1)_" "_$P(X,"^",2),!
  1. Q