DBA Data[Home] [Help]

APPS.OKC_QP_UPGRADE_PUB dependencies on OKC_K_ITEMS

Line 859: FROM okc_k_items

855: IF l_price_unit_tbl(j) IS NOT NULL THEN --#if5
856:
857: SELECT NVL(number_of_items,0)
858: INTO l_qty
859: FROM okc_k_items
860: WHERE cle_id=l_line_id_tbl(j);
861:
862: l_line_list_price_tbl(j):= NVL(l_qty,0) * NVL(l_price_unit_tbl(j),0);
863: