DBA Data[Home] [Help]

APPS.PA_FORECAST_COST dependencies on PA_MULTI_CURRENCY

Line 904: pa_multi_currency.convert_amount(p_exp_func_curr_code ,

900: -------------------------------
901: -- Get the Project Raw cost
902: -------------------------------
903:
904: pa_multi_currency.convert_amount(p_exp_func_curr_code ,
905: p_proj_func_curr_code ,
906: l_proj_rate_date ,
907: l_proj_rate_type ,
908: p_Raw_cost ,

Line 935: pa_multi_currency.convert_amount(p_exp_func_curr_code ,

931: ------------------------------
932: -- Get the Project Burden cost
933: ------------------------------
934:
935: pa_multi_currency.convert_amount(p_exp_func_curr_code ,
936: p_proj_func_curr_code ,
937: l_proj_rate_date ,
938: l_proj_rate_type ,
939: p_burden_cost ,