DBA Data[Home] [Help]

APPS.ARP_ARXVASUM dependencies on RA_CUSTOMER_TRX_LINES

Line 1234: ra_customer_trx_lines ctl

1230: p_BR_pend_acceptance_func_amt,
1231: p_BR_pend_acceptance_count
1232: from ar_transaction_history trh,
1233: ra_customer_trx ct,
1234: ra_customer_trx_lines ctl
1235: where trh.gl_date between p_start_date and p_end_date
1236: and trh.status = 'PENDING_ACCEPTANCE'
1237: and nvl(trh.current_record_flag,'Y') = 'Y'
1238: and ct.customer_trx_id = trh.customer_trx_id