DBA Data[Home] [Help]

APPS.ARP_PROC_RECEIPTS2 dependencies on ARP_CR_HISTORY_PKG

Line 653: arp_cr_history_pkg.fetch_f_crid(l_cr_rec.cash_receipt_id, l_crh_rec );

649: --fetch cash receipt record
650: arp_cash_receipts_pkg.fetch_p(l_cr_rec);
651:
652: --fetch cash receipt history record
653: arp_cr_history_pkg.fetch_f_crid(l_cr_rec.cash_receipt_id, l_crh_rec );
654:
655: IF l_crh_rec.status <> 'CONFIRMED' then
656: IF PG_DEBUG in ('Y', 'C') THEN
657: arp_standard.debug('remit_cash_receipt: ' || 'This receipt is in '||l_crh_rec.status||

Line 671: arp_cr_history_pkg.insert_p(l_new_crh_rec,l_new_crh_id );

667: l_new_crh_rec.first_posted_record_flag := 'N';
668: l_new_crh_rec.status := 'REMITTED';
669:
670: --Insert a new cash receipt history record
671: arp_cr_history_pkg.insert_p(l_new_crh_rec,l_new_crh_id );
672:
673: l_crh_rec.reversal_cash_receipt_hist_id := l_new_crh_id;
674: l_crh_rec.reversal_created_from := 'PREPAY';
675: l_crh_rec.current_record_flag := null;

Line 678: arp_cr_history_pkg.update_p(l_crh_rec,l_prev_crh_id );

674: l_crh_rec.reversal_created_from := 'PREPAY';
675: l_crh_rec.current_record_flag := null;
676:
677: --Update the previous cash receipt history record
678: arp_cr_history_pkg.update_p(l_crh_rec,l_prev_crh_id );
679:
680: --Get the ccids
681: arp_proc_rct_util.get_ccids(
682: l_cr_rec.receipt_method_id,