DBA Data[Home] [Help]

APPS.OKL_LTE_INT_PVT dependencies on OKL_STREAMS_UTIL

Line 558: Okl_Streams_Util.get_primary_stream_type(

554:
555: --get stream type id
556: l_sty_id := null;
557:
558: Okl_Streams_Util.get_primary_stream_type(
559: p_khr_id => l_khr_id,
560: p_primary_sty_purpose => cns_late_interest,
561: x_return_status => l_return_status,
562: x_primary_sty_id => l_sty_id );

Line 684: Okl_Streams_Util.get_primary_stream_type(

680: FOR cur_sec_strm IN c_sec_strm_AR_csr(l_inv_cur.contract_id, l_inv_cur.RECEIVABLES_INVOICE_ID) LOOP
681: --get stream type id
682: l_sty_id := null;
683:
684: Okl_Streams_Util.get_primary_stream_type(
685: p_khr_id => cur_sec_strm.khr_id,
686: p_primary_sty_purpose => cns_late_interest_payable,
687: x_return_status => l_return_status,
688: x_primary_sty_id => l_sty_id );

Line 808: Okl_Streams_Util.get_primary_stream_type(

804: FOR cur_sec_strm IN c_sec_strm_cons_csr(l_inv_cur.contract_id, l_inv_cur.RECEIVABLES_INVOICE_ID) LOOP
805: --get stream type id
806: l_sty_id := null;
807:
808: Okl_Streams_Util.get_primary_stream_type(
809: p_khr_id => cur_sec_strm.khr_id,
810: p_primary_sty_purpose => cns_late_interest_payable,
811: x_return_status => l_return_status,
812: x_primary_sty_id => l_sty_id );