3193: begin
3194:
3195: select distinct 'CASH'
3196: INTO l_accounting_method 3197: FROM dual 3198: WHERE exists (SELECT 1
3199: FROM ar_system_parameters_all
3200: WHERE accounting_method = 'CASH'
3201: and set_of_books_id in (select ledger_id from xla_upgrade_dates)