PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

Query Question

edited Aug 31, 2016 5:01AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 7 commentsAnswered
Hello:

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 =

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center