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 |  Interaction Calls
Print Page as PDF
Routine: RCDPAPL1

Package: Accounts Receivable

Routine: RCDPAPL1


Information

RCDPAPL1 ;WISC/RFJ-account profile listmanager options ;1 Jun 99

Source Information

Source file <RCDPAPL1.m>

Entry Points

Name Comments DBIA/ICR reference
ACCOUNT ; select a new account
BILLTRAN ; show transactions for a bill
BILLPROF ; bill profile
SELBILL() ; select bill from list
SELMULT(VALMY) ; select 0, 1, or more bills from the list
; Output VALMY array, pass by reference. Return format is VALMY(#)=""
; The calling routine must then process any of the entries found in the VALMY array, one at a time.
SELMX ;
SUSPEND ;Suspend a Bill PRCA*4.5*315
SUSPX ;
REESTAB ; Re-Establish a Bill - PRCA*4.5*315
REESTX ;
STOP ;Stop a Bill in Cross-servicing (Debtor) PRCA*4.5*315
STOPX ;
TERM ;Fiscal Officer Terminated PRCA*4.5*315
TERMX ;
RECALLB ;Recall a Bill PRCA*4.5*315
RECALBX ;
RECALLD ;Recall a Debtor PRCA*4.5*315
RECALDX ;
INC ;Increase Transaction PRCA*4.5*315
INCX ;
DEC ;Decrease Transaction PRCA*4.5*315
DECX ;

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"This option will allow you to select a new account."
  • Line Location: ACCOUNT+4
Function Call: WRITE
  • Prompt: !
  • Line Location: ACCOUNT+5
Function Call: WRITE
  • Prompt: !
  • Line Location: SUSPEND+8
Function Call: WRITE
  • Prompt: !," ======== Bill# ",$P($P($G(^PRCA(430,RCBILLDA,0)),U,1),"-",2)," (",RCDPGC," of ",RCDPGT," selected) ========",!
  • Line Location: SUSPEND+12
Function Call: WRITE
  • Prompt: " ... exiting Bill# loop"
  • Line Location: SUSPEND+15
Function Call: WRITE
  • Prompt: !
  • Line Location: SUSPEND+18
Function Call: WRITE
  • Prompt: !
  • Line Location: SUSPEND+20
Function Call: WRITE
  • Prompt: !
  • Line Location: REESTAB+8
Function Call: WRITE
  • Prompt: !," ======== Bill# ",$P($P($G(^PRCA(430,RCBILLDA,0)),U,1),"-",2)," (",RCDPGC," of ",RCDPGT," selected) ========",!
  • Line Location: REESTAB+12
Function Call: WRITE
  • Prompt: !
  • Line Location: REESTAB+17
Function Call: WRITE
  • Prompt: !
  • Line Location: REESTAB+19
Function Call: WRITE
  • Prompt: !
  • Line Location: STOP+8
Function Call: WRITE
  • Prompt: !," ======== Bill# ",$P($P($G(^PRCA(430,RCBILLDA,0)),U,1),"-",2)," (",RCDPGC," of ",RCDPGT," selected) ========",!
  • Line Location: STOP+12
Function Call: WRITE
  • Prompt: " ... exiting Bill# loop"
  • Line Location: STOP+15
Function Call: WRITE
  • Prompt: !
  • Line Location: STOP+18
Function Call: WRITE
  • Prompt: !
  • Line Location: STOP+20
Function Call: WRITE
  • Prompt: !
  • Line Location: TERM+8
Function Call: WRITE
  • Prompt: !," ======== Bill# ",$P($P($G(^PRCA(430,RCBILLDA,0)),U,1),"-",2)," (",RCDPGC," of ",RCDPGT," selected) ========",!
  • Line Location: TERM+12
Function Call: WRITE
  • Prompt: " ... exiting Bill# loop"
  • Line Location: TERM+15
Function Call: WRITE
  • Prompt: !
  • Line Location: TERM+18
Function Call: WRITE
  • Prompt: !
  • Line Location: TERM+20
Function Call: WRITE
  • Prompt: !
  • Line Location: RECALLB+8
Function Call: WRITE
  • Prompt: !," ======== Bill# ",$P($P($G(^PRCA(430,RCBILLDA,0)),U,1),"-",2)," (",RCDPGC," of ",RCDPGT," selected) ========",!
  • Line Location: RECALLB+12
Function Call: WRITE
  • Prompt: " ... exiting Bill# loop"
  • Line Location: RECALLB+15
Function Call: WRITE
  • Prompt: !
  • Line Location: RECALLB+18
Function Call: WRITE
  • Prompt: !
  • Line Location: RECALLB+20
Function Call: WRITE
  • Prompt: *7,!!?3,"You must hold the PRCADJ security key in order to access this option.",!
  • Line Location: INC+6
Function Call: WRITE
  • Prompt: !
  • Line Location: INC+15
Function Call: WRITE
  • Prompt: !," ======== Bill# ",$P($P($G(^PRCA(430,RCBILLDA,0)),U,1),"-",2)," (",RCDPGC," of ",RCDPGT," selected) ========",!
  • Line Location: INC+19
Function Call: WRITE
  • Prompt: " ... exiting Bill# loop"
  • Line Location: INC+22
Function Call: WRITE
  • Prompt: !
  • Line Location: INC+25
Function Call: WRITE
  • Prompt: !
  • Line Location: INC+27
Function Call: WRITE
  • Prompt: *7,!!?3,"You must hold the PRCADJ security key in order to access this option.",!
  • Line Location: DEC+6
Function Call: WRITE
  • Prompt: !
  • Line Location: DEC+15
Function Call: WRITE
  • Prompt: !," ======== Bill# ",$P($P($G(^PRCA(430,RCBILLDA,0)),U,1),"-",2)," (",RCDPGC," of ",RCDPGT," selected) ========",!
  • Line Location: DEC+19
Function Call: WRITE
  • Prompt: " ... exiting Bill# loop"
  • Line Location: DEC+22
Function Call: WRITE
  • Prompt: !
  • Line Location: DEC+25
Function Call: WRITE
  • Prompt: !
  • Line Location: DEC+27
Info |  Source |  Entry Points |  Interaction Calls