DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_PVT dependencies on OKC_K_LINES_B

Line 34444: from okc_k_lines_b where id in

34440: -- Added for Bug 14593787
34441: BEGIN
34442: select 'Y'
34443: into l_contract_exists
34444: from okc_k_lines_b where id in
34445: ( select CLE_ID from okc_k_items
34446: where object1_id1=( select to_char(instance_id) from csi_item_instances where instance_id = p_source_instance_rec.instance_id) --15866675
34447: and jtot_object1_code= 'OKX_CUSTPROD') and rownum=1;
34448: EXCEPTION