DBA Data[Home] [Help]

APPS.OKE_CONTRACT_PUB dependencies on OKC_K_ITEMS

Line 3278: from okc_k_items_v

3274: and a.allowed_yn = 'Y');
3275:
3276: cursor item_csr(p_id number) is
3277: select object1_id2
3278: from okc_k_items_v
3279: where cle_id = p_id;
3280:
3281: cursor cust_csr(p_id Number) is
3282: select cust_account_id from oke_cust_site_uses_v

Line 4156: from okc_k_items

4152: where dnz_chr_id = p_chr_id;
4153:
4154: cursor c_item is
4155: select id
4156: from okc_k_items
4157: where dnz_chr_id = p_chr_id;
4158:
4159: cursor c_note is
4160: select standard_notes_id from oke_k_standard_notes_b