DBA Data[Home] [Help]

APPS.ARP_PROCESS_MISC_RECEIPTS2 dependencies on ARP_CASH_RECEIPTS_PKG

Line 123: arp_cash_receipts_pkg.set_to_dummy(l_cr_rec);

119: IF PG_DEBUG in ('Y', 'C') THEN
120: arp_standard.debug('arp_process_misc_receipts2.lock_misc_receipt()+');
121: END IF;
122:
123: arp_cash_receipts_pkg.set_to_dummy(l_cr_rec);
124:
125: l_cr_rec.cash_receipt_id := p_cash_receipt_id;
126: l_cr_rec.currency_code := p_currency_code;
127: l_cr_rec.amount := p_amount;

Line 197: arp_cash_receipts_pkg.lock_compare_p(l_cr_rec);

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:
199: IF PG_DEBUG in ('Y', 'C') THEN
200: arp_util.debug('arp_process_misc_receipts2.lock_misc_receipt()-');
201: END IF;

Line 256: arp_cash_receipts_pkg.lock_p(p_cash_receipt_id);

252: END IF;
253:
254: -- lock receipt record to make sure no one else has it locked
255:
256: arp_cash_receipts_pkg.lock_p(p_cash_receipt_id);
257:
258: -- Bug 2189383
259: -- Get the accounting method
260: select arp_standard.sysparm.accounting_method into l_accounting_method from dual;

Line 343: arp_cash_receipts_pkg.delete_p(p_cash_receipt_id);

339: END IF;
340:
341: -- delete AR_CASH_RECEIPTS receipt record:
342:
343: arp_cash_receipts_pkg.delete_p(p_cash_receipt_id);
344:
345: -- delete AR_DISTRIBUTIONS records created for each
346: -- AR_CASH_RECEIPT_HISTORY record.
347: