DBA Data[Home] [Help]

APPS.OKL_OPEN_INTERFACE_PVT dependencies on OKL_STREAMS_UTIL

Line 6976: l_present_yn := OKL_STREAMS_UTIL.strm_tmpt_contains_strm_type

6972: -- UDS 10/27
6973: -- Check whether the stream is present in template for this contract
6974: --
6975: l_present_yn := '?';
6976: l_present_yn := OKL_STREAMS_UTIL.strm_tmpt_contains_strm_type
6977: (p_khr_id => p_chr_id,
6978: p_sty_id => x_stream_id
6979: );
6980:

Line 22303: l_present_yn := OKL_STREAMS_UTIL.strm_tmpt_contains_strm_type

22299: -- UDS 10/27
22300: -- Check whether the stream is present in template for this contract
22301: --
22302: l_present_yn := '?';
22303: l_present_yn := OKL_STREAMS_UTIL.strm_tmpt_contains_strm_type
22304: (p_khr_id => p_chr_id,
22305: p_sty_id => x_id1
22306: );
22307: