DBA Data[Home] [Help]

APPS.ARP_RATE_ADJ dependencies on ARP_CASH_RECEIPTS_PKG

Line 608: arp_cash_receipts_pkg.fetch_p( l_cr_rec );

604:
605: -- Since we have the cash_receipt_id, we can get the
606: -- cash receipt information.
607: l_cr_rec.cash_receipt_id := new_adj.cash_receipt_id;
608: arp_cash_receipts_pkg.fetch_p( l_cr_rec );
609:
610:
611: ---{Start Obsolete after testing
612: -- HYU in R12 we need to reverse backout the last CRH record at last stage

Line 1689: arp_cash_receipts_pkg.update_p(l_cr_rec, cr.cash_receipt_id);

1685: l_cr_rec.cash_receipt_id := cr.cash_receipt_id;
1686: l_cr_rec.status := 'UNAPP';
1687:
1688: -- Update cash receipt status
1689: arp_cash_receipts_pkg.update_p(l_cr_rec, cr.cash_receipt_id);
1690:
1691: ELSE
1692: /*-----------------------------------*
1693: | Update Payment Schedules with new |