DBA Data[Home] [Help]

APPS.OKS_AUTH_UTIL_PVT dependencies on OKC_K_ITEMS_V

Line 4550: FROM okc_k_items_v

4546: l_cimv_rec_in OKC_CONTRACT_ITEM_PUB.cimv_rec_type;
4547: l_cimv_rec_out OKC_CONTRACT_ITEM_PUB.cimv_rec_type;
4548: CURSOR item_cur IS
4549: SELECT id
4550: FROM okc_k_items_v
4551: WHERE cle_id = p_cle_id;
4552: BEGIN
4553: OPEN item_cur;
4554: FETCH item_cur INTO l_cimv_rec_in.id;