DBA Data[Home] [Help]

APPS.ARP_TRX_COMPLETE_CHK dependencies on AR_ADJUSTMENTS

Line 1660: from ar_adjustments

1656: when we complete the credit memo. */
1657:
1658: select nvl(sum(amount),0),nvl(sum(line_adjusted),0),nvl(sum(tax_adjusted),0),nvl(sum(freight_adjusted),0)
1659: into l_commit_adj_amount,l_commit_line_amount,l_commit_tax_amount,l_commit_frt_amount
1660: from ar_adjustments
1661: where customer_trx_id = l_trx_rec.previous_customer_trx_id
1662: and receivables_trx_id = -1;
1663:
1664: IF PG_DEBUG in ('Y', 'C') THEN