DBA Data[Home] [Help]

APPS.BEN_BNB_BUS dependencies on FND_CURRENCIES_TL

Line 250: select null from fnd_currencies_tl

246: l_proc varchar2(72) := g_package||'chk_uom';
247: l_api_updating boolean;
248: l_dummy varchar2(1);
249: cursor c1 is
250: select null from fnd_currencies_tl
251: where currency_code = p_uom;
252: --
253: Begin
254: --

Line 268: -- check if uom value exists in fnd_currencies_tl table.

264: <> nvl(ben_bnb_shd.g_old_rec.uom,hr_api.g_varchar2)
265: or not l_api_updating) then
266: --and p_uom is not null then see beabrrhi.pkb
267: --
268: -- check if uom value exists in fnd_currencies_tl table.
269: --
270: if p_uom is not null then
271: open c1;
272: fetch c1 into l_dummy;