DBA Data[Home] [Help]

APPS.OKL_INS_QUOTE_PVT dependencies on OKL_STRM_TYPE_B

Line 7751: select stream_type_purpose from okl_strm_type_b

7747: l_pdt_id NUMBER;
7748:
7749: -- The following two cursors written for user defined streams, bug 3924300
7750: Cursor check_insurance_streams_csr(p_contract_id NUMBER) is
7751: select stream_type_purpose from okl_strm_type_b
7752: where stream_type_purpose like 'INSURANCE%'
7753: AND stream_type_purpose NOT IN
7754: (select stl.primary_sty_purpose
7755: from OKL_STRM_TMPT_LINES_UV stl,