[Home] [Help]
2716: from ra_customer_trx_lines
2717: where customer_trx_id = l_customer_trx_id);
2718:
2719: -- Clean the GT Table even though the table get refreshed in the commit stage.
2720: delete from ar_llca_trx_lines_gt
2721: where customer_trx_id = l_customer_trx_id;
2722:
2723:
2724: EXCEPTION