PRSPLVA ;WOIFO/SAB - AUTOPOST LEAVE FOR PART-TIME PHY. WITH MEMO ;4/6/2005
Source file <PRSPLVA.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
PLPP(PRSIEN,PPI,DAYN) | ; Post Leave for a Pay Period (or day)
; Called by the open next PP option to post leave to one new pay period ; for one part-time physician. ; Called by the enter/edit tour option to re-post leave to one ; pay period when a tour is changed. ; Input ; PRSIEN - Employee IEN (file 450), should be PTP with active memo ; PPI - Pay Period IEN (file 458) ; DAYN - (optional) day # within pay period to only post that day |
|
PLR(LVIEN,SPPI,DAYN,PRSEX) | ; Post Leave Request
; Called during open next pay period process (by PLPP above) to post ; one leave request to a single pay period. ; Called during Supervisory Approvals process to post one leave request ; to all opened pay periods. ; Input ; LVIEN - Leave Request IEN (file 458.1) ; SPPI - Pay Period IEN (file 458) or Null Value if for all. ; DAYN - (optional) day # within SPPI or null value ; PRSEX - Passed by reference, will be initialized (killed) ; Output ; PRSEX - passed by reference, only defined if the leave was not ; posted to the ESR and should not be approved because the ; leave is not currently on the time card and it has a status ; of Payroll. This exception should only be applicable when ; auto post is called by the supervisory approval of leave. |
|
ULR(LVY0) | ; Unpost Leave Request
; Called by the Edit Leave Request and Cancel Leave Request options ; to unpost one leave request from all opened pay periods. ; Input ; LVIEN - Leave Request 0 Node (before edit) (see file 458.1) ; ; Note: All applicable time cards are assumed to be locked prior to ; calling this API. |