DBA Data[Home] [Help]

APPS.ARP_ARXVASUM_AMT dependencies on AR_RECEIVABLES_TRX

Line 35: ar_receivables_trx rt

31: p_financecharg_func_amt,
32: p_financecharg_count
33: from ar_adjustments a,
34: ar_payment_schedules ps,
35: ar_receivables_trx rt
36: where
37: a.gl_date between p_start_date
38: and p_end_date
39: and nvl(a.postable,'Y') = 'Y'