DBA Data[Home] [Help]

APPS.INL_INTERFACE_PVT dependencies on GL_DAILY_RATES

Line 3087: FROM gl_daily_rates

3083: -- Derive rate from code, type and date
3084: BEGIN
3085: SELECT conversion_rate
3086: INTO x_curr_conv_rate
3087: FROM gl_daily_rates
3088: WHERE from_currency = p_currency_code
3089: AND to_currency = l_func_currency_code
3090: AND conversion_type = p_curr_conv_type
3091: AND TRUNC(conversion_date) = TRUNC(p_curr_conv_date);