DBA Data[Home] [Help]

APPS.OKE_CONTRACT_PRINTING_PKG dependencies on OKE_K_LINES_HV

Line 241: from oke_k_lines_hv

237: where k_header_id =p_id;
238:
239: cursor c_line_number_h(p_line_id NUMBER) is
240: select line_number
241: from oke_k_lines_hv
242: where header_id = p_id
243: and k_line_id = p_line_id
244: and major_version = p_version;
245:

Line 368: from oke_k_lines_hv

364: where k_header_id =p_id;
365:
366: cursor c_line_number_h is
367: select line_number
368: from oke_k_lines_hv
369: where header_id = p_id
370: and k_line_id = p_line_id
371: and major_version = p_version;
372: