Getting error: ORA-01445: for select rowid from FND_FLEX_VALUES_VL in EBS 12.2.10
We are in process of EBS upgrade from 12.1.3 to 12.2.10
While searching for Purchase order we are getting this error, and the part of the underlying query which is throwing this error is:
select rowid from FND_FLEX_VALUES_VL
When i execute this same query in EBS instance (12.1.3), iam not getting any error.
but in EBS (12.2.10) am getting the error.
Did anything specifically change for view FND_FLEX_VALUES_VL in release 12.2.10 ?