DBA Data[Home] [Help]

APPS.ARP_PROCESS_MISC_RECEIPTS dependencies on ARP_CASH_RECEIPTS_PKG

Line 214: arp_cash_receipts_pkg.nowaitlock_fetch_p(l_cr_rec);

210:
211: -- fetch and lock existing records from database for update
212:
213: l_cr_rec.cash_receipt_id := p_cash_receipt_id;
214: arp_cash_receipts_pkg.nowaitlock_fetch_p(l_cr_rec);
215:
216: -- store old distribution_set_id and receivables_trx_id to allow
217: -- for creation of new distribution records if necessary
218:

Line 358: arp_cash_receipts_pkg.update_p(l_cr_rec);

354: l_cr_rec.legal_entity_id := p_legal_entity_id;
355: IF PG_DEBUG in ('Y', 'C') THEN
356: arp_debug.debug(' *********AFTER UPDATE CR record: tax_rate' || TO_CHAR(l_cr_rec.tax_rate));
357: END IF;
358: arp_cash_receipts_pkg.update_p(l_cr_rec);
359:
360:
361: -- update cash receipt history record:
362:

Line 937: arp_cash_receipts_pkg.insert_p(l_cr_rec);

933: IF PG_DEBUG in ('Y', 'C') THEN
934: arp_debug.debug( 'Anticipated_clearing_date = ' || p_anticipated_clearing_date);
935: END IF;
936:
937: arp_cash_receipts_pkg.insert_p(l_cr_rec);
938: p_cr_id := l_cr_rec.cash_receipt_id; -- return cash receipt id
939:
940: -- get the ROWID out NOCOPY parameter:
941: