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

Package: Integrated Billing

Routine: IBCORC


Information

IBCORC ;ALB/CPM - RANK INSURANCE CARRIERS ; 30-JUN-93

Source Information

Source file <IBCORC.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; Entry point to generate ranking of insurance carriers by amount billed
START
END
NUM
DEVICE ; Select device for queueing/printing report
ENQ ; Cleanup
PROD() ; Is this the production account? Output: 1 - YES, 0 - NO
HLPD1 ; Help for Start date.
HLPD2 ; Help for End date.
HLPN ; Help for number of carriers to rank.
HLPCO ; Help for sending report to Central Office.

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!?6,"This report will generate a list of insurance carriers ranked by"
  • Line Location: EN+2
Function Call: WRITE
  • Prompt: !?6,"the total amount billed. Please note that you may no longer opt"
  • Line Location: EN+3
Function Call: WRITE
  • Prompt: !?6,"to transmit this report to the MCCR Program Office in VACO using"
  • Line Location: EN+4
Function Call: WRITE
  • Prompt: !?6,"this option."
  • Line Location: EN+5
Function Call: WRITE
  • Prompt: !!?6,"You must select a date range in which bills to be used in the"
  • Line Location: EN+6
Function Call: WRITE
  • Prompt: !?6,"totals will be selected."
  • Line Location: EN+7
Function Call: WRITE
  • Prompt: !
  • Line Location: START+0
Function Call: WRITE
  • Prompt: !
  • Line Location: END+0
Function Call: WRITE
  • Prompt: !
  • Line Location: NUM+0
Function Call: WRITE
  • Prompt: !!,"This report uses the date the bill was first printed to determine if the"
  • Line Location: HLPD1+1
Function Call: WRITE
  • Prompt: !,"bill should be included in the accumulative total."
  • Line Location: HLPD1+2
Function Call: WRITE
  • Prompt: !!,"Please enter the lower date range for the first printed date, which"
  • Line Location: HLPD1+3
Function Call: WRITE
  • Prompt: !,"should be a past date on or after 10/1/86, or '^' to exit."
  • Line Location: HLPD1+4
Function Call: WRITE
  • Prompt: !!,"This report uses the date the bill was first printed to determine if the"
  • Line Location: HLPD2+1
Function Call: WRITE
  • Prompt: !,"bill should be included in the accumulative total."
  • Line Location: HLPD2+2
Function Call: WRITE
  • Prompt: !!,"Please enter the upper date range for the first printed date, which"
  • Line Location: HLPD2+3
Function Call: WRITE
  • Prompt: !,"should be a past date on or after ",$$DAT1^IBOUTL(IBABEG),", or '^' to exit."
  • Line Location: HLPD2+4
Function Call: WRITE
  • Prompt: !!,"This report will rank any number of insurance carriers (from 1 to 1000)"
  • Line Location: HLPN+1
Function Call: WRITE
  • Prompt: !,"for the total amount billed within a date range."
  • Line Location: HLPN+2
Function Call: WRITE
  • Prompt: !!,"Please enter a number between 1 and 1000, or '^' to exit."
  • Line Location: HLPN+3
Function Call: WRITE
  • Prompt: !!,"After the new fiscal year begins, this report should be generated for the"
  • Line Location: HLPCO+1
Function Call: WRITE
  • Prompt: !,"previous fiscal year and transmitted to the MCCR Program Office. The data"
  • Line Location: HLPCO+2
Function Call: WRITE
  • Prompt: !,"will be compiled nationally to determine which insurance carriers are the"
  • Line Location: HLPCO+3
Function Call: WRITE
  • Prompt: !,"largest customers of VA. The compiled data will assist the Program Office"
  • Line Location: HLPCO+4
Function Call: WRITE
  • Prompt: !,"in planning for future electronic billing systems."
  • Line Location: HLPCO+5
Function Call: WRITE
  • Prompt: !!,"Even if you are planning to transmit a report to the Program Office, you"
  • Line Location: HLPCO+6
Function Call: WRITE
  • Prompt: !,"should run this report once without transmitting to check the results."
  • Line Location: HLPCO+7
Function Call: WRITE
  • Prompt: !,"You may then re-run the report and transmit it centrally."
  • Line Location: HLPCO+8
Info |  Source |  Entry Points |  Interaction Calls