PRSPEAA ;WOIFO/SAB - Ext. Absence Autopost for PT Physician ;4/6/2005
Source file <PRSPEAA.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
PEAPP(PRSIEN,PPI,DAYN) | ; Post Extended Absences for a Pay Period (or day)
; This API auto posts all extended absences for a specific employee ; and pay period. It is called during the creation of an employee time ; card when a new pay period is opened or when an employee timecard is ; added to an existing pay period. |
|
CEA(PRSIEN,S1,E1,S2,E2) | ; Update ESR when Extended Absence is changed
; This API updates the ESRs when the date range of an extended ; absence is changed. |
|
PEA(PRSIEN,PERSTR,PEREND) | ; Post Extended Absence
; Called during open next pay period process (by PEAPP above) to post ; one extended absence to a single pay period. ; Called by Enter option to post one new extended absence to all ; opened pay periods. ; Called by Edit option (by CEA above) to post one extended ; absence to all opened pay periods when an extended absence is ; edited such that some days originally not covered by the absence ; are now covered. ; Input ; PRSIEN - Employee IEN (file 450) ; PERSTR - Start of absence period to post (FileMan date) ; PEREND - End of absence period to post (FileMan date) ; Output ; None |
|
UEA(PRSIEN,PERSTR,PEREND) | ; Unpost Extended Absence
; Called by Cancel option to unpost one new extended absence from ; opened pay periods. ; Called by Edit option (by CEA above) to unpost one extended ; absence to all opened pay periods when an extended absence is ; edited such that some days originally covered by the absence ; are now not covered. ; Input ; PRSIEN - Employee IEN (file 450) ; PERSTR - Start of absence period (FileMan date) ; PEREND - End of absence period (FileMan date) ; Output ; ; Note: All applicable timecards are assumed to be locked prior to ; calling this API. |