Query Question
Trying to creat a query using the PS Query tool in Peoplesoft HCM against the JOB record trying to bring back future dated employees. The SQL created is below. It is not bringing back the future date hires. It seems the line "PS_EMPLMT_SRCH_QRY A1" is causing that. Any suggestions on how to get around this?
SELECT A.EMPLID, A.EFFDT, A.EMPL_STATUS, A.COMPANY, A.JOBCODE, A.GRADE
FROM PS_JOB A, PS_EMPLMT_SRCH_QRY A1
WHERE A.EMPLID = A1.EMPLID
AND A.EMPL_RCD = A1.EMPL_RCD
AND A1.OPRID = 'U27170'
AND ( A.EFFDT =