DBA Data[Home] [Help]

APPS.AP_PAY_SINGLE_INVOICE_PKG dependencies on GL_CURRENCY_API

Line 1233: l_base_amount := gl_currency_api.convert_amount(

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