DBA Data[Home] [Help]

APPS.OKS_BILL_UTIL_PUB dependencies on OKC_K_ITEMS_V

Line 1587: from okc_k_items_v

1583: l_cimv_rec_in OKC_CONTRACT_ITEM_PUB.cimv_rec_type;
1584: l_cimv_rec_out OKC_CONTRACT_ITEM_PUB.cimv_rec_type;
1585: cursor item_cur is
1586: select id
1587: from okc_k_items_v
1588: where cle_id = p_cle_id;
1589: begin
1590: open item_cur;
1591: fetch item_cur into l_cimv_rec_in.id;