DBA Data[Home] [Help]

APPS.IRC_SEEKER_VAC_MATCHING_PKG dependencies on HR_CURRENCY_PKG

Line 317: l_rate_type := hr_currency_pkg.get_rate_type (

313: will be held for which business groups.
314: Definitely isn't ideal and needs performance testing.
315: */
316: --
317: l_rate_type := hr_currency_pkg.get_rate_type (
318: p_business_group_id => p_business_group_id
319: , p_conversion_date => p_conversion_date
320: , p_processing_type => p_processing_type);
321:

Line 323: l_amount := hr_currency_pkg.convert_amount

319: , p_conversion_date => p_conversion_date
320: , p_processing_type => p_processing_type);
321:
322:
323: l_amount := hr_currency_pkg.convert_amount
324: ( p_from_currency => p_from_currency
325: ,p_to_currency => p_to_currency
326: ,p_conversion_date => p_conversion_date
327: , p_amount => p_amount