PYLOAD - PSHUP_VALID AE issue after Paysheet Update Enhancement
Problem-1 :
Payroll has a customization to trigger a PYLOAD in parallel mode. With the recent Paysheet Update Enhancement patches, New Application Engine program was delivered PSHUP_VALID and part of PYLOAD which deletes the data source tables at starting of program. Due to that PU_Source data is deleting from Temporary tables and affecting loading Source from PSHUP table to PAY_OTH_EARNINGS. This is impacted the PYLOAD.
For example - Process instance – 2778616
-- 02:14:44.947 ..(PSHUP_VALID.INSTMP2.Step01) (SQL) INSERT INTO PS_PSHUP_WRKEE_LST (EMPLID ,EMPL_RCD ,ACTIVE_EMPL) SELECT DISTINCT A.EMPLID ,A.EMPL_RCD ,'Y' FROM PS_PSHUP_TXN A , PS_PAY_CALENDAR B WHERE A.COMPANY=B.COMPANY AND A.PAYGROUP=B.PAYGROUP AND B.RUN_ID='11Z_2020' AND A.PU_SOURCE='OC' AND A.PU_TXN_STATUS IN ('A','R') /