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

Package: IFCAP

Routine: PRCECAL


Information

PRCECAL ;WISC/LDB/BGJ-RECALCULATE AUTHORIZATION BALANCES ; 03 Feb 93 10:29 AM

Source Information

Source file <PRCECAL.m>

Entry Points

Name Comments DBIA/ICR reference
V ;;5.1;IFCAP;;Oct 20, 2000
FISCAL ;Entry point for any obligation's authorizations
FCP ;Entry point for Fund Control Point for obligations within the FCP
RECALC ;Recalculate totals in file 424
EXIT

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: @IOF,!,?25,PO," ","OBLIGATION BALANCES"
  • Line Location: RECALC+22
Function Call: WRITE
  • Prompt: !!," OBLIGATION AMOUNT: $",$$LBF1^PRCFU($FN(+BAL,",P",2),14)
  • Line Location: RECALC+23
Function Call: WRITE
  • Prompt: ?37," SERVICE BALANCE: $",$$LBF1^PRCFU($FN(+BAL-$P(BAL,U,3),",P",2),14)
  • Line Location: RECALC+24
Function Call: WRITE
  • Prompt: !,"LIQUIDATION BALANCE: $",$$LBF1^PRCFU($FN($P(BAL,U)-$P(BAL,U,2),",P",2),14)
  • Line Location: RECALC+25
Function Call: WRITE
  • Prompt: ?37,"TOTAL LIQUIDATIONS: $",$$LBF1^PRCFU($FN($P(BAL,U,2),",P",2),14)
  • Line Location: RECALC+26
Function Call: WRITE
  • Prompt: !!,"AUTHORIZATION BALANCE(S): "
  • Line Location: RECALC+27
Function Call: WRITE
  • Prompt: !!,"AUTHORIZATION #",?21,"AMOUNT",?37,"BALANCE",?54,"PAYMENT"
  • Line Location: RECALC+28
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: RECALC+30
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: RECALC+35
Function Call: WRITE
  • Prompt: !,?17,"______________",?34,"______________",?51,"______________"
  • Line Location: RECALC+36
Function Call: WRITE
  • Prompt: !?17,"$",$$LBF1^PRCFU($FN(AMT,",P",2),14),?34,"$",$$LBF1^PRCFU($FN(AUBAL,",P",2),14),?51,"$",$$LBF1^PRCFU($FN(AMT-AUBAL,",P",2),14)
  • Line Location: RECALC+36
Info |  Source |  Entry Points |  Interaction Calls