Performance issues on SLA tables for 11.2.0.3 Database [ID 1465689.1]
Hello
Has any one followed the above note mentioned to improve the performance of SLA tables?
I tried looking at this sql, it does not show SLA product code. is it intended?
select f.application_short_name , f.application_name , f.application_id "HIGH_VALUE"
from xla_subledgers xs,
fnd_application_vl f
where xs.application_id = f.application_id ;
from xla_subledgers xs,
fnd_application_vl f
where xs.application_id = f.application_id ;
Thanks,
Jay
Tagged:
0