DBA Data[Home] [Help]

APPS.JTF_MSITE_GRP dependencies on FND_CURRENCIES_VL

Line 222: select currency_code from fnd_currencies_vl where

218: RETURN BOOLEAN
219: IS
220: CURSOR valid_currency_cur(p_currency varchar2) IS
221: select 1 from dual where exists (
222: select currency_code from fnd_currencies_vl where
223: currency_code = p_currency);
224: l_exists NUMBER;
225: l_return_status Boolean := true;
226: