DBA Data[Home] [Help]

APPS.OKL_LA_STREAM_PVT dependencies on OKL_SECURITIZATION_PVT

Line 3984: lx_inv_agmt_chr_id_tbl okl_securitization_pvt.inv_agmt_chr_id_tbl_type;

3980: l_stmv_rec_secure Okl_Streams_pub.stmv_rec_type;
3981: l_selv_tbl_secure Okl_Streams_pub.selv_tbl_type;
3982: lx_stmv_rec_secure Okl_Streams_pub.stmv_rec_type;
3983: lx_selv_tbl_secure Okl_Streams_pub.selv_tbl_type;
3984: lx_inv_agmt_chr_id_tbl okl_securitization_pvt.inv_agmt_chr_id_tbl_type;
3985: BEGIN
3986: x_return_status := OKL_API.G_RET_STS_SUCCESS;
3987: -- Call start_activity to create savepoint, check compatibility
3988: -- and initialize message list

Line 4166: okl_securitization_pvt.check_khr_securitized(

4162: EXIT WHEN(x_return_status = OKL_API.G_RET_STS_ERROR);
4163: END IF;
4164: END IF;
4165: -- Check for Original contract is securitized
4166: okl_securitization_pvt.check_khr_securitized(
4167: p_api_version => p_api_version,
4168: p_init_msg_list => p_init_msg_list,
4169: x_return_status => x_return_status,
4170: x_msg_count => x_msg_count,

Line 4174: p_effective_date_operator => okl_securitization_pvt.G_GREATER_THAN_EQUAL_TO,

4170: x_msg_count => x_msg_count,
4171: x_msg_data => x_msg_data,
4172: p_khr_id => l_hdr_rec.orig_system_id1,
4173: p_effective_date => l_line_rec.start_date,
4174: p_effective_date_operator => okl_securitization_pvt.G_GREATER_THAN_EQUAL_TO,
4175: p_stream_type_subclass => l_styid_rec.stream_type_subclass,
4176: x_value => lv_chr_secure,
4177: x_inv_agmt_chr_id_tbl => lx_inv_agmt_chr_id_tbl);
4178: IF (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN

Line 4240: okl_securitization_pvt.check_kle_securitized(

4236: */
4237: -- Added code for user defined stream ends here
4238: -- Get the amount
4239: -- LOOP start.
4240: okl_securitization_pvt.check_kle_securitized(
4241: p_api_version => p_api_version,
4242: p_init_msg_list => p_init_msg_list,
4243: x_return_status => x_return_status,
4244: x_msg_count => x_msg_count,

Line 4248: p_effective_date_operator => okl_securitization_pvt.G_GREATER_THAN_EQUAL_TO,

4244: x_msg_count => x_msg_count,
4245: x_msg_data => x_msg_data,
4246: p_kle_id => l_line_rec.orig_system_id1,
4247: p_effective_date => l_line_rec.start_date,
4248: p_effective_date_operator => okl_securitization_pvt.G_GREATER_THAN_EQUAL_TO,
4249: p_stream_type_subclass => l_styid_rec.stream_type_subclass,
4250: x_value => lv_chr_secure,
4251: x_inv_agmt_chr_id_tbl => lx_inv_agmt_chr_id_tbl);
4252: IF (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN

Line 4581: lx_inv_agmt_chr_id_tbl okl_securitization_pvt.inv_agmt_chr_id_tbl_type;

4577: l_stmv_rec_secure Okl_Streams_pub.stmv_rec_type;
4578: l_selv_tbl_secure Okl_Streams_pub.selv_tbl_type;
4579: lx_stmv_rec_secure Okl_Streams_pub.stmv_rec_type;
4580: lx_selv_tbl_secure Okl_Streams_pub.selv_tbl_type;
4581: lx_inv_agmt_chr_id_tbl okl_securitization_pvt.inv_agmt_chr_id_tbl_type;
4582: Begin
4583: x_return_status := OKL_API.G_RET_STS_SUCCESS;
4584: -- Call start_activity to create savepoint, check compatibility
4585: -- and initialize message list

Line 4733: okl_securitization_pvt.check_khr_securitized(

4729: EXIT WHEN(x_return_status = OKL_API.G_RET_STS_ERROR);
4730: END IF;
4731: END IF;
4732: -- Check for Original contract is securitized
4733: okl_securitization_pvt.check_khr_securitized(
4734: p_api_version => p_api_version,
4735: p_init_msg_list => p_init_msg_list,
4736: x_return_status => x_return_status,
4737: x_msg_count => x_msg_count,

Line 4741: p_effective_date_operator => okl_securitization_pvt.G_GREATER_THAN_EQUAL_TO,

4737: x_msg_count => x_msg_count,
4738: x_msg_data => x_msg_data,
4739: p_khr_id => p_chr_id,
4740: p_effective_date => r_line_rec.start_date,
4741: p_effective_date_operator => okl_securitization_pvt.G_GREATER_THAN_EQUAL_TO,
4742: p_stream_type_subclass => l_styid_rec.stream_type_subclass,
4743: x_value => lv_chr_secure,
4744: x_inv_agmt_chr_id_tbl => lx_inv_agmt_chr_id_tbl);
4745: IF (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN

Line 4804: okl_securitization_pvt.check_kle_securitized(

4800: END IF;
4801: */
4802: -- Get the amount
4803: -- LOOP start.
4804: okl_securitization_pvt.check_kle_securitized(
4805: p_api_version => p_api_version,
4806: p_init_msg_list => p_init_msg_list,
4807: x_return_status => x_return_status,
4808: x_msg_count => x_msg_count,

Line 4812: p_effective_date_operator => okl_securitization_pvt.G_GREATER_THAN_EQUAL_TO,

4808: x_msg_count => x_msg_count,
4809: x_msg_data => x_msg_data,
4810: p_kle_id => r_line_rec.kle_id,
4811: p_effective_date => r_line_rec.start_date,
4812: p_effective_date_operator => okl_securitization_pvt.G_GREATER_THAN_EQUAL_TO,
4813: p_stream_type_subclass => l_styid_rec.stream_type_subclass,
4814: x_value => lv_chr_secure,
4815: x_inv_agmt_chr_id_tbl => lx_inv_agmt_chr_id_tbl);
4816: IF (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN