DBA Data[Home] [Help]

APPS.CSD_ESTIMATES_FROM_BOM_PVT dependencies on OKC_K_LINES_B

Line 890: okc_k_lines_b l

886: select distinct h.contract_number
887: into g_contract_num
888: from --okc_k_headers_b h,
889: okc_k_headers_all_b h,
890: okc_k_lines_b l
891: where h.id = l.chr_id
892: and l.id = l_contract_line_id;
893: EXCEPTION
894: when no_data_found THEN