DBA Data[Home] [Help]

APPS.OKS_AUTH_UTIL_PVT dependencies on OKC_K_ITEMS_V

Line 4010: FROM okc_k_items_v

4006: l_cimv_rec_in OKC_CONTRACT_ITEM_PUB.cimv_rec_type;
4007: l_cimv_rec_out OKC_CONTRACT_ITEM_PUB.cimv_rec_type;
4008: CURSOR item_cur IS
4009: SELECT id
4010: FROM okc_k_items_v
4011: WHERE cle_id = p_cle_id;
4012: BEGIN
4013: OPEN item_cur;
4014: FETCH item_cur INTO l_cimv_rec_in.id;