currencyconvertpayment(p_c_payment_id numeric, p_currency_to_id numeric, p_amt numeric DEFAULT NULL::numeric, p_conversiondate timestamp with time zone DEFAULT NULL::timestamp with time zone)


Parameters

Name Type Mode
p_c_payment_id numeric IN
p_currency_to_id numeric IN
p_amt numeric IN
p_conversiondate timestamp with time zone IN

Definition