Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points
Print Page as PDF
Routine: PRCPUTRA

Package: IFCAP

Routine: PRCPUTRA


Information

PRCPUTRA ;WISC/RFJ-outstanding transaction and duein update ;20 Sep 91

Source Information

Source file <PRCPUTRA.m>

Entry Points

Name Comments DBIA/ICR reference
ADDTRAN(INVPT,ITEMDA,TRANDA,PRCPDATA) ; create outstanding transacation duein
; PRCPDATA=qtyordered^unitofreceipt^pkgmult^convfact
KILLTRAN(INVPT,ITEMDA,TRANDA) ; kill outstanding transaction
  • ICR #6584
    • Status: Active
    • Usage: Private
    OUTST(INVPT,ITEMDA,TRANDA,QTY) ; add qty to outstanding transaction,
    ; update duein
  • ICR #6584
    • Status: Active
    • Usage: Private
    ADDUPD(INVPT,ITEMDA,TRANDA,PRCPDATA) ; create outstanding transacation duein
    ; prcpdata=qtyordered^unitofreceipt^pkgmult^convfact
    CHECKOUT(INVPT,ITEMDA,TRANDA) ; check outstanding transaction
    ; returns => outstdata=vendor^pkgmult^unitreceipt^convfactor
    ; => outsterr=error message
    ; if outstdata and outsterr not defined, outstanding transaction is correct
    Info |  Source |  Entry Points