DBA Data[Home] [Help]

APPS.ARP_TRX_COMPLETE_CHK dependencies on AR_ADJUSTMENTS

Line 1658: from ar_adjustments

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