PSXLATITEM is getting left outer joined automatically in PS Query People Tools 8.54
We are upgrading PeopleSoft HCM 9.0 to 9.2 and Tools 8.51 to 8.54.
One of my custom PSQuery is selecting EVENT_STATUS, BAS_PROCESS_STATUS from PS_BAS_PARTIC. and in the field properties short translate name is selected. But in the Query PSXALTITEM is not getting joined.
When we migrate the query from 8.51/9.0 to 8.54/9.2 the query got altered automatically by left joining PSXALTITEM selecting translates for EVENT_STATUS, BAS_PROCESS_STATUS. Not sure why.
Now the problem is query is failing with the error ORA-01799: a column may not be outer-joined to a subquery (50,380).
We have thousands of queries like this. Any help would be greatly appreciated.