XLA Perofrmance Issues
We run the following query which takes too much time to execute.
select * from
xla_ae_lines xal, xla_ae_headers xah
where xah.LEDGER_ID=2021
and xal.AE_HEADER_ID=xah.ae_header_id
and xah.PERIOD_NAME='JAN-12'
Oracle ERP Standard form data reterival..Payables -> Accounting -> Subledger Accounting -> Journal Entry Lines
Also have performance issues, According to me the problem is due to Query Execution Problem
We have EBS 12.0.0 and Database 10gR2.
Regards