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

Package: Integrated Billing

Routine: IBJDF6


Information

IBJDF6 ;ALB/RB - MISCELLANEOUS BILLS FOLLOW-UP REPORT ;15-APR-00

Source Information

Source file <IBJDF6.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; - Option entry point.
SEL ; - Select type of receivables to print.
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.
DEV ; - Select a device.
DQ
ENQ

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"NOTE: The receivables of these types will NOT be sorted by division:",!,*7
  • Line Location: SEL+38
Function Call: WRITE
  • Prompt: !?6,IBCTG(Y)
  • Line Location: SEL+39
Function Call: WRITE
  • Prompt: !!,"These receivables will be sorted by PATIENT/SSN:",!
  • Line Location: SEL+48
Function Call: WRITE
  • Prompt: !?6,IBCTG(Y)
  • Line Location: SEL+49
Function Call: WRITE
  • Prompt: !!,"These receivables will be sorted by DEBTOR:",!
  • Line Location: SEL+58
Function Call: WRITE
  • Prompt: !?6,IBCTG(Y)
  • Line Location: SEL+59
Function Call: WRITE
  • Prompt: !!,"Include (A)LL active AR's 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("Rr"[X:"RANGE",1:"ALL")
  • Line Location: AGE+4
Function Call: WRITE
  • Prompt: " ",IBSMN," DAYS"
  • Line Location: AGE+12
Function Call: WRITE
  • Prompt: " ",IBSMX," DAYS"
  • Line Location: AGE+18
Function Call: WRITE
  • Prompt: !
  • Line Location: AMT+1
Function Call: WRITE
  • Prompt: !
  • Line Location: BCH+1
Function Call: WRITE
  • Prompt: !!,"You will need a ",X," column printer for this report!",!
  • Line Location: DEV+4
Function Call: WRITE
  • Prompt: !,"Note: This report will search through all active receivables."
  • Line Location: DEV+5
Function Call: WRITE
  • Prompt: !," You should queue it to run after normal business hours.",!
  • Line Location: DEV+6
Function Call: WRITE
  • Prompt: !
  • Line Location: DEV+10
Function Call: WRITE
  • Prompt: !!,"This job has been queued. Task number is ",ZTSK,"."
  • Line Location: DEV+15
Function Call: WRITE
  • Prompt: !!,"Unable to queue this job."
  • Line Location: DEV+16
Info |  Source |  Entry Points |  Interaction Calls