DBA Data[Home] [Help]

APPS.OKE_CONTRACT_PUB dependencies on OKC_K_ITEMS

Line 3280: from okc_k_items_v

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

Line 4158: from okc_k_items

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