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

Package: Integrated Billing

Routine: IBCNBLA2


Information

IBCNBLA2 ;DAOU/ESG - Ins Buffer, Multiple Selection ;09-SEP-2002

Source Information

Source file <IBCNBLA2.m>

Entry Points

Name Comments DBIA/ICR reference
MULSEL(TMPARR,IBCNELST,GCNT) ; Multiple entry selection
; This procedure is responsible for receiving multiple buffer entries
; from the user. It also validates and locks the selected buffer
; entries. It also reports any buffer entries that could not be
; allocated and the reason why not.
MULSELX ;
MSG(TCNT,GCNT) ; build test message
; This function builds the first line of the message when not all
; selected buffer entries are available.
; TCNT - total number selected
; GCNT - total number allocated to user successfully
MSGX ;

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!?3,$$MSG(TCNT,GCNT)
  • Line Location: MULSEL+42
Function Call: WRITE
  • Prompt: !?3,"available for editing at this time:"
  • Line Location: MULSEL+43
Function Call: WRITE
  • Prompt: !?6,"Entry ",IBSELN,": ",$P(IBCNELST(IBSELN),U,2)
  • Line Location: MULSEL+46
Function Call: WRITE
  • Prompt: !
  • Line Location: MULSEL+54
Info |  Source |  Entry Points |  Interaction Calls