DBA Data[Home] [Help]

APPS.GMF_LOT_COSTING_PUB dependencies on GL_CURRENCY_API

Line 3255: l_exchange_rate := gl_currency_api.get_closest_rate(x_from_currency => l_from_ccy_code,

3251: IF l_from_ccy_code <> l_to_ccy_code
3252: THEN
3253:
3254:
3255: l_exchange_rate := gl_currency_api.get_closest_rate(x_from_currency => l_from_ccy_code,
3256: x_to_currency => l_to_ccy_code,
3257: x_conversion_date => transaction_row.trans_date,
3258: x_max_roll_days => 0);
3259: