DBA Data[Home] [Help]

APPS.OKL_LA_STREAM_PVT dependencies on OKL_SECURITIZATION_PVT

Line 5083: lx_inv_agmt_chr_id_tbl okl_securitization_pvt.inv_agmt_chr_id_tbl_type;

5079: l_stmv_rec_secure Okl_Streams_pub.stmv_rec_type;
5080: l_selv_tbl_secure Okl_Streams_pub.selv_tbl_type;
5081: lx_stmv_rec_secure Okl_Streams_pub.stmv_rec_type;
5082: lx_selv_tbl_secure Okl_Streams_pub.selv_tbl_type;
5083: lx_inv_agmt_chr_id_tbl okl_securitization_pvt.inv_agmt_chr_id_tbl_type;
5084: BEGIN
5085: x_return_status := OKL_API.G_RET_STS_SUCCESS;
5086: -- Call start_activity to create savepoint, check compatibility
5087: -- and initialize message list

Line 5265: okl_securitization_pvt.check_khr_securitized(

5261: EXIT WHEN(x_return_status = OKL_API.G_RET_STS_ERROR);
5262: END IF;
5263: END IF;
5264: -- Check for Original contract is securitized
5265: okl_securitization_pvt.check_khr_securitized(
5266: p_api_version => p_api_version,
5267: p_init_msg_list => p_init_msg_list,
5268: x_return_status => x_return_status,
5269: x_msg_count => x_msg_count,

Line 5273: p_effective_date_operator => okl_securitization_pvt.G_GREATER_THAN_EQUAL_TO,

5269: x_msg_count => x_msg_count,
5270: x_msg_data => x_msg_data,
5271: p_khr_id => l_hdr_rec.orig_system_id1,
5272: p_effective_date => l_line_rec.start_date,
5273: p_effective_date_operator => okl_securitization_pvt.G_GREATER_THAN_EQUAL_TO,
5274: p_stream_type_subclass => l_styid_rec.stream_type_subclass,
5275: x_value => lv_chr_secure,
5276: x_inv_agmt_chr_id_tbl => lx_inv_agmt_chr_id_tbl);
5277: IF (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN

Line 5339: okl_securitization_pvt.check_kle_securitized(

5335: */
5336: -- Added code for user defined stream ends here
5337: -- Get the amount
5338: -- LOOP start.
5339: okl_securitization_pvt.check_kle_securitized(
5340: p_api_version => p_api_version,
5341: p_init_msg_list => p_init_msg_list,
5342: x_return_status => x_return_status,
5343: x_msg_count => x_msg_count,

Line 5347: p_effective_date_operator => okl_securitization_pvt.G_GREATER_THAN_EQUAL_TO,

5343: x_msg_count => x_msg_count,
5344: x_msg_data => x_msg_data,
5345: p_kle_id => l_line_rec.orig_system_id1,
5346: p_effective_date => l_line_rec.start_date,
5347: p_effective_date_operator => okl_securitization_pvt.G_GREATER_THAN_EQUAL_TO,
5348: p_stream_type_subclass => l_styid_rec.stream_type_subclass,
5349: x_value => lv_chr_secure,
5350: x_inv_agmt_chr_id_tbl => lx_inv_agmt_chr_id_tbl);
5351: IF (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN

Line 5680: lx_inv_agmt_chr_id_tbl okl_securitization_pvt.inv_agmt_chr_id_tbl_type;

5676: l_stmv_rec_secure Okl_Streams_pub.stmv_rec_type;
5677: l_selv_tbl_secure Okl_Streams_pub.selv_tbl_type;
5678: lx_stmv_rec_secure Okl_Streams_pub.stmv_rec_type;
5679: lx_selv_tbl_secure Okl_Streams_pub.selv_tbl_type;
5680: lx_inv_agmt_chr_id_tbl okl_securitization_pvt.inv_agmt_chr_id_tbl_type;
5681: Begin
5682: x_return_status := OKL_API.G_RET_STS_SUCCESS;
5683: -- Call start_activity to create savepoint, check compatibility
5684: -- and initialize message list

Line 5832: okl_securitization_pvt.check_khr_securitized(

5828: EXIT WHEN(x_return_status = OKL_API.G_RET_STS_ERROR);
5829: END IF;
5830: END IF;
5831: -- Check for Original contract is securitized
5832: okl_securitization_pvt.check_khr_securitized(
5833: p_api_version => p_api_version,
5834: p_init_msg_list => p_init_msg_list,
5835: x_return_status => x_return_status,
5836: x_msg_count => x_msg_count,

Line 5840: p_effective_date_operator => okl_securitization_pvt.G_GREATER_THAN_EQUAL_TO,

5836: x_msg_count => x_msg_count,
5837: x_msg_data => x_msg_data,
5838: p_khr_id => p_chr_id,
5839: p_effective_date => r_line_rec.start_date,
5840: p_effective_date_operator => okl_securitization_pvt.G_GREATER_THAN_EQUAL_TO,
5841: p_stream_type_subclass => l_styid_rec.stream_type_subclass,
5842: x_value => lv_chr_secure,
5843: x_inv_agmt_chr_id_tbl => lx_inv_agmt_chr_id_tbl);
5844: IF (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN

Line 5903: okl_securitization_pvt.check_kle_securitized(

5899: END IF;
5900: */
5901: -- Get the amount
5902: -- LOOP start.
5903: okl_securitization_pvt.check_kle_securitized(
5904: p_api_version => p_api_version,
5905: p_init_msg_list => p_init_msg_list,
5906: x_return_status => x_return_status,
5907: x_msg_count => x_msg_count,

Line 5911: p_effective_date_operator => okl_securitization_pvt.G_GREATER_THAN_EQUAL_TO,

5907: x_msg_count => x_msg_count,
5908: x_msg_data => x_msg_data,
5909: p_kle_id => r_line_rec.kle_id,
5910: p_effective_date => r_line_rec.start_date,
5911: p_effective_date_operator => okl_securitization_pvt.G_GREATER_THAN_EQUAL_TO,
5912: p_stream_type_subclass => l_styid_rec.stream_type_subclass,
5913: x_value => lv_chr_secure,
5914: x_inv_agmt_chr_id_tbl => lx_inv_agmt_chr_id_tbl);
5915: IF (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN