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

Package: Integrated Billing

Routine: IBCROI


Information

IBCROI ;ALB/ARH - RATES: REPORTS CHARGE ITEM ; 11/22/96

Source Information

Source file <IBCROI.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; OPTION ENTRY POINT: Charge Item report - get parameters then run the report
RPT ;find, save, and print Charge Item report - entry for tasked jobs
EXIT ;clean up and quit
PRINT ;print the report from the temp sort file to the appropriate device
GETHDR ; set up header lines
HDR() ;print the report header
HDRQ
DEV ;get the device
RVCPT(DRV,ITM,CS) ; returns revenue code: first CI rev code then rv-cpt link
PAUSE ;pause at end of screen if being displayed on a terminal
STOP() ; determine if user has requested the queued report to stop

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,?20,"****** Charge Item Report ******",!!
  • Line Location: EN+3
Function Call: WRITE
  • Prompt: !,"This report will list all charges that are effective within a date range."
  • Line Location: EN+4
Function Call: WRITE
  • Prompt: !!,"Select a single item to display or press return for all items."
  • Line Location: EN+11
Function Call: WRITE
  • Prompt: !!,?20,"CHARGE SET: ",IBS1,!
  • Line Location: PRINT+6
Function Call: WRITE
  • Prompt: !,$E(IBITEM,1,(31-IBSP1)),?(34-IBSP1),IBEFDT,?(44-IBSP1),IBINDT
  • Line Location: PRINT+21
Function Call: WRITE
  • Prompt: !,IBEFDT,?10,IBINDT,?21,$E(IBITEM,1,(32-IBSP1))
  • Line Location: PRINT+22
Function Call: WRITE
  • Prompt: ?(55-IBSP1),$E(IBCSN,1,(27-IBSP2)),?(82-IBSP1-IBSP2),$J(IBCHG,10,2),IBCHGB,?(102-IBSP1-IBSP2),IBRVCD
  • Line Location: PRINT+23
Function Call: WRITE
  • Prompt: ?(55-IBSP1),$J(IBCHG,10,2),IBCHGB,?(75-IBSP1),IBRVCD
  • Line Location: PRINT+24
Function Call: WRITE
  • Prompt: !!,$P(^TMP($J,IBSCRPT),U,4)
  • Line Location: PRINT+25
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: HDR+6
Function Call: WRITE
  • Prompt: !,IBHDR1,IBPGN,!,IBHDR2,!,IBHDR3
  • Line Location: HDR+8
Function Call: WRITE
  • Prompt: !,"***TASK STOPPED BY USER***"
  • Line Location: STOP+1
Info |  Source |  Entry Points |  Interaction Calls