DBA Data[Home] [Help]

APPS.ARP_CONFIRMATION dependencies on GL_CURRENCY_API

Line 53: | gl_currency_api.convert_amount instead. This |

49: | functional currency. |
50: | 21-MAY-98 KTANG For all calls to calc_acctd_amount which |
51: | calculates header accounted amounts, if the |
52: | exchange_rate_type is not user, call |
53: | gl_currency_api.convert_amount instead. This |
54: | is for triangulation. |
55: | |
56: +===========================================================================*/
57:

Line 130: l_acctd_amount := gl_currency_api.convert_amount(

126: l_dummy,
127: l_dummy,
128: l_dummy);
129: ELSE
130: l_acctd_amount := gl_currency_api.convert_amount(
131: arp_global.set_of_books_id,
132: l_cr_rec.currency_code,
133: l_cr_rec.exchange_date,
134: l_cr_rec.exchange_rate_type,

Line 273: l_acctd_amount := gl_currency_api.convert_amount(

269: l_dummy,
270: l_dummy,
271: l_dummy);
272: ELSE
273: l_acctd_amount := gl_currency_api.convert_amount(
274: arp_global.set_of_books_id,
275: l_cr_rec.currency_code,
276: l_cr_rec.exchange_date,
277: l_cr_rec.exchange_rate_type,