DBA Data[Home] [Help]

APPS.OE_OE_PRICING_AVAILABILITY dependencies on FND_CURRENCIES_VL

Line 1807: FROM fnd_currencies_vl

1803: end if;
1804: l_temp := UPPER(in_transactional_curr_code)||'%';
1805: SELECT name
1806: INTO out_name
1807: FROM fnd_currencies_vl
1808: WHERE currency_code like l_temp;
1809:
1810: EXCEPTION
1811: