DBA Data[Home] [Help]

APPS.QP_VALIDATE dependencies on FND_CURRENCIES_VL

Line 982: from fnd_currencies_vl

978: END IF;
979:
980: select currency_code
981: into l_dummy
982: from fnd_currencies_vl
983: where enabled_flag = 'Y'
984: and currency_flag='Y'
985: and currency_code = p_currency_code;
986: