DBA Data[Home] [Help]

APPS.FV_FACTS_TRX_REGISTER dependencies on AR_TRANSACTION_HISTORY_ALL

Line 2052: FROM ar_transaction_history_all ara,

2048: SELECT rcth.trx_number,
2049: rcth.bill_to_customer_id
2050: INTO l_reference_4,
2051: l_reference_7
2052: FROM ar_transaction_history_all ara,
2053: ra_customer_trx_all rcth
2054: WHERE ara.transaction_history_id = l_ar_source_id
2055: AND ara.customer_trx_id = rcth.customer_trx_id;
2056: