DBA Data[Home] [Help]

APPS.PAY_RUN_RESULT_PKG dependencies on FND_NUMBER

Line 314: l_amount:=fnd_number.number_to_canonical(

310: and (l_entry_type = 'B' and
311: l_input_currency_code <> l_output_currency_code))
312: then
313: begin
314: l_amount:=fnd_number.number_to_canonical(
315: hr_currency_pkg.convert_amount(l_input_currency_code,
316: l_output_currency_code,
317: p_session_date,
318: peev.value,