DBA Data[Home] [Help]

APPS.OKS_BILL_UTIL_PUB dependencies on OKC_K_ITEMS_V

Line 1621: from okc_k_items_v

1617: l_cimv_rec_in OKC_CONTRACT_ITEM_PUB.cimv_rec_type;
1618: l_cimv_rec_out OKC_CONTRACT_ITEM_PUB.cimv_rec_type;
1619: cursor item_cur is
1620: select id
1621: from okc_k_items_v
1622: where cle_id = p_cle_id;
1623: begin
1624: open item_cur;
1625: fetch item_cur into l_cimv_rec_in.id;