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 369: l_crh_acctd_amount := gl_currency_api.convert_amount(

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

Line 403: l_cr_acctd_amount := gl_currency_api.convert_amount(

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