DBA Data[Home] [Help]

APPS.ARP_TRX_VALIDATE dependencies on AR_ADJUSTMENTS

Line 883: from ar_adjustments

879: when we complete the credit memo. */
880:
881: select nvl(sum(amount),0),nvl(sum(line_adjusted),0),nvl(sum(tax_adjusted),0),nvl(sum(freight_adjusted),0)
882: into l_commit_adj_amount,l_commit_line_amount,l_commit_tax_amount,l_commit_frt_amount
883: from ar_adjustments
884: where customer_trx_id = p_previous_customer_trx_id
885: and receivables_trx_id = -1;
886:
887: