DBA Data[Home] [Help]

APPS.ARP_ARXVASUM dependencies on AR_RECEIVABLES_TRX

Line 594: ar_receivables_trx rt,

590: into p_adjustment_amount,
591: p_adjustment_func_amt,
592: p_adjustment_count
593: from ar_adjustments a,
594: ar_receivables_trx rt,
595: ar_payment_schedules ps
596: where a.gl_date between p_start_date and p_end_date
597: and nvl(a.postable,'Y') = 'Y'
598: and a.payment_schedule_id = ps.payment_schedule_id

Line 648: ar_receivables_trx rt,

644: into p_financecharg_amount,
645: p_financecharg_func_amt,
646: p_financecharg_count
647: from ar_adjustments a,
648: ar_receivables_trx rt,
649: ar_payment_schedules ps
650: where a.gl_date between p_start_date and p_end_date
651: and nvl(a.postable,'Y') = 'Y'
652: and a.payment_schedule_id = ps.payment_schedule_id