DBA Data[Home] [Help]

APPS.AR_BPA_BFPRI_CONC dependencies on RA_CUSTOMER_TRX_ALL

Line 678: update ra_customer_trx_all trx set trx.printing_last_printed = sysdate where trx.trx_number in

674: IF inserted_row_counts > 0 THEN
675:
676: -- update the last printed date for all the transactions that are being printed.
677: -- bug 6955957
678: update ra_customer_trx_all trx set trx.printing_last_printed = sysdate where trx.trx_number in
679: (select cons.trx_number from ar_cons_inv_trx_all cons, ar_bpa_print_requests pri
680: where pri.request_id = m_request_id
681: and pri.payment_schedule_id = cons.cons_inv_id
682: );