DBA Data[Home] [Help]

APPS.ARP_ARXVASUM2 dependencies on RA_CUSTOMER_TRX_LINES

Line 1221: ra_customer_trx_lines ctl

1217: p_BR_pend_acceptance_func_amt,
1218: p_BR_pend_acceptance_count
1219: from ar_transaction_history trh,
1220: ra_customer_trx ct,
1221: ra_customer_trx_lines ctl
1222: where trh.gl_date between p_start_date and p_end_date
1223: and trh.status = 'PENDING_ACCEPTANCE'
1224: and nvl(trh.current_record_flag,'Y') = 'Y'
1225: and ct.customer_trx_id = trh.customer_trx_id