DBA Data[Home] [Help]

APPS.HR_PAY_RATE_SS dependencies on HR_CURRENCY_PKG

Line 1436: p_old_to_new_currency_rate := hr_currency_pkg.get_rate_sql(

1432: WHEN OTHERS THEN
1433: p_old_pay_basis := '';
1434: END;
1435:
1436: p_old_to_new_currency_rate := hr_currency_pkg.get_rate_sql(
1437: p_from_currency => lv_tmp_currency,
1438: p_to_currency => lv_currency,
1439: p_conversion_date => p_effective_date,
1440: p_rate_type => hr_currency_pkg.get_rate_type (

Line 1440: p_rate_type => hr_currency_pkg.get_rate_type (

1436: p_old_to_new_currency_rate := hr_currency_pkg.get_rate_sql(
1437: p_from_currency => lv_tmp_currency,
1438: p_to_currency => lv_currency,
1439: p_conversion_date => p_effective_date,
1440: p_rate_type => hr_currency_pkg.get_rate_type (
1441: p_business_group_id => ln_business_group_id,
1442: p_conversion_date => p_effective_date,
1443: p_processing_type => 'P'));
1444: