DBA Data[Home] [Help]

APPS.OKC_PROCESS_PVT dependencies on OKC_CONDITION_HEADERS_V

Line 399: okc_condition_headers_v cnh

395: Cursor check_condition_csr(p_pdf_id IN NUMBER) is
396: select '1'
397: from okc_process_defs_v pdf,
398: okc_outcomes_v out,
399: okc_condition_headers_v cnh
400: where pdf.id = out.pdf_id
401: and pdf.id = p_pdf_id
402: and out.cnh_id = cnh.id;
403: