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

Package: Engineering

Routine: ENFABAL


Information

ENFABAL ;WIRMFO/SAB-MAINTAIN FILE 6915.9 FAP BALANCES ;4/23/96

Source Information

Source file <ENFABAL.m>

Entry Points

Name Comments DBIA/ICR reference
ADJBAL(STN,FUND,SGL,MTH,NET) ; Adjust Balance Amount in File #6915.9
; called from FAP Documents and Recalculation option
; Input
; STN - station number (3-5 char)
; FUND - fund pointer (to NX FUND)
; SGL - standard general ledger pointer (to NX SGL)
; MTH - month (FileMan date)
; NET - net $ change (can include two decimals)
GETBAL(IEN1,IEN2,IEN3,MTH) ; Get Balance Amount from File #6915.9
; called from ADJBAL and routine ENFAR5*
; Input
; IEN1 - ien of station
; IEN2 - ien of fund multiple
; IEN3 - ien of sgl multiple
; MTH - month (FileMan date)
; Output
; BAL - balance amount
RECALC ; Recalculate Net Activity for Month (optionally update file 6915.9)
; called from option ENFA RECALC BALANCES
; ask for period (month/year)
EXIT ;

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"You have chosen to recalculate the $ from FAP transactions during"
  • Line Location: RECALC+14
Function Call: WRITE
  • Prompt: !,"the month of ",$$FMTE^XLFDT(ENDTR),"."
  • Line Location: RECALC+15
Function Call: WRITE
  • Prompt: $C(7),!!,"WARNING - Current month was selected. FAP Document Files will be"
  • Line Location: RECALC+17
Function Call: WRITE
  • Prompt: !,"locked to ensure that no FAP transactions (FA, FB, FC, FD, and FR)"
  • Line Location: RECALC+18
Function Call: WRITE
  • Prompt: !,"can be processed during the recalculation."
  • Line Location: RECALC+19
Function Call: WRITE
  • Prompt: !
  • Line Location: RECALC+20
Function Call: WRITE
  • Prompt: !,$C(7),"Can't Proceed. Try Later"
  • Line Location: RECALC+22
Function Call: WRITE
  • Prompt: !,"FA Document Log in use."
  • Line Location: RECALC+24
Function Call: WRITE
  • Prompt: !,"FB Document Log in use."
  • Line Location: RECALC+25
Function Call: WRITE
  • Prompt: !,"FC Document Log in use."
  • Line Location: RECALC+26
Function Call: WRITE
  • Prompt: !,"FD Document Log in use."
  • Line Location: RECALC+27
Function Call: WRITE
  • Prompt: !,"FR Document Log in use."
  • Line Location: RECALC+28
Function Call: WRITE
  • Prompt: !!,"Calculating net activity from transactions..."
  • Line Location: RECALC+32
Function Call: WRITE
  • Prompt: !,"Comparing FAP BALANCES file with transactions..."
  • Line Location: RECALC+34
Function Call: WRITE
  • Prompt: !,"Comparing transactions with FAP BALANCES file..."
  • Line Location: RECALC+35
Function Call: WRITE
  • Prompt: !!,"No problems were found."
  • Line Location: RECALC+37
Function Call: WRITE
  • Prompt: $C(7),!!,"Problems were found..."
  • Line Location: RECALC+39
Function Call: WRITE
  • Prompt: !
  • Line Location: RECALC+41
Info |  Source |  Entry Points |  Interaction Calls