DBA Data[Home] [Help]

APPS.IEX_UTILITIES dependencies on GL_CURRENCY_API

Line 1717: l_convert_amount := gl_currency_api.convert_amount(

1713: if c_amount_billto%notfound then
1714: exit;
1715: end if;
1716: if (l_invoice_currency_code <> l_min_currency_code) then
1717: l_convert_amount := gl_currency_api.convert_amount(
1718: x_from_currency => l_invoice_currency_code
1719: ,x_to_currency => l_min_currency_code
1720: ,x_conversion_date => sysdate
1721: ,x_conversion_type => l_rate_type

Line 1745: l_convert_amount := gl_currency_api.convert_amount(

1741: if c_amount_account%notfound then
1742: exit;
1743: end if;
1744: if (l_invoice_currency_code <> l_min_currency_code) then
1745: l_convert_amount := gl_currency_api.convert_amount(
1746: x_from_currency => l_invoice_currency_code
1747: ,x_to_currency => l_min_currency_code
1748: ,x_conversion_date => sysdate
1749: ,x_conversion_type => l_rate_type