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

Package: Integrated Billing

Routine: IBCRHO


Information

IBCRHO ;ALB/ARH - RATES: UPLOAD CHECK & ADD TO CM REPORT ; 22-MAY-1996

Source Information

Source file <IBCRHO.m>

Entry Points

Name Comments DBIA/ICR reference
ENTRY(ADD) ; OPTION: check validity of data in uploaded files and add to Charge Master
RPT
EXIT ;clean up and quit
PRNT ; print report
PAUSE ;pause at end of screen if being displayed on a terminal
CONT() ; returns true if user wants to add the files to the Charge Master
HDR() ;print the report header
HDRQ
STOP() ;determine if user has requested the queued report to stop

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"Check files waiting to be loaded into the Charge Master for data validity."
  • Line Location: ENTRY+2
Function Call: WRITE
  • Prompt: !,"No files in XTMP."
  • Line Location: ENTRY+3
Function Call: WRITE
  • Prompt: !!,"Report requires 120 columns"
  • Line Location: ENTRY+8
Function Call: WRITE
  • Prompt: !!,?15,IBFILE
  • Line Location: PRNT+5
Function Call: WRITE
  • Prompt: !!,IBSUB,?20,$P(IBLN,U,2),!
  • Line Location: PRNT+8
Function Call: WRITE
  • Prompt: ?20,$P(IBLN,U,3),!
  • Line Location: PRNT+9
Function Call: WRITE
  • Prompt: ?20,$P(IBLN,U,4),!
  • Line Location: PRNT+10
Function Call: WRITE
  • Prompt: !,?5,IBX,?10," = ",$G(^XTMP(IBFILE,IBSUB,IBX)),?50,$E(IBY,1,69)
  • Line Location: PRNT+14
Function Call: WRITE
  • Prompt: !,?70,IBY
  • Line Location: PRNT+15
Function Call: WRITE
  • Prompt: !!,"SUBFILE/SET ERROR:",?20,"This error results when a problem is found in the definition of the subfile that has been uploaded",!,"or the Charge Set that has been assigned to it. All processing of the subfile"
  • Line Location: PRNT+19
Function Call: WRITE
  • Prompt: " is stopped, no part of the subfile will",!,"be loaded into the Charge Master."
  • Line Location: PRNT+20
Function Call: WRITE
  • Prompt: !!,"LINE/DATA ERROR:",?20,"A data error in a required field has been found in a line read from the file. The chargeable item",!,"defined by that line will be ignored, it will NOT be added to the Charge Master."
  • Line Location: PRNT+21
Function Call: WRITE
  • Prompt: !!,"LINE/DATA WARNING:",?20,"A data error in a non-required field has been found in a line read from the file. The chargeable",!,"item defined by that line will be ignored, it will NOT be added to the Charge Master."
  • Line Location: PRNT+22
Function Call: WRITE
  • Prompt: !!,"Records found that are duplicates of existing charge entries or have a 0 charge are NOT added nor reported individually."
  • Line Location: PRNT+23
Function Call: WRITE
  • Prompt: !,"A summary report of the results will be printed.",!
  • Line Location: CONT+3
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: HDR+3
Function Call: WRITE
  • Prompt: !,"IB Upload Summary Report of Charge Items Loaded into the Charge Master"
  • Line Location: HDR+4
Function Call: WRITE
  • Prompt: !,"IB Upload Data Validity Check on Temporary files"
  • Line Location: HDR+5
Function Call: WRITE
  • Prompt: ?75,$$HTE^XLFDT(IBTIME,2)_" Page ",IBPG
  • Line Location: HDR+6
Function Call: WRITE
  • Prompt: !,"---------------------------------------------------------------------------------------------------"
  • Line Location: HDR+7
Function Call: WRITE
  • Prompt: !,"***TASK STOPPED BY USER***"
  • Line Location: STOP+1
Info |  Source |  Entry Points |  Interaction Calls