DBA Data[Home] [Help]

APPS.OKS_OMINT_PUB dependencies on CS_CUSTOMER_PRODUCTS_ALL

Line 325: from cs_customer_products_all

321: --- Added cursor to get inventory item id when customer product id is passed but
322: -- inventory item id is not passed by user for Bug # 2252026
323: Cursor l_product_item_id_csr(cust_prdId NUMBER) IS
324: select INVENTORY_ITEM_ID
325: from cs_customer_products_all
326: where CUSTOMER_PRODUCT_ID = cust_prdId;
327:
328: /* This cursor added to check whether the item is model */
329: