DBA Data[Home] [Help]

APPS.AR_BPA_BFPRI_CONC dependencies on AR_CONS_INV_TRX_ALL

Line 691: (select cons.trx_number from ar_cons_inv_trx_all cons, ar_bpa_print_requests pri

687:
688: -- update the last printed date for all the transactions that are being printed.
689: -- bug 6955957
690: update ra_customer_trx_all trx set trx.printing_last_printed = sysdate where trx.trx_number in
691: (select cons.trx_number from ar_cons_inv_trx_all cons, ar_bpa_print_requests pri
692: where pri.request_id = m_request_id
693: and pri.payment_schedule_id = cons.cons_inv_id
694: );
695: