DBA Data[Home] [Help]

APPS.ARP_ARXVASUM2 dependencies on AR_RECEIVABLES_TRX

Line 589: ar_receivables_trx rt,

585: into p_adjustment_amount,
586: p_adjustment_func_amt,
587: p_adjustment_count
588: from ar_adjustments a,
589: ar_receivables_trx rt,
590: ar_payment_schedules ps
591: where a.gl_date between p_start_date and p_end_date
592: and nvl(a.postable,'Y') = 'Y'
593: and a.payment_schedule_id = ps.payment_schedule_id

Line 642: ar_receivables_trx rt,

638: into p_financecharg_amount,
639: p_financecharg_func_amt,
640: p_financecharg_count
641: from ar_adjustments a,
642: ar_receivables_trx rt,
643: ar_payment_schedules ps
644: where a.gl_date between p_start_date and p_end_date
645: and nvl(a.postable,'Y') = 'Y'
646: and a.payment_schedule_id = ps.payment_schedule_id