DBA Data[Home] [Help]

APPS.BIC_SUMMARY_EXTRACT_PKG dependencies on GL_CURRENCY_API

Line 333: x_converted_amt := gl_currency_api.convert_amount_sql(

329: g_to_currency_code := FND_PROFILE.VALUE('CRMBIS:CURRENCY_CODE');
330: g_conversion_type := FND_PROFILE.VALUE('CRMBIS:GL_CONVERSION_TYPE');
331: if p_from_currency_code is null then return p_amt;
332: end if;
333: x_converted_amt := gl_currency_api.convert_amount_sql(
334: x_from_currency => p_from_currency_code,
335: x_to_currency => g_to_currency_code,
336: x_conversion_date => p_date,
337: x_conversion_type => g_conversion_type,