DBA Data[Home] [Help]

APPS.OE_MARGIN_PVT dependencies on GL_CURRENCY_API

Line 697: gl_currency_api.convert_closest_amount

693: IF l_conversion_rate IS NOT NULL THEN
694: l_conversion_rate := 1/l_conversion_rate;
695: END IF;
696:
697: gl_currency_api.convert_closest_amount
698: ( x_from_currency => g_sob_currency
699: , x_to_currency => l_order_currency
700: , x_conversion_date => sysdate
701: , x_conversion_type => l_conversion_type_code

Line 715: debug('Gl_Currency_Api.Convert_Amount returns errors:'||SQLERRM);

711: DEBUG(' Converted unit cost:'||l_unit_cost||' rate:'||l_rate);
712: EXCEPTION
713: --will need to handle this later...
714: WHEN OTHERS THEN
715: debug('Gl_Currency_Api.Convert_Amount returns errors:'||SQLERRM);
716: RETURN NULL;
717: END;
718: END IF;
719: