DBA Data[Home] [Help]

APPS.BEN_PEN_BUS dependencies on FND_CURRENCIES_TL

Line 316: from fnd_currencies_tl

312: l_dummy varchar2(1);
313:
314: cursor c1 is
315: select null
316: from fnd_currencies_tl
317: where currency_code = p_uom ;
318: Begin
319: --
320: hr_utility.set_location('Entering:'||l_proc, 5);