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 131: l_acctd_amount := gl_currency_api.convert_amount(

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

Line 290: l_acctd_amount := gl_currency_api.convert_amount(

286: l_dummy,
287: l_dummy,
288: l_dummy);
289: ELSE
290: l_acctd_amount := gl_currency_api.convert_amount(
291: arp_global.set_of_books_id,
292: l_cr_rec.currency_code,
293: l_cr_rec.exchange_date,
294: l_cr_rec.exchange_rate_type,