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 |  FileMan Files Accessed Via FileMan Db Call
Print Page as PDF
Routine: RCRPSTR

Package: Accounts Receivable

Routine: RCRPSTR


Information

RCRPSTR ;EDE/YMG - REPAYMENT PLAN STATUS REPORT; 11/30/2020

Source Information

Source file <RCRPSTR.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; entry point
  • ICR #7230
    • Status: Pending
    • Usage: Private
    ASKSORT() ; display "sort by" prompt
    ASKFLTR() ; display "filter by" prompt
    ASKNM(SNAME) ; display "start with name" / "end with name" prompts
    ASKSTAT() ; display "which statuses" prompt
    ASKDAYS() ; display "min. days in status" prompt
    ASKDAYS1(MINDAYS) ; display "max. days in status" prompt PRCA*4.5*389
    COMPILE ; compile report
    GETDATA(RPIEN,CNT) ; fetch data and put it into ^TMP global
    PRINT ; print report
    HDR ; print header
    FLTRSTR() ; returns "Filtered by" string to print
    SORTSTR() ; returns "Sorted by" string to print
    INTV() ; Selects the range of names
    ; Output: First value ^ Last Value OR -1
    FRST
    LAST
    QINT
    HFST(RCVAL) ; - 'START WITH PATIENT/DEBTOR...' prompt

    Interaction Calls

    Name Line Occurrences
    Function Call: WRITE
    • Prompt: !!,"Repayment Plan Status Report",!
    • Line Location: EN+3
    Function Call: WRITE
    • Prompt: !!,"This report requires 132 column display.",!
    • Line Location: EN+12
    Function Call: WRITE
    • Prompt: !!,"Report compilation has started with task# ",ZTSK,".",!
    • Line Location: EN+20
    Function Call: WRITE
    • Prompt: !
    • Line Location: ASKDAYS+5
    Function Call: WRITE
    • Prompt: !
    • Line Location: ASKDAYS1+5
    Function Call: WRITE
    • Prompt: @IOF
    • Line Location: PRINT+11
    Function Call: WRITE
    • Prompt: !!,"No records found."
    • Line Location: PRINT+15
    Function Call: WRITE
    • Prompt: @IOF
    • Line Location: PRINT+41
    Function Call: WRITE
    • Prompt: @IOF
    • Line Location: HDR+1
    Function Call: WRITE
    • Prompt: !,"Repayment Plan Status Report",?66,EXTDT,?120,"Page: ",PAGE
    • Line Location: HDR+3
    Function Call: WRITE
    • Prompt: !,$$FLTRSTR()
    • Line Location: HDR+4
    Function Call: WRITE
    • Prompt: !,$$SORTSTR()
    • Line Location: HDR+5
    Function Call: WRITE
    • Prompt: !!,"* Indicates a non-medical debt repayment plan"
    • Line Location: HDR+6
    Function Call: WRITE
    • Prompt: !!," For-"
    • Line Location: HDR+7
    Function Call: WRITE
    • Prompt: !," Original Status Days in Last Cur plan Remaining bear-"
    • Line Location: HDR+8
    Function Call: WRITE
    • Prompt: !,"Name SSN RPP ID Plan Dt Stat date status payment length balance CS ances"
    • Line Location: HDR+9
    Function Call: WRITE
    • Prompt: !
    • Line Location: HDR+10
    Function Call: READ
    • Variable: X
    • Timeout: DTIME
    • Line Location: FRST+0
    Function Call: READ
    • Variable: X
    • Timeout: DTIME
    • Line Location: LAST+0
    Function Call: WRITE
    • Prompt: !!," Enter a valid field value, or"
    • Line Location: HFST+4
    Function Call: WRITE
    • Prompt: !," '<CR>' - To start from the '"_RCPRMPT_"' value for this field"
    • Line Location: HFST+5
    Function Call: WRITE
    • Prompt: !," '^' - To quit this option"
    • Line Location: HFST+6

    FileMan Files Accessed Via FileMan Db Call

    FileNo Call Tags
    ^RCRP(340.5 - [#340.5] EXTERNAL^DILFD
    Info |  Source |  Entry Points |  Interaction Calls |  FileMan Files Accessed Via FileMan Db Call