DBA Data[Home] [Help]

APPS.OE_OE_PRICING_AVAILABILITY dependencies on FND_CURRENCIES_VL

Line 1817: FROM fnd_currencies_vl

1813: end if;
1814: l_temp := UPPER(in_transactional_curr_code)||'%';
1815: SELECT name
1816: INTO out_name
1817: FROM fnd_currencies_vl
1818: WHERE currency_code like l_temp;
1819:
1820: EXCEPTION
1821: