DBA Data[Home] [Help]

APPS.OKL_LA_VALIDATION_UTIL_PVT dependencies on OKL_PRODUCTS_V

Line 7231: from OKL_PRODUCTS_V

7227: and p.name = p_name;
7228:
7229: cursor l_product_csr is
7230: select id, description
7231: from OKL_PRODUCTS_V
7232: where name = p_product_name
7233: and nvl(from_date,p_start_date) <= p_start_date
7234: and nvl(to_date,p_start_date+1) > p_start_date;
7235: