DBA Data[Home] [Help]

APPS.AP_PAY_SINGLE_INVOICE_PKG dependencies on GL_CURRENCY_API

Line 1232: l_base_amount := gl_currency_api.convert_amount(

1228: l_asp_rec.base_currency_code);
1229:
1230: ELSE -- exchange rate is other than USER
1231:
1232: l_base_amount := gl_currency_api.convert_amount(
1233: l_inv_rec.pmt_currency_code,
1234: l_asp_rec.base_currency_code,
1235: l_check_rec.xrate_date,
1236: l_check_rec.xrate_type,