DBA Data[Home] [Help]

APPS.ARP_PROC_RCT_UTIL dependencies on ARP_CR_HISTORY_PKG

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

219: ELSE
220: l_crh_rec.bank_charge_account_ccid := p_bank_charges_ccid;
221: END IF;
222:
223: arp_cr_history_pkg.insert_p(l_crh_rec, l_crh_id);
224:
225: l_crh_rec.cash_receipt_history_id := l_crh_id;
226:
227: p_crh_rec := l_crh_rec; -- return crh record

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

443:
444: arp_standard.debug('-- getting infomation from cash receipt --');
445:
446: -- Fetch the history record
447: arp_cr_history_pkg.fetch_p( p_crh_id, l_crh_rec );
448:
449: -- Fetch the cash receipt record
450: l_cr_rec.cash_receipt_id := l_crh_rec.cash_receipt_id;
451: arp_cash_receipts_pkg.fetch_p( l_cr_rec );