DBA Data[Home] [Help]

APPS.FV_FACTS_TRX_REGISTER dependencies on AR_TRANSACTION_HISTORY_ALL

Line 2132: FROM ar_transaction_history_all ara,

2128: SELECT rcth.trx_number,
2129: rcth.bill_to_customer_id
2130: INTO l_reference_4,
2131: l_reference_7
2132: FROM ar_transaction_history_all ara,
2133: ra_customer_trx_all rcth
2134: WHERE ara.transaction_history_id = l_ar_source_id
2135: AND ara.customer_trx_id = rcth.customer_trx_id;
2136: