DBA Data[Home] [Help]

APPS.PAY_RUN_RESULT_PKG dependencies on HR_CURRENCY_PKG

Line 294: l_currency_type:=hr_currency_pkg.get_rate_type

290: --
291: -- insert run results values converting all money uom's to the output
292: -- currency value.
293: --
294: l_currency_type:=hr_currency_pkg.get_rate_type
295: (p_business_group_id,
296: p_session_date,
297: 'P');
298: if (l_currency_type is NULL)

Line 315: hr_currency_pkg.convert_amount(l_input_currency_code,

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,
319: l_currency_type));