DBA Data[Home] [Help]

APPS.OKE_ALLOCATION_PVT dependencies on OKC_K_LINES_B

Line 324: from okc_k_lines_b

320: ) is
321:
322: cursor c_header_line is
323: select 'x'
324: from okc_k_lines_b
325: where id = p_k_line_id
326: and dnz_chr_id = p_object_id;
327:
328: l_dummy_value VARCHAR2(1) := '?';