DBA Data[Home] [Help]

APPS.ARP_PROC_RCT_UTIL dependencies on ARP_CR_HISTORY_PKG

Line 230: arp_cr_history_pkg.insert_p(l_crh_rec, l_crh_id);

226: ELSE
227: l_crh_rec.bank_charge_account_ccid := p_bank_charges_ccid;
228: END IF;
229:
230: arp_cr_history_pkg.insert_p(l_crh_rec, l_crh_id);
231:
232: l_crh_rec.cash_receipt_history_id := l_crh_id;
233:
234: p_crh_rec := l_crh_rec; -- return crh record

Line 459: arp_cr_history_pkg.fetch_p( p_crh_id, l_crh_rec );

455:
456: arp_standard.debug('-- getting infomation from cash receipt --');
457:
458: -- Fetch the history record
459: arp_cr_history_pkg.fetch_p( p_crh_id, l_crh_rec );
460:
461: -- Fetch the cash receipt record
462: l_cr_rec.cash_receipt_id := l_crh_rec.cash_receipt_id;
463: arp_cash_receipts_pkg.fetch_p( l_cr_rec );