Financial Management - PSFT (MOSC)

MOSC Banner

COMBO_DATA_TBL missing data for departments after upgrade from 9.1 to 9.2

edited Jul 27, 2016 2:31PM in Financial Management - PSFT (MOSC) 2 commentsAnswered

 

Good Afternoon

 

To those who have upgraded from 9.1 to 9.2, has your combo edits (PS_COMBO_DATA_TBL) data gone missing (not all of them)?

 

select A.DEPTID,A.DESCR,A.MANAGER_ID FROM PS_DEPT_TBL A WHERE A.EFF_STATUS = 'A' AND NOT EXISTS (SELECT * FROM PS_COMBO_DATA_TBL WHERE  A.DEPTID = DEPTID) 

AND A.EFFDT = (SELECT MAX(A1.EFFDT) FROM PS_DEPT_TBL A1 WHERE A.DEPTID = A1.DEPTID AND A1.EFFDT <= GETDATE())

 

If so, what did it and how you resolved it please?

 

This has clearly stumped us as there are no customizations and the data which went missing was very much available in our old production.

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