DBA Data[Home] [Help]

APPS.OKS_OMINT_PUB dependencies on OKX_CUSTOMER_PRODUCTS_V

Line 290: select customer_product_status_id From okx_customer_products_v

286: Select distinct SERVICE_ORDER_ALLOWED_FLAG
287: From CS_CUSTOMER_PRODUCT_STATUSES
288: Where customer_product_status_id In
289: (
290: select customer_product_status_id From okx_customer_products_v
291: where id1 = p_check_service_rec.customer_product_id
292: );
293: /**** Added cursor to check servicable flag for product ***/
294: