DBA Data[Home] [Help]

APPS.ARP_CONFIRMATION dependencies on ARP_CASH_RECEIPTS_PKG

Line 99: arp_cash_receipts_pkg.fetch_p(l_cr_rec);

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

Line 255: arp_cash_receipts_pkg.fetch_p(l_cr_rec);

251: -- populate the ar_cash_receipts record from ar_cash_receipts table.
252: -- use ar_cash_receipt_id for selection.
253:
254: l_cr_rec.cash_receipt_id := p_cr_id;
255: arp_cash_receipts_pkg.fetch_p(l_cr_rec);
256:
257: -- calculate accounted cash receipt amount
258: -- Changes for triangulation: If exchange rate type is not user, call
259: -- GL API to calculate accounted amount