DBA Data[Home] [Help]

APPS.ARP_CONFIRMATION dependencies on ARP_CASH_RECEIPTS_PKG

Line 100: arp_cash_receipts_pkg.fetch_p(l_cr_rec);

96: -- populate the ar_cash_receipts record from ar_cash_receipts table.
97: -- use ar_cash_receipt_id for selection.
98:
99: l_cr_rec.cash_receipt_id := p_cr_id;
100: arp_cash_receipts_pkg.fetch_p(l_cr_rec);
101:
102: IF PG_DEBUG in ('Y', 'C') THEN
103: arp_standard.debug('confirm: ' || '-- Cash Receipt fetched');
104: END IF;

Line 272: arp_cash_receipts_pkg.fetch_p(l_cr_rec);

268: -- populate the ar_cash_receipts record from ar_cash_receipts table.
269: -- use ar_cash_receipt_id for selection.
270:
271: l_cr_rec.cash_receipt_id := p_cr_id;
272: arp_cash_receipts_pkg.fetch_p(l_cr_rec);
273:
274: -- calculate accounted cash receipt amount
275: -- Changes for triangulation: If exchange rate type is not user, call
276: -- GL API to calculate accounted amount