DBA Data[Home] [Help]

APPS.ARP_PROC_RECEIPTS2 dependencies on ARP_GLOBAL

Line 375: arp_global.set_of_books_id,

371: l_dummy,
372: l_dummy);
373: ELSE
374: l_crh_acctd_amount := gl_currency_api.convert_amount(
375: arp_global.set_of_books_id,
376: l_cr_rec.currency_code,
377: l_cr_rec.exchange_date,
378: l_cr_rec.exchange_rate_type,
379: l_crh_amount);

Line 409: arp_global.set_of_books_id,

405:
406: ELSE
407:
408: l_cr_acctd_amount := gl_currency_api.convert_amount(
409: arp_global.set_of_books_id,
410: l_cr_rec.currency_code,
411: l_cr_rec.exchange_date,
412: l_cr_rec.exchange_rate_type,
413: l_cr_rec.amount);