DBA Data[Home] [Help]

APPS.OKE_CONTRACT_PRINTING_PKG dependencies on OKE_K_LINES_V

Line 248: from oke_k_lines_v

244: and major_version = p_version;
245:
246: cursor c_line_number(p_line_id NUMBER) is
247: select line_number
248: from oke_k_lines_v
249: where header_id = p_id
250: and k_line_id = p_line_id;
251:
252: cursor c_line_ids_h is

Line 375: from oke_k_lines_v

371: and major_version = p_version;
372:
373: cursor c_line_number is
374: select line_number
375: from oke_k_lines_v
376: where header_id = p_id
377: and k_line_id = p_line_id;
378:
379: BEGIN