2475: End If;
2476: Else
2477: If p_To_Curr_Rate_Type = 'User' Then
2478: -- check if the user rate type is allowed for this currency
2479: l_usrRateAllowed := pa_multi_currency.is_user_rate_type_allowed
2480: (P_from_currency => p_From_curr_code
2481: ,P_to_currency => p_To_curr_code
2482: ,P_conversion_date => p_Conversion_Date );
2483: If NVL(l_usrRateAllowed,'N') = 'Y' Then