DBA Data[Home] [Help]

APPS.QP_VALIDATE_CURR_DETAILS dependencies on FND_CURRENCIES_VL

Line 175: FROM fnd_currencies_vl

171: -- oe_debug_pub.add('VALIDATE Details to_currency_code');
172:
173: SELECT 'X'
174: INTO l_dummy_c
175: FROM fnd_currencies_vl
176: WHERE enabled_flag = 'Y'
177: and currency_flag = 'Y'
178: and currency_code = p_CURR_DETAILS_rec.to_currency_code
179: and trunc(sysdate) between nvl(start_date_active,trunc(sysdate))