DBA Data[Home] [Help]

APPS.AMS_WFCMPAPR_PVT dependencies on FND_CURRENCIES_VL

Line 3510: FROM fnd_currencies_vl

3506:
3507: CURSOR c_currency(l_cur_code IN VARCHAR2)
3508: IS
3509: SELECT name
3510: FROM fnd_currencies_vl
3511: WHERE currency_code = l_cur_code ;
3512:
3513: l_tmp_str VARCHAR2(2000);
3514: