DBA Data[Home] [Help]

APPS.CSD_ESTIMATES_FROM_BOM_PVT dependencies on OKC_K_LINES_B

Line 879: okc_k_lines_b l

875: select distinct h.contract_number
876: into g_contract_num
877: from --okc_k_headers_b h,
878: okc_k_headers_all_b h,
879: okc_k_lines_b l
880: where h.id = l.chr_id
881: and l.id = l_contract_line_id;
882: EXCEPTION
883: when no_data_found THEN