DBA Data[Home] [Help]

APPS.CSD_COST_ANALYSIS_UTIL dependencies on GL_CURRENCY_API

Line 153: GL_CURRENCY_API.CONVERT_CLOSEST_AMOUNT(x_from_currency => p_from_currency,

149: ELSE
150:
151: --Call GL API to convert the amount.
152: -- This is an impure API. It raises exceptions - NO_RATE and INVALID_CURRENCY. If so, it gets caught in others exception.
153: GL_CURRENCY_API.CONVERT_CLOSEST_AMOUNT(x_from_currency => p_from_currency,
154: x_to_currency => p_to_currency,
155: x_conversion_date => p_eff_date,
156: x_conversion_type => l_conversion_type,
157: x_user_rate => l_user_rate,