DBA Data[Home] [Help]

APPS.OKC_CLE_PVT dependencies on FND_CURRENCIES_VL

Line 1073: from FND_CURRENCIES_VL

1069:
1070: l_dummy_var VARCHAR2(1) := '?';
1071: Cursor l_fndv_csr Is
1072: select 'x'
1073: from FND_CURRENCIES_VL
1074: where currency_code = p_clev_rec.currency_code
1075: and enabled_flag = 'Y'
1076: and sysdate between nvl(start_date_active,sysdate)
1077: and nvl(end_date_active,sysdate);

Line 1610: from FND_CURRENCIES_VL

1606:
1607: l_dummy_var VARCHAR2(1) := '?';
1608: Cursor l_fndv_csr Is
1609: select 'x'
1610: from FND_CURRENCIES_VL
1611: where currency_code = p_clev_rec.currency_code_renewed
1612: and enabled_flag = 'Y'
1613: and sysdate between nvl(start_date_active,sysdate)
1614: and nvl(end_date_active,sysdate);