DBA Data[Home] [Help]

APPS.OKL_SPLIT_CONTRACT_PVT dependencies on OKL_STREAMS_UTIL

Line 4932: --l_stream_path := okl_streams_util.get_pricing_engine (p_khr_id => p_new1_contract_id);

4928: RAISE OKL_API.G_EXCEPTION_ERROR;
4929: END IF;
4930: -- We need to commit this transaction also since we have to get the
4931: -- Stream generation Kicked off
4932: --l_stream_path := okl_streams_util.get_pricing_engine (p_khr_id => p_new1_contract_id);
4933: okl_streams_util.get_pricing_engine
4934: (p_khr_id => p_new1_contract_id,
4935: x_pricing_engine => l_stream_path,
4936: x_return_status => x_return_status

Line 4933: okl_streams_util.get_pricing_engine

4929: END IF;
4930: -- We need to commit this transaction also since we have to get the
4931: -- Stream generation Kicked off
4932: --l_stream_path := okl_streams_util.get_pricing_engine (p_khr_id => p_new1_contract_id);
4933: okl_streams_util.get_pricing_engine
4934: (p_khr_id => p_new1_contract_id,
4935: x_pricing_engine => l_stream_path,
4936: x_return_status => x_return_status
4937: );

Line 5157: --l_stream_path := okl_streams_util.get_pricing_engine (p_khr_id => p_new2_contract_id);

5153: RAISE OKL_API.G_EXCEPTION_ERROR;
5154: END IF;
5155: -- We are using the below since we have commit the workflow
5156: -- Of generating the Streams
5157: --l_stream_path := okl_streams_util.get_pricing_engine (p_khr_id => p_new2_contract_id);
5158: okl_streams_util.get_pricing_engine
5159: (p_khr_id => p_new2_contract_id,
5160: x_pricing_engine => l_stream_path,
5161: x_return_status => x_return_status

Line 5158: okl_streams_util.get_pricing_engine

5154: END IF;
5155: -- We are using the below since we have commit the workflow
5156: -- Of generating the Streams
5157: --l_stream_path := okl_streams_util.get_pricing_engine (p_khr_id => p_new2_contract_id);
5158: okl_streams_util.get_pricing_engine
5159: (p_khr_id => p_new2_contract_id,
5160: x_pricing_engine => l_stream_path,
5161: x_return_status => x_return_status
5162: );