DBA Data[Home] [Help]

APPS.ARP_CHARGEBACK_COVER dependencies on ARP_CASH_RECEIPTS_PKG

Line 704: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => p_chargeback_rec.cash_receipt_id);

700: -- Bug 3682568 lock the receipt or ps before calling the entity handlers
701: IF SIGN(l_customer_trx_id) = -1
702: THEN
703: BEGIN
704: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => p_chargeback_rec.cash_receipt_id);
705: EXCEPTION
706: WHEN OTHERS THEN
707: FND_MESSAGE.SET_NAME('AR','ARCABP_CANT_UPD_CR');
708: FND_MSG_PUB.Add;