DBA Data[Home] [Help]

APPS.OKL_LA_STREAM_PVT dependencies on OKL_CONTRACT_REBOOK_PVT

Line 7408: write_to_log('Prior to the call to OKL_CONTRACT_REBOOK_PVT.link_streams');

7404: RAISE OKL_API.G_EXCEPTION_ERROR;
7405: END IF;
7406:
7407: --Added by kthiruva for Debugging
7408: write_to_log('Prior to the call to OKL_CONTRACT_REBOOK_PVT.link_streams');
7409: OKL_CONTRACT_REBOOK_PVT.link_streams(
7410: p_api_version => p_api_version,
7411: p_init_msg_list => p_init_msg_list,
7412: x_return_status => x_return_status,

Line 7409: OKL_CONTRACT_REBOOK_PVT.link_streams(

7405: END IF;
7406:
7407: --Added by kthiruva for Debugging
7408: write_to_log('Prior to the call to OKL_CONTRACT_REBOOK_PVT.link_streams');
7409: OKL_CONTRACT_REBOOK_PVT.link_streams(
7410: p_api_version => p_api_version,
7411: p_init_msg_list => p_init_msg_list,
7412: x_return_status => x_return_status,
7413: x_msg_count => x_msg_count,

Line 7418: write_to_log('After the call to OKL_CONTRACT_REBOOK_PVT.link_streams, return status is :'||x_return_status);

7414: x_msg_data => x_msg_data,
7415: p_khr_id => p_chr_id);
7416:
7417: --Added by kthiruva for Debugging
7418: write_to_log('After the call to OKL_CONTRACT_REBOOK_PVT.link_streams, return status is :'||x_return_status);
7419:
7420: IF (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
7421: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
7422: ELSIF (x_return_status = OKL_API.G_RET_STS_ERROR) THEN