DBA Data[Home] [Help]

APPS.QP_VALIDATE_CURR_LISTS dependencies on FND_CURRENCIES_VL

Line 51: FROM fnd_currencies_vl

47: -- oe_debug_pub.add('VALIDATE Header records base_currency_code');
48:
49: SELECT 'X'
50: INTO l_dummy_c
51: FROM fnd_currencies_vl
52: WHERE enabled_flag = 'Y'
53: and currency_flag = 'Y'
54: and currency_code = p_CURR_LISTS_rec.base_currency_code
55: and trunc(sysdate) between nvl(start_date_active,trunc(sysdate))