DBA Data[Home] [Help]

APPS.AMS_WFCMPAPR_PVT dependencies on FND_CURRENCIES_VL

Line 3482: FROM fnd_currencies_vl

3478:
3479: CURSOR c_currency(l_cur_code IN VARCHAR2)
3480: IS
3481: SELECT name
3482: FROM fnd_currencies_vl
3483: WHERE currency_code = l_cur_code ;
3484:
3485: l_tmp_str VARCHAR2(2000);
3486: