DBA Data[Home] [Help]

APPS.ARP_PROCESS_MISC_RECEIPTS2 dependencies on ARP_CR_HISTORY_PKG

Line 188: arp_cr_history_pkg.set_to_dummy( l_crh_rec );

184: /* Bug fix 3032059 */
185: l_cr_rec.rec_version_number := p_rec_version_number;
186:
187: /* Bug fix 2742388 */
188: arp_cr_history_pkg.set_to_dummy( l_crh_rec );
189: l_crh_rec.cash_receipt_id := p_cash_receipt_id;
190: l_crh_rec.cash_receipt_history_id := p_cash_receipt_history_id;
191: l_crh_rec.status := p_state;
192: l_crh_rec.amount := p_amount;

Line 194: arp_cr_history_pkg.lock_hist_compare_p(l_crh_rec);

190: l_crh_rec.cash_receipt_history_id := p_cash_receipt_history_id;
191: l_crh_rec.status := p_state;
192: l_crh_rec.amount := p_amount;
193: l_crh_rec.posting_control_id := p_posting_control_id;
194: arp_cr_history_pkg.lock_hist_compare_p(l_crh_rec);
195: /* End bug fix 2742388 */
196:
197: arp_cash_receipts_pkg.lock_compare_p(l_cr_rec);
198:

Line 423: arp_cr_history_pkg.delete_p_cr(p_cash_receipt_id);

419: ARP_XLA_EVENTS.delete_event
420: ( p_document_id => p_cash_receipt_id,
421: p_doc_table => 'CRH');
422:
423: arp_cr_history_pkg.delete_p_cr(p_cash_receipt_id);
424: -- DELETE AR_CASH_RECEIPT_HISTORY
425: -- WHERE cash_receipt_id = p_cash_receipt_id;
426: -- update batch status
427: