DBA Data[Home] [Help]

APPS.OKL_MASS_REBOOK_PVT dependencies on OKL_KHR_PVT

Line 4710: lp_khrv_rec OKL_KHR_PVT.khrv_rec_type;

4706: -- Bug#4542290 - smadhava - 26-AUG-2005 - Modified - End
4707:
4708: -- Bug#4542290 - smadhava - 26-AUG-2005 - Added - Start
4709: l_pdt_params_rec OKL_SETUPPRODUCTS_PUB.pdt_parameters_rec_type;
4710: lp_khrv_rec OKL_KHR_PVT.khrv_rec_type;
4711: lx_khrv_rec OKL_KHR_PVT.khrv_rec_type;
4712:
4713: -- Bug#4542290 - smadhava - 26-AUG-2005 - Added - End
4714: BEGIN

Line 4711: lx_khrv_rec OKL_KHR_PVT.khrv_rec_type;

4707:
4708: -- Bug#4542290 - smadhava - 26-AUG-2005 - Added - Start
4709: l_pdt_params_rec OKL_SETUPPRODUCTS_PUB.pdt_parameters_rec_type;
4710: lp_khrv_rec OKL_KHR_PVT.khrv_rec_type;
4711: lx_khrv_rec OKL_KHR_PVT.khrv_rec_type;
4712:
4713: -- Bug#4542290 - smadhava - 26-AUG-2005 - Added - End
4714: BEGIN
4715: IF (G_DEBUG_ENABLED = 'Y') THEN

Line 4866: OKL_KHR_PVT.update_row(

4862: lp_khrv_rec.object_version_number := rbk_rec.object_version_number;
4863:
4864: -- Update the last interest calc date field
4865: lp_khrv_rec.date_last_interim_interest_cal := l_transaction_date;
4866: OKL_KHR_PVT.update_row(
4867: p_api_version => p_api_version
4868: , p_init_msg_list => p_init_msg_list
4869: , x_return_status => x_return_status
4870: , x_msg_count => x_msg_count

Line 4937: OKL_KHR_PVT.update_row(

4933: lp_khrv_rec.object_version_number := l_object_version_no;
4934:
4935: -- Update the last interest calc date field
4936: lp_khrv_rec.date_last_interim_interest_cal := l_transaction_date;
4937: OKL_KHR_PVT.update_row(
4938: p_api_version => p_api_version
4939: , p_init_msg_list => p_init_msg_list
4940: , x_return_status => x_return_status
4941: , x_msg_count => x_msg_count