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 |  FileMan Files Accessed Via FileMan Db Call
Print Page as PDF
Routine: PRSAOTTF

Package: PAID

Routine: PRSAOTTF


Information

PRSAOTTF ;WCIOFO/JAH-OVERTIME WARNINGS FILER--8/18/98

Source Information

Source file <PRSAOTTF.m>

Entry Points

Name Comments DBIA/ICR reference
FILEOTW(PPI,DFN,WK,O8,OA) ;Add an overtime warning (OTW) to 458.6
; Input: PPI--pay period (pp) ien from 458
; DFN--employee ien in 450 who has more calc ot than approved
; WK--week 1 or 2 of pp
; O8--overtime (OT) in 8b string
; OA--ot in requests file w/ approved status
; (O8 and OA are totals for the range covered by PPI and WK)
WRNEXIST(PPI,DFN,WK) ;
NEXTWRN() ;
STATCHNG(IEN,STAT) ;OTW STATUS CHANGE BOOLEAN FUNCTION
; WARNING: called from Mumps x-ref (AC) on STATUS field in 458.6
; Extrinsic function checks if status currently being set is different
; from existing status.
; INPUT: IEN - record # in OTW file.
; STAT - value that the STATUS field is being set to. (i.e
; X is defined in the calling x-ref. code.)
; OUTPUT: returns true if new and existing STATUS is different, false
; otherwise.
CLRXREF(IEN) ;
; set LAST UPDATED BY field in file 458.6 when the status field is
; changed. Use global set since this function is being called from
; X-ref and potentially via DIE call in CLEAR^PRSAOTTF.
EXIT ; -- exit code

FileMan Files Accessed Via FileMan Db Call

FileNo Call Tags
^PRST(458.6 - [#458.6] Classic Fileman Calls
Info |  Source |  Entry Points |  FileMan Files Accessed Via FileMan Db Call