DBA Data[Home] [Help]

APPS.OKL_LTE_INT_PVT dependencies on OKL_STREAMS_UTIL

Line 690: Okl_Streams_Util.get_primary_stream_type(

686:
687: --get stream type id
688: l_sty_id := null;
689:
690: Okl_Streams_Util.get_primary_stream_type(
691: p_khr_id => l_khr_id,
692: p_primary_sty_purpose => cns_late_interest,
693: x_return_status => l_return_status,
694: x_primary_sty_id => l_sty_id );

Line 821: Okl_Streams_Util.get_primary_stream_type(

817: FOR cur_sec_strm IN c_sec_strm_AR_csr(l_inv_cur.contract_id, l_inv_cur.RECEIVABLES_INVOICE_ID) LOOP
818: --get stream type id
819: l_sty_id := null;
820:
821: Okl_Streams_Util.get_primary_stream_type(
822: p_khr_id => cur_sec_strm.khr_id,
823: p_primary_sty_purpose => cns_late_interest_payable,
824: x_return_status => l_return_status,
825: x_primary_sty_id => l_sty_id );

Line 945: Okl_Streams_Util.get_primary_stream_type(

941: FOR cur_sec_strm IN c_sec_strm_cons_csr(l_inv_cur.contract_id, l_inv_cur.RECEIVABLES_INVOICE_ID) LOOP
942: --get stream type id
943: l_sty_id := null;
944:
945: Okl_Streams_Util.get_primary_stream_type(
946: p_khr_id => cur_sec_strm.khr_id,
947: p_primary_sty_purpose => cns_late_interest_payable,
948: x_return_status => l_return_status,
949: x_primary_sty_id => l_sty_id );