DBA Data[Home] [Help]

APPS.OZF_PRE_PROCESS_PVT dependencies on FND_CURRENCIES_VL

Line 3785: FROM fnd_currencies_vl

3781: l_exchange_rate NUMBER;
3782:
3783: CURSOR get_currency_code_csr(p_name in VARCHAR2) IS
3784: SELECT currency_code
3785: FROM fnd_currencies_vl
3786: WHERE name = p_name;
3787:
3788: l_converted_currency VARCHAR2(15);
3789: l_converted_amount NUMBER;