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

Package: Integrated Billing

Routine: IBJDF4


Information

IBJDF4 ;ALB/RB - FIRST PARTY FOLLOW-UP REPORT ;15-APR-00

Source Information

Source file <IBJDF4.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; - Option entry point.
STA ; - Choose bill status.
SUSTYP ;If SUSPENDED is chosen, prompt for which suspended bills to display IB*2.0*568/DRF
AGE ; - Determine if the active receivable must be within an age range.
AMT ; - Print receivables with a minimum balance.
AMT1 ; - Determine the minimum balance amount.
EXCEL ; - Determine whether to gather data for Excel report.
BCH ; - Determine whether to include the bill comment history.
RC ; - Include receivables referred to Regional Counsel?
DEV ; - Select a device.
DQ
ENQ
MLTP0(PRPT,OPT,ALL) ; Function for multiple value selection
; Input: PRPT - String to be prompted to the user, before listing options
; OPT - Array containing the possible entries (indexed by code)
; Obs: Code must be sequential starting with 0
; ALL - Flag indicating if the last option is ALL OF THE ABOVE
PRPT
QT
DS ; Print a (S)ummary,(O)verall Summary or (D)etail Report?
HDS ; Help for Summary/Detail prompt. ; IB*2.0*705

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"Run report for (A)CTIVE ARs, (S)USPENDED ARs, or (B)OTH: B// "
  • Line Location: STA+1
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: STA+2
Function Call: WRITE
  • Prompt: " ",$S(IBSTA="A":"ACTIVE",IBSTA="S":"SUSPENDED",1:"BOTH")
  • Line Location: STA+5
Function Call: WRITE
  • Prompt: !!,"Include (A)LL ",$S(IBSTA="A":"active ",IBSTA="S":"suspended ",1:""),"ARs or those within an AGE (R)ANGE: ALL// "
  • Line Location: AGE+1
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: AGE+2
Function Call: WRITE
  • Prompt: " ",$S(IBSMN="R":"RANGE",1:"ALL")
  • Line Location: AGE+4
Function Call: WRITE
  • Prompt: !,"EXAMPLE Range: 31-60 days"
  • Line Location: AGE+8
Function Call: WRITE
  • Prompt: " ",IBSMN," DAYS"
  • Line Location: AGE+13
Function Call: WRITE
  • Prompt: " ",IBSMX," DAYS"
  • Line Location: AGE+19
Function Call: WRITE
  • Prompt: !
  • Line Location: AMT+1
Function Call: WRITE
  • Prompt: !
  • Line Location: BCH+1
Function Call: WRITE
  • Prompt: !
  • Line Location: RC+1
Function Call: WRITE
  • Prompt: !!,"Note: This report will search through all "
  • Line Location: DEV+2
Function Call: WRITE
  • Prompt: $S(IBSTA="A":"active",IBSTA="S":"suspended",1:"active & suspended")," receivables."
  • Line Location: DEV+3
Function Call: WRITE
  • Prompt: !?6,"It is recommended that you queue it to run after normal business hours."
  • Line Location: DEV+4
Function Call: WRITE
  • Prompt: !
  • Line Location: DEV+8
Function Call: WRITE
  • Prompt: !!,"This job has been queued. The task no. is ",ZTSK,"."
  • Line Location: DEV+12
Function Call: WRITE
  • Prompt: !!,"Unable to queue this job."
  • Line Location: DEV+13
Function Call: WRITE
  • Prompt: !
  • Line Location: PRPT+7
Function Call: WRITE
  • Prompt: !
  • Line Location: PRPT+19
Function Call: WRITE
  • Prompt: !
  • Line Location: DS+4
Function Call: WRITE
  • Prompt: !,"Please enter 'S' for 'Summary', 'O' for 'Overall Summary' or 'D' for a Detailed Report."
  • Line Location: HDS+1
Function Call: WRITE
  • Prompt: !,"Note that if you select the Detailed report, Summary and Overall Summary will also print."
  • Line Location: HDS+2

FileMan Files Accessed Via FileMan Db Call

FileNo Call Tags
^PRCA(433.001 - [#433.001] GET1^DIQ
Info |  Source |  Entry Points |  Interaction Calls |  FileMan Files Accessed Via FileMan Db Call