Re: OPP Issue

Posted by ErmanArslansOracleBlog on
URL: http://erman-arslan-s-oracle-forum.114.s1.nabble.com/OPP-Issue-tp5085p5120.html

your backend query takes the values from fnd_concurrent_queues.
the frontend takes the values from fnd_concurrent_queues_vl.

That's the difference.

check the difference between the view codes : fnd_concurrent_queues_vl and fnd_concurrent_queues...

You will see the answer there..