Error: Concurrent Manager encountered an error while running Oracle*Report for your concurrent reque
Hi,
When running program Mass Revaluation Preview Report it ends in error indicating that: Concurrent Manager encountered an error while running Oracle*Report for your concurrent request XXXXX.
I have found as a solution the Doc ID 2231482.1
I have run the script:
select th.book_type_code,dp1.period_name, dp2.period_name, mr.mass_reval_id
from fa_transaction_headers th,
fa_mass_revaluations mr,
fa_deprn_periods dp1,
fa_deprn_periods dp2
where th.mass_transaction_id = mr.mass_reval_id
and th.book_type_code = mr.book_type_code
and th.date_effective between dp1.period_open_date and