FND_FLEX_VALUE_CHILDREN_V issue after upgrade to 19c EBS12.2.10
I'm currently running a query under a database user named STGUSER
select * from apps.FND_FLEX_VALUES_VL where flex_value_set_id=108673
and flex_value_id=30883
and I'm getting the same record twice, one as set1 and the other one as set2, the same is happening if I use this view FND_FLEX_VALUE_CHILDREN_V, but if I run the same query under XXDP or APPS, I'm getting only 1, would you know how to force the STGUSER to read these views/tables similar to APPS or XXDP?
Thanks
Daniel