DBA Data[Home] [Help]

APPS.OKL_LA_VALIDATION_UTIL_PVT dependencies on OKL_PRODUCTS_V

Line 7215: from OKL_PRODUCTS_V

7211: and p.name = p_name;
7212:
7213: cursor l_product_csr is
7214: select id, description
7215: from OKL_PRODUCTS_V
7216: where name = p_product_name
7217: and nvl(from_date,p_start_date) <= p_start_date
7218: and nvl(to_date,p_start_date+1) > p_start_date;
7219: