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

Package: Integrated Billing

Routine: IBCIL0


Information

IBCIL0 ;DSI/ESG - CLAIMSMANAGER SKIP LIST ;11-JAN-2001

Source Information

Source file <IBCIL0.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; -- main entry point for IBCI CLAIMSMANAGER SKIP LIST
HDR ; -- header code
INIT ; -- init variables and list array
SRT ;sort
SELB ; select single bill, bill by status, or multiple range of bills
SELBX ;
N1 ; check for valid number and send the claim
STATUS ;set ibcisnt based on criteria
ALL ;send all claims
SNA ;send all non authorized claims
SENDMAIL ;
; This procedure is responsible for sending a MailMan message to
; users about the claims that had no ClaimsManager errors. The
; message will list all clean claims and will be sent to the billers,
; assigned to people, current user, and the user who most recently
; sent the bill to CM.
SENDX ;
NOBILS ;msg for no bills
YESBLS ;msg for sending bills
HELP ; -- help code
EXIT ; -- exit code

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: @IOF,!!!?10,"Another user is currently using this option.",!!?10,"Please try again later.",!!
  • Line Location: EN+4
Function Call: WRITE
  • Prompt: @IOF,!!!?10,"ClaimsManager is not working right now."
  • Line Location: EN+7
Function Call: WRITE
  • Prompt: !!?10,"Please try again later.",!!
  • Line Location: EN+8
Function Call: WRITE
  • Prompt: "."
  • Line Location: N1+15
Function Call: WRITE
  • Prompt: !!,"There are no claims to send ...",!
  • Line Location: NOBILS+2
Function Call: WRITE
  • Prompt: !!,"Sending claims ... please wait.",!
  • Line Location: YESBLS+1
Info |  Source |  Entry Points |  Interaction Calls