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

Package: Integrated Billing

Routine: IBCRU7


Information

IBCRU7 ;LL/ELZ - TRANSFER PRICING CHARGE MASTER UTILITIES ; 20-AUG-1999

Source Information

Source file <IBCRU7.m>

Entry Points

Name Comments DBIA/ICR reference
TPCS(BR,RG) ; finds charge set for billing rate and region
; region in transfer pricing is an institution, not a division
; if RG not passed, looks up national default
DISPCS(IBCSFN) ; display charge set data ** copy of same entry from IBCRU5 with items left off
DISPCSL(IBCSFN) ; display one line of charge set data ** copy of same entry from IBCRU5 with items left off

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!!,?4,"Charge Set: ",?19,$E($P(IBCS0,U,1),1,30)
  • Line Location: DISPCS+4
Function Call: WRITE
  • Prompt: ?49,"Charge Type: ",?65,$$EXPAND^IBCRU1(363.1,.04,+$P(IBCS0,U,4))
  • Line Location: DISPCS+5
Function Call: WRITE
  • Prompt: !,?4,"Billing Event: ",?19,$E($$EMUTL^IBCRU1($P(IBCS0,U,3),1),1,28)
  • Line Location: DISPCS+6
Function Call: WRITE
  • Prompt: !,?4,"Billing Rate: ",?19,$E($P(IBBR0,U,1),1,28)
  • Line Location: DISPCS+7
Function Call: WRITE
  • Prompt: !,?4,"Region: ",?19,$P(IBX,U,1)
  • Line Location: DISPCS+8
Function Call: WRITE
  • Prompt: !,?4,"All items billable to the ",$P(IBBR0,U,2)," Billing Rate must be ",$$EXPAND^IBCRU1(363.3,.04,+$P(IBBR0,U,4)),"s.",!!
  • Line Location: DISPCS+9
Function Call: WRITE
  • Prompt: !,?4,"The ",$P(IBBR0,U,2)," Billing Rate charges are calculated, there are no Charge Items.",!!
  • Line Location: DISPCS+10
Function Call: WRITE
  • Prompt: !!,?4,"Set: ",$E($P(IBCS0,U,1),1,30)
  • Line Location: DISPCSL+3
Info |  Source |  Entry Points |  Interaction Calls