EAS ID | The ID of the employee's assignment |
AS OF | Optional. Provides a date frame to retrieve the data. If it is not provided, the current system date will be used. |
p2k_pu.get_ppp(eas_id,'31-Dec-2012')
You can then use the P2K_PU.GC function to get information from the P2K_PR_PAY_CALENDARS table based on the ID return. For example:
p2k_pu.gc('PPP','PAY_PERIOD_START_DATE',p2k_pu.get_ppp(eas_id,'31-Dec-2012'))
You could also use P2K_PU.GET_EASD if you didn't know the EAS_ID and work back to get it, using the GC function.
Screen captures are meant to be indicative of the concept being presented and may not reflect the current screen design.
If you have any comments or questions please email the Wiki Editor
All content © High Line Corporation