DBA Data[Home] [Help]

APPS.QP_VALIDATE dependencies on FND_CURRENCIES

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:

Line 1725: FROM FND_CURRENCIES

1721: SELECT -1*PRECISION,
1722: -1*EXTENDED_PRECISION
1723: INTO l_precision,
1724: l_extended_precision
1725: FROM FND_CURRENCIES
1726: WHERE CURRENCY_CODE = P_CURRENCY_CODE;
1727:
1728: END IF;
1729: