DBA Data[Home] [Help]

APPS.ARP_ARXVASUM2 dependencies on AR_ADJUSTMENTS

Line 588: from ar_adjustments a,

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

Line 641: from ar_adjustments a,

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