DBA Data[Home] [Help]

APPS.QP_VALIDATE_MODIFIER_LIST dependencies on FND_CURRENCIES_VL

Line 282: from fnd_currencies_vl

278: BEGIN
279:
280: select currency_code
281: into l_currency_code
282: from fnd_currencies_vl
283: where enabled_flag = 'Y'
284: and currency_flag = 'Y'
285: and currency_code = p_MODIFIER_LIST_rec.currency_code;
286: /* and trunc(sysdate) between nvl(start_date_active,trunc(sysdate))