DBA Data[Home] [Help]

APPS.OE_MARGIN_PVT dependencies on GL_CURRENCY_API

Line 813: gl_currency_api.convert_closest_amount

809: IF l_conversion_rate IS NOT NULL THEN
810: l_conversion_rate := 1/l_conversion_rate;
811: END IF;
812:
813: gl_currency_api.convert_closest_amount
814: ( x_from_currency => g_sob_currency
815: , x_to_currency => l_order_currency
816: , x_conversion_date => sysdate
817: , x_conversion_type => l_conversion_type_code

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

827: DEBUG(' Converted unit cost:'||l_unit_cost||' rate:'||l_rate);
828: EXCEPTION
829: --will need to handle this later...
830: WHEN OTHERS THEN
831: debug('Gl_Currency_Api.Convert_Amount returns errors:'||SQLERRM);
832: RETURN NULL;
833: END;
834: END IF;
835: