PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

Queries Selecting a Given Field (PSQRYFIELD?)

edited Jul 1, 2015 12:30PM in PeopleTools and Lifecycle Management - PSFT (MOSC) 3 commentsAnswered ✓

Hi - I'm using PSQRYFIELD to find queries selecting a given field. The issue is, I'm getting more queries than I should. I then joined to PSQRYSELECT, but that still gave me more queries than I expected (and I spot-checked some, and they indeed don't have the selected field). Am I missing something? Below is the SQL statement I'm using.

SELECT A.OPRID, A.QRYNAME, A.QRYFLDNAME, TO_CHAR(CAST((C.LASTUPDDTTM) AS TIMESTAMP),'YYYY-MM-DD-HH24.MI.SS.FF')

  FROM PSQRYFIELD A, PSQRYSELECT B, PSQRYDEFN C

  WHERE A.OPRID = B.OPRID

     AND A.QRYNAME = B.QRYNAME

     AND A.SELNUM = B.SELNUM

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