DBA Data[Home] [Help]

APPS.OKL_LA_STREAM_PVT dependencies on OKL_CONTRACT_REBOOK_PVT

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

5988: RAISE OKL_API.G_EXCEPTION_ERROR;
5989: END IF;
5990:
5991: --Added by kthiruva for Debugging
5992: write_to_log('Prior to the call to OKL_CONTRACT_REBOOK_PVT.link_streams');
5993: OKL_CONTRACT_REBOOK_PVT.link_streams(
5994: p_api_version => p_api_version,
5995: p_init_msg_list => p_init_msg_list,
5996: x_return_status => x_return_status,

Line 5993: OKL_CONTRACT_REBOOK_PVT.link_streams(

5989: END IF;
5990:
5991: --Added by kthiruva for Debugging
5992: write_to_log('Prior to the call to OKL_CONTRACT_REBOOK_PVT.link_streams');
5993: OKL_CONTRACT_REBOOK_PVT.link_streams(
5994: p_api_version => p_api_version,
5995: p_init_msg_list => p_init_msg_list,
5996: x_return_status => x_return_status,
5997: x_msg_count => x_msg_count,

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

5998: x_msg_data => x_msg_data,
5999: p_khr_id => p_chr_id);
6000:
6001: --Added by kthiruva for Debugging
6002: write_to_log('After the call to OKL_CONTRACT_REBOOK_PVT.link_streams, return status is :'||x_return_status);
6003:
6004: IF (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
6005: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
6006: ELSIF (x_return_status = OKL_API.G_RET_STS_ERROR) THEN