R12 Upgrade Issue : Column CONSOLIDATION_ID of GL.GL_CONS_SEGMENT_MAP is removed in Oracle r12.
We have upgraded our system from 11.5.10.2 to R12.1.3.
Panaya tool has given an error saying : Column CONSOLIDATION_ID of GL.GL_CONS_SEGMENT_MAP is removed in Oracle r12.
These columns is being used in the join condition for our queries.(like below)
FROM GL_CONSOLIDATION GC, GL_CONS_SEGMENT_MAP GCSM, GL_CONS_FLEX_HIERARCHIES GCFH
WHERE GCSM.CONSOLIDATION_ID = GC.CONSOLIDATION_ID
There is no other detailed explanation in Panaya for this.
Can you please suggest work around for this ??
Amol