DBA Data[Home] [Help]

APPS.BEN_CWB_PL_DSGN_PKG dependencies on HR_CURRENCY_PKG

Line 145: l_exchg_rate := hr_currency_pkg.get_rate

141: if g_debug then
142: hr_utility.set_location('Entering:'|| l_proc, 10);
143: end if;
144: --
145: l_exchg_rate := hr_currency_pkg.get_rate
146: (p_from_currency -- From currency
147: ,p_to_currency -- To currency
148: ,p_effective_date -- conversion date
149: ,hr_currency_pkg.get_rate_type -- rate type

Line 149: ,hr_currency_pkg.get_rate_type -- rate type

145: l_exchg_rate := hr_currency_pkg.get_rate
146: (p_from_currency -- From currency
147: ,p_to_currency -- To currency
148: ,p_effective_date -- conversion date
149: ,hr_currency_pkg.get_rate_type -- rate type
150: (p_business_group_id -- bg Id
151: ,p_effective_date -- conversion date
152: ,'R')); -- processing type
153: --