DBA Data[Home] [Help]

APPS.OZF_PRE_PROCESS_PVT dependencies on FND_CURRENCIES_VL

Line 4113: FROM fnd_currencies_vl

4109: l_exchange_rate NUMBER;
4110:
4111: CURSOR get_currency_code_csr(p_name in VARCHAR2) IS
4112: SELECT currency_code
4113: FROM fnd_currencies_vl
4114: WHERE name = p_name;
4115:
4116: l_converted_currency VARCHAR2(15);
4117: l_converted_amount NUMBER;