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: RCRPDR

Package: Accounts Receivable

Routine: RCRPDR


Information

RCRPDR ;EDE/YMG - REPAYMENT PLAN DELINQUENT / DEFAULT LETTER REPORTS; 12/28/2020

Source Information

Source file <RCRPDR.m>

Entry Points

Name Comments DBIA/ICR reference
EN(TYPE) ; entry point
COMPILE ; compile report
PRINT ; print report
HDR ; print header
CALC(RPIEN,MAMNT) ; calculate amount due and "current through" date
ASKCLR() ; display "clear print queue?" prompt
CLRPRNT(RPIEN,TYPE) ; clear print delinquent / print default flag for a given RPP

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"Print ",$S(TYPE=1:"Default",1:"Delinquent")," Letter Report",!
  • Line Location: EN+6
Function Call: WRITE
  • Prompt: !,"Answer Yes to print this report in a Mail-merge compatible format."
  • Line Location: EN+8
Function Call: WRITE
  • Prompt: !!,"If you Answer No, the Statement Account Number for the Debtor will not"
  • Line Location: EN+9
Function Call: WRITE
  • Prompt: !,"appear on the screen.",!!
  • Line Location: EN+10
Function Call: WRITE
  • Prompt: !!,"This report requires 132 characters",!
  • Line Location: EN+12
Function Call: WRITE
  • Prompt: !!,"Report compilation has started with task# ",ZTSK,".",!
  • Line Location: EN+22
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: PRINT+10
Function Call: WRITE
  • Prompt: !!,"No records found."
  • Line Location: PRINT+14
Function Call: WRITE
  • Prompt: U,UPDT
  • Line Location: PRINT+25
Function Call: WRITE
  • Prompt: !
  • Line Location: PRINT+35
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: HDR+2
Function Call: WRITE
  • Prompt: !,"Print ",$S(TYPE=1:"Default",1:"Delinquent")," Letter Report",?66,EXTDT,?120,"Page: ",PAGE
  • Line Location: HDR+4
Function Call: WRITE
  • Prompt: !!,"* Indicates a non-medical debt repayment plan"
  • Line Location: HDR+5
Function Call: WRITE
  • Prompt: !
  • Line Location: HDR+7
Info |  Source |  Entry Points |  Interaction Calls