DBA Data[Home] [Help]

APPS.ARP_RATE_ADJ dependencies on ARP_CASH_RECEIPTS_PKG

Line 604: arp_cash_receipts_pkg.fetch_p( l_cr_rec );

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

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

1626: l_cr_rec.cash_receipt_id := cr.cash_receipt_id;
1627: l_cr_rec.status := 'UNAPP';
1628:
1629: -- Update cash receipt status
1630: arp_cash_receipts_pkg.update_p(l_cr_rec, cr.cash_receipt_id);
1631:
1632: ELSE
1633: /*-----------------------------------*
1634: | Update Payment Schedules with new |