DBA Data[Home] [Help]

APPS.ARP_PROC_RECEIPTS2 dependencies on ARP_GLOBAL

Line 370: arp_global.set_of_books_id,

366: l_dummy,
367: l_dummy);
368: ELSE
369: l_crh_acctd_amount := gl_currency_api.convert_amount(
370: arp_global.set_of_books_id,
371: l_cr_rec.currency_code,
372: l_cr_rec.exchange_date,
373: l_cr_rec.exchange_rate_type,
374: l_crh_amount);

Line 404: arp_global.set_of_books_id,

400:
401: ELSE
402:
403: l_cr_acctd_amount := gl_currency_api.convert_amount(
404: arp_global.set_of_books_id,
405: l_cr_rec.currency_code,
406: l_cr_rec.exchange_date,
407: l_cr_rec.exchange_rate_type,
408: l_cr_rec.amount);