DBA Data[Home] [Help]

APPS.OKL_OPEN_INTERFACE_PVT dependencies on OKL_STREAMS_UTIL

Line 7144: l_present_yn := OKL_STREAMS_UTIL.strm_tmpt_contains_strm_type

7140: -- UDS 10/27
7141: -- Check whether the stream is present in template for this contract
7142: --
7143: l_present_yn := '?';
7144: l_present_yn := OKL_STREAMS_UTIL.strm_tmpt_contains_strm_type
7145: (p_khr_id => p_chr_id,
7146: p_sty_id => x_stream_id
7147: );
7148:

Line 22490: l_present_yn := OKL_STREAMS_UTIL.strm_tmpt_contains_strm_type

22486: -- UDS 10/27
22487: -- Check whether the stream is present in template for this contract
22488: --
22489: l_present_yn := '?';
22490: l_present_yn := OKL_STREAMS_UTIL.strm_tmpt_contains_strm_type
22491: (p_khr_id => p_chr_id,
22492: p_sty_id => x_id1
22493: );
22494: