DBA Data[Home] [Help]

APPS.OKL_LTE_CHRG_PVT dependencies on OKL_STREAMS_UTIL

Line 802: Okl_Streams_Util.get_primary_stream_type(

798:
799: --get stream type id
800: l_sty_id := null;
801:
802: Okl_Streams_Util.get_primary_stream_type(
803: p_khr_id => l_khr_id,
804: p_primary_sty_purpose => cns_late_fee,
805: x_return_status => l_return_status,
806: x_primary_sty_id => l_sty_id );

Line 957: Okl_Streams_Util.get_primary_stream_type(

953: LOOP
954: --get stream type id
955: l_sty_id := null;
956:
957: Okl_Streams_Util.get_primary_stream_type(
958: p_khr_id => cur_sec_strm.khr_id,
959: p_primary_sty_purpose => cns_late_charge_payable,
960: x_return_status => l_return_status,
961: x_primary_sty_id => l_sty_id );

Line 1103: Okl_Streams_Util.get_primary_stream_type(

1099: LOOP
1100: --get stream type id
1101: l_sty_id := null;
1102:
1103: Okl_Streams_Util.get_primary_stream_type(
1104: p_khr_id => cur_sec_strm.khr_id,
1105: p_primary_sty_purpose => cns_late_charge_payable,
1106: x_return_status => l_return_status,
1107: x_primary_sty_id => l_sty_id );

Line 1503: Okl_Streams_Util.get_primary_stream_type(

1499:
1500: --get stream type id
1501: l_sty_id := null;
1502:
1503: Okl_Streams_Util.get_primary_stream_type(
1504: p_khr_id => l_khr_id,
1505: p_primary_sty_purpose => cns_late_fee,
1506: x_return_status => l_return_status,
1507: x_primary_sty_id => l_sty_id );

Line 1652: Okl_Streams_Util.get_primary_stream_type(

1648: FOR cur_sec_strm IN c_sec_strm_AR_csr(l_inv_cur.contract_id, l_inv_cur.consolidated_invoice_number) LOOP
1649: --get stream type id
1650: l_sty_id := null;
1651:
1652: Okl_Streams_Util.get_primary_stream_type(
1653: p_khr_id => cur_sec_strm.khr_id,
1654: p_primary_sty_purpose => cns_late_charge_payable,
1655: x_return_status => l_return_status,
1656: x_primary_sty_id => l_sty_id );

Line 1813: Okl_Streams_Util.get_primary_stream_type(

1809: l_inv_cur.contract_id) LOOP
1810: --get stream type id
1811: l_sty_id := null;
1812:
1813: Okl_Streams_Util.get_primary_stream_type(
1814: p_khr_id => cur_sec_strm.khr_id,
1815: p_primary_sty_purpose => cns_late_charge_payable,
1816: x_return_status => l_return_status,
1817: x_primary_sty_id => l_sty_id );