DBA Data[Home] [Help]

APPS.ARP_CASHBOOK dependencies on ARP_CASH_RECEIPTS_PKG

Line 104: arp_cash_receipts_pkg.fetch_p( l_cr_rec );

100: END IF;
101:
102: -- Fetch the cash receipt record
103: l_cr_rec.cash_receipt_id := p_cr_id;
104: arp_cash_receipts_pkg.fetch_p( l_cr_rec );
105:
106:
107: -- Fetch the receipt method bank account record
108: arp_rm_accounts_pkg.fetch_p( l_cr_rec.receipt_method_id,

Line 848: arp_cash_receipts_pkg.fetch_p( l_cr_rec );

844: arp_cr_history_pkg.fetch_p( l_crh_rec_old.prv_stat_cash_receipt_hist_id, l_crh_rec_prv_stat );
845:
846: -- Fetch the cash receipt record
847: l_cr_rec.cash_receipt_id := p_cr_id;
848: arp_cash_receipts_pkg.fetch_p( l_cr_rec );
849:
850: -- 11.5 VAT changes:
851: l_dist_rec.currency_code := l_cr_rec.currency_code;
852: l_dist_rec.currency_conversion_rate := l_crh_rec_old.exchange_rate;

Line 1191: arp_cash_receipts_pkg.fetch_p(l_cr_rec);

1187: -- Validate the GL Date is in open or future period
1188:
1189: -- Fetch cash receipt record for 11.5 VAT changes:
1190: l_cr_rec.cash_receipt_id := p_cr_id;
1191: arp_cash_receipts_pkg.fetch_p(l_cr_rec);
1192:
1193: -- Fetch the history record
1194: arp_cr_history_pkg.fetch_f_crid( p_cr_id, l_crh_rec_old );
1195:

Line 1406: arp_cash_receipts_pkg.fetch_p(l_cr_rec);

1402: -- Validate the GL Date is in open or future period
1403:
1404: -- Fetch cash receipt record for 11.5 VAT changes:
1405: l_cr_rec.cash_receipt_id := p_cr_id;
1406: arp_cash_receipts_pkg.fetch_p(l_cr_rec);
1407:
1408: -- Fetch the history record
1409: arp_cr_history_pkg.fetch_f_crid( p_cr_id, l_crh_rec_old );
1410:

Line 2052: arp_cash_receipts_pkg.nowaitlock_fetch_p(l_cr_rec);

2048: CLOSE applied_to_reserved_br_cur;
2049:
2050: -- get cash receipt record:
2051: l_cr_rec.cash_receipt_id := p_cash_receipt_id;
2052: arp_cash_receipts_pkg.nowaitlock_fetch_p(l_cr_rec);
2053:
2054:
2055: arp_reverse_receipt.debit_memo_reversal(
2056: l_cr_rec,