DBA Data[Home] [Help]

APPS.ARP_PROC_RECEIPTS2 dependencies on GL_CURRENCY_API

Line 68: | gl_currency_api.convert_amount instead. This |

64: | functional currency. |
65: | 21-MAY-98 KTANG For all calls to calc_acctd_amount which |
66: | calculates header accounted amounts, if the |
67: | exchange_rate_type is not user, call |
68: | gl_currency_api.convert_amount instead. This |
69: | is for triangulation. |
70: | 29-JUL-98 K.Murphy Bug #667450. Modified calculation of the |
71: | accounted factor discount amount. |
72: | |

Line 374: l_crh_acctd_amount := gl_currency_api.convert_amount(

370: l_dummy,
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,

Line 408: l_cr_acctd_amount := gl_currency_api.convert_amount(

404: l_dummy);
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,