DBA Data[Home] [Help]

APPS.IEX_UWQ_VIEW_PKG dependencies on GL_CURRENCY_API

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

415: OPEN c_rate_type;
416: FETCH c_rate_type INTO l_conversion_type;
417: CLOSE c_rate_type;
418:
419: l_to_amount := gl_currency_api.convert_amount(x_set_of_books_id => l_set_of_books_id,
420: x_from_currency => p_from_currency,
421: x_conversion_date => sysdate,
422: x_conversion_type => l_conversion_type,
423: x_amount => p_from_amount);