DBA Data[Home] [Help]

APPS.FV_GTAS_TRX_REGISTER dependencies on AR_TRANSACTION_HISTORY_ALL

Line 2713: FROM ar_transaction_history_all ara,

2709: SELECT rcth.trx_number,
2710: to_char(rcth.bill_to_customer_id)
2711: INTO l_reference_4,
2712: l_reference_7
2713: FROM ar_transaction_history_all ara,
2714: ra_customer_trx_all rcth
2715: WHERE ara.transaction_history_id = l_ar_source_id
2716: AND ara.customer_trx_id = rcth.customer_trx_id;
2717: