DBA Data[Home] [Help]

APPS.OKL_LTE_CHRG_PVT dependencies on OKL_STREAMS_UTIL

Line 809: Okl_Streams_Util.get_primary_stream_type(

805:
806: --get stream type id
807: l_sty_id := null;
808:
809: Okl_Streams_Util.get_primary_stream_type(
810: p_khr_id => l_khr_id,
811: p_primary_sty_purpose => cns_late_fee,
812: x_return_status => l_return_status,
813: x_primary_sty_id => l_sty_id );

Line 964: Okl_Streams_Util.get_primary_stream_type(

960: LOOP
961: --get stream type id
962: l_sty_id := null;
963:
964: Okl_Streams_Util.get_primary_stream_type(
965: p_khr_id => cur_sec_strm.khr_id,
966: p_primary_sty_purpose => cns_late_charge_payable,
967: x_return_status => l_return_status,
968: x_primary_sty_id => l_sty_id );

Line 1110: Okl_Streams_Util.get_primary_stream_type(

1106: LOOP
1107: --get stream type id
1108: l_sty_id := null;
1109:
1110: Okl_Streams_Util.get_primary_stream_type(
1111: p_khr_id => cur_sec_strm.khr_id,
1112: p_primary_sty_purpose => cns_late_charge_payable,
1113: x_return_status => l_return_status,
1114: x_primary_sty_id => l_sty_id );

Line 1511: Okl_Streams_Util.get_primary_stream_type(

1507:
1508: --get stream type id
1509: l_sty_id := null;
1510:
1511: Okl_Streams_Util.get_primary_stream_type(
1512: p_khr_id => l_khr_id,
1513: p_primary_sty_purpose => cns_late_fee,
1514: x_return_status => l_return_status,
1515: x_primary_sty_id => l_sty_id );

Line 1660: Okl_Streams_Util.get_primary_stream_type(

1656: FOR cur_sec_strm IN c_sec_strm_AR_csr(l_inv_cur.contract_id, l_inv_cur.consolidated_invoice_number) LOOP
1657: --get stream type id
1658: l_sty_id := null;
1659:
1660: Okl_Streams_Util.get_primary_stream_type(
1661: p_khr_id => cur_sec_strm.khr_id,
1662: p_primary_sty_purpose => cns_late_charge_payable,
1663: x_return_status => l_return_status,
1664: x_primary_sty_id => l_sty_id );

Line 1821: Okl_Streams_Util.get_primary_stream_type(

1817: l_inv_cur.contract_id) LOOP
1818: --get stream type id
1819: l_sty_id := null;
1820:
1821: Okl_Streams_Util.get_primary_stream_type(
1822: p_khr_id => cur_sec_strm.khr_id,
1823: p_primary_sty_purpose => cns_late_charge_payable,
1824: x_return_status => l_return_status,
1825: x_primary_sty_id => l_sty_id );