DBA Data[Home] [Help]

APPS.OZF_QP_QUAL_PVT dependencies on GL_CURRENCY_API

Line 2185: gl_currency_api.convert_amount

2181: IF l_conversion_type_code = 'User' AND l_conversion_rate IS NULL THEN
2182: RETURN NULL;
2183: END IF; */
2184:
2185: gl_currency_api.convert_amount
2186: ( x_from_currency => l_cost_price_currency ,
2187: x_to_currency => l_order_currency ,
2188: x_conversion_date => SYSDATE ,
2189: x_conversion_type => l_conversion_type_code ,