DBA Data[Home] [Help]

APPS.OKS_CDT_PVT dependencies on FND_CURRENCIES_VL

Line 807: from FND_CURRENCIES_VL

803:
804: l_dummy_var VARCHAR2(1) := '?';
805: Cursor l_fndv_csr Is
806: select 'x'
807: from FND_CURRENCIES_VL
808: where currency_code = p_currency_code
809: and sysdate between nvl(start_date_active,sysdate)
810: and nvl(end_date_active,sysdate)
811: and enabled_flag = 'Y';