DBA Data[Home] [Help]

APPS.OKE_CONTRACT_PUB dependencies on OKE_K_LINES_V

Line 3222: from oke_k_lines_v l, okc_k_headers_b h, oke_k_headers k

3218: l.copies_required,
3219: l.cdrl_category,
3220: l.data_item_name,
3221: l.export_flag
3222: from oke_k_lines_v l, okc_k_headers_b h, oke_k_headers k
3223: where h.id = p_id
3224: and l.header_id = p_id
3225: and h.id = k.k_header_id
3226: and not exists (select 'x' from okc_k_lines_b s where s.cle_id = l.k_line_id)

Line 3266: from oke_k_lines_v l, okc_k_headers_b h, oke_k_headers k

3262: l.copies_required,
3263: l.cdrl_category,
3264: l.data_item_name,
3265: l.export_flag
3266: from oke_k_lines_v l, okc_k_headers_b h, oke_k_headers k
3267: where h.id = p_id
3268: and l.header_id = p_id
3269: and h.id = k.k_header_id
3270: and not exists (select 'x' from okc_k_lines_b s where s.cle_id = l.k_line_id)