DBA Data[Home] [Help]

APPS.ARP_ARXVASUM dependencies on AR_ADJUSTMENTS

Line 593: from ar_adjustments a,

589: count(a.amount)
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'

Line 647: from ar_adjustments a,

643: count(a.amount)
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'