DBA Data[Home] [Help]

APPS.IBE_MSITE_GRP dependencies on FND_CURRENCIES_VL

Line 195: select currency_code from fnd_currencies_vl where

191: RETURN BOOLEAN
192: IS
193: CURSOR valid_currency_cur(p_currency varchar2) IS
194: select 1 from dual where exists (
195: select currency_code from fnd_currencies_vl where
196: currency_code = p_currency);
197: l_exists NUMBER;
198: l_return_status Boolean := true;
199: