HL-1174
Removed condition for Pay Issue Date from IMLQ (pds.pay_issue_date < SYSDATE). Report List was filtering data to print only pays that were before SYSDATE and now all pays will be available to view. Added an Ad Hoc condition to the ‘ESS_RESTUB’ where clause to filter off all future pays. The ‘Selected Pays’ LOV is no longer showing any pays with Pay Issue Date greater than AS OF DATE.
NOTE: If a client wants to allow EEs to see the future pays then this condition can be modified (e.g add number of days: AS_OF_DATE + 5) - Add back condition for pay issue date (AND pds.pay_issue_date < SYSDATE) to IMLQ. If a client wants to allow future pays to be printed, then this condition must be removed.