DBA Data[Home] [Help]

APPS.ARP_CASHBOOK dependencies on ARP_CASH_RECEIPTS_PKG

Line 233: arp_cash_receipts_pkg.fetch_p( l_cr_rec );

229: END IF;
230:
231: -- Fetch the cash receipt record
232: l_cr_rec.cash_receipt_id := p_cr_id;
233: arp_cash_receipts_pkg.fetch_p( l_cr_rec );
234:
235:
236: -- Fetch the receipt method bank account record
237: arp_rm_accounts_pkg.fetch_p( l_cr_rec.receipt_method_id,

Line 1129: arp_cash_receipts_pkg.fetch_p( l_cr_rec );

1125: arp_cr_history_pkg.fetch_p( l_crh_rec_prv_stat.reversal_cash_receipt_hist_id, l_crh_rec_prv_stat_cash );
1126:
1127: -- Fetch the cash receipt record
1128: l_cr_rec.cash_receipt_id := p_cr_id;
1129: arp_cash_receipts_pkg.fetch_p( l_cr_rec );
1130:
1131: -- 11.5 VAT changes:
1132: l_dist_rec.currency_code := l_cr_rec.currency_code;
1133: l_dist_rec.currency_conversion_rate := l_crh_rec_old.exchange_rate;

Line 1546: arp_cash_receipts_pkg.fetch_p(l_cr_rec);

1542: -- Validate the GL Date is in open or future period
1543:
1544: -- Fetch cash receipt record for 11.5 VAT changes:
1545: l_cr_rec.cash_receipt_id := p_cr_id;
1546: arp_cash_receipts_pkg.fetch_p(l_cr_rec);
1547:
1548: -- Fetch the history record
1549: arp_cr_history_pkg.fetch_f_crid( p_cr_id, l_crh_rec_old );
1550:

Line 1815: arp_cash_receipts_pkg.fetch_p(l_cr_rec);

1811: -- Validate the GL Date is in open or future period
1812:
1813: -- Fetch cash receipt record for 11.5 VAT changes:
1814: l_cr_rec.cash_receipt_id := p_cr_id;
1815: arp_cash_receipts_pkg.fetch_p(l_cr_rec);
1816:
1817: -- Fetch the history record
1818: arp_cr_history_pkg.fetch_f_crid( p_cr_id, l_crh_rec_old );
1819:

Line 2485: arp_cash_receipts_pkg.nowaitlock_fetch_p(l_cr_rec);

2481: CLOSE applied_to_reserved_br_cur;
2482:
2483: -- get cash receipt record:
2484: l_cr_rec.cash_receipt_id := p_cash_receipt_id;
2485: arp_cash_receipts_pkg.nowaitlock_fetch_p(l_cr_rec);
2486:
2487:
2488: arp_reverse_receipt.debit_memo_reversal(
2489: l_cr_rec,