DBA Data[Home] [Help]

APPS.IEX_UWQ_VIEW_PKG dependencies on GL_CURRENCY_API

Line 421: l_to_amount := gl_currency_api.convert_amount(x_set_of_books_id => l_set_of_books_id,

417: /* OPEN c_rate_type;
418: FETCH c_rate_type INTO l_conversion_type;
419: CLOSE c_rate_type; */
420: l_conversion_type := NVL(FND_PROFILE.VALUE('IEX_EXCHANGE_RATE_TYPE'), 'Corporate');
421: l_to_amount := gl_currency_api.convert_amount(x_set_of_books_id => l_set_of_books_id,
422: x_from_currency => p_from_currency,
423: x_conversion_date => sysdate,
424: x_conversion_type => l_conversion_type,
425: x_amount => p_from_amount);