DBA Data[Home] [Help]

APPS.OKL_INS_QUOTE_PVT dependencies on OKL_STRM_TYPE_B

Line 7744: select stream_type_purpose from okl_strm_type_b

7740: l_pdt_id NUMBER;
7741:
7742: -- The following two cursors written for user defined streams, bug 3924300
7743: Cursor check_insurance_streams_csr(p_contract_id NUMBER) is
7744: select stream_type_purpose from okl_strm_type_b
7745: where stream_type_purpose like 'INSURANCE%'
7746: AND stream_type_purpose NOT IN
7747: (select stl.primary_sty_purpose
7748: from OKL_STRM_TMPT_LINES_UV stl,