DBA Data[Home] [Help]

APPS.OKL_VP_CHANGE_REQUEST_PVT dependencies on OKL_KHR_PVT

Line 61: lv_khrv_rec okl_khr_pvt.khrv_rec_type;

57: lv_vcrv_rec vcrv_rec_type;
58: lv_calc_agr_number VARCHAR2(100);
59: lv_vagr_hdr_rec okl_vp_copy_contract_pvt.copy_header_rec_type;
60: lx_new_agr_id okc_k_headers_b.id%TYPE;
61: lv_khrv_rec okl_khr_pvt.khrv_rec_type;
62: x_khrv_rec okl_khr_pvt.khrv_rec_type;
63: lv_vrrv_rec okl_vrr_pvt.vrrv_rec_type;
64: x_vrrv_rec okl_vrr_pvt.vrrv_rec_type;
65:

Line 62: x_khrv_rec okl_khr_pvt.khrv_rec_type;

58: lv_calc_agr_number VARCHAR2(100);
59: lv_vagr_hdr_rec okl_vp_copy_contract_pvt.copy_header_rec_type;
60: lx_new_agr_id okc_k_headers_b.id%TYPE;
61: lv_khrv_rec okl_khr_pvt.khrv_rec_type;
62: x_khrv_rec okl_khr_pvt.khrv_rec_type;
63: lv_vrrv_rec okl_vrr_pvt.vrrv_rec_type;
64: x_vrrv_rec okl_vrr_pvt.vrrv_rec_type;
65:
66: BEGIN

Line 154: okl_khr_pvt.update_row(p_api_version => p_api_version

150:
151: -- now that the agreement copy is created, set the change request id in the okl_k_headers to the created change request
152: lv_khrv_rec.id := lx_new_agr_id;
153: lv_khrv_rec.crs_id := x_vcrv_rec.id;
154: okl_khr_pvt.update_row(p_api_version => p_api_version
155: ,p_init_msg_list => p_init_msg_list
156: ,x_return_status => x_return_status
157: ,x_msg_count => x_msg_count
158: ,x_msg_data => x_msg_data

Line 789: lv_khrv_rec okl_khr_pvt.khrv_rec_type;

785: lv_calc_agr_number VARCHAR2(100);
786: lv_vagr_hdr_rec okl_vp_copy_contract_pvt.copy_header_rec_type;
787: lx_new_agr_id okc_k_headers_b.id%TYPE;
788: lv_is_first_cr VARCHAR2(1);
789: lv_khrv_rec okl_khr_pvt.khrv_rec_type;
790: x_khrv_rec okl_khr_pvt.khrv_rec_type;
791: x_request_status okl_vp_change_requests.status_code%TYPE;
792: lv_vrrv_tbl vrrv_tbl_type;
793:

Line 790: x_khrv_rec okl_khr_pvt.khrv_rec_type;

786: lv_vagr_hdr_rec okl_vp_copy_contract_pvt.copy_header_rec_type;
787: lx_new_agr_id okc_k_headers_b.id%TYPE;
788: lv_is_first_cr VARCHAR2(1);
789: lv_khrv_rec okl_khr_pvt.khrv_rec_type;
790: x_khrv_rec okl_khr_pvt.khrv_rec_type;
791: x_request_status okl_vp_change_requests.status_code%TYPE;
792: lv_vrrv_tbl vrrv_tbl_type;
793:
794: l_api_version CONSTANT NUMBER DEFAULT 1.0;

Line 956: -- commenting this call because okl_khr_pvt has not been modified to incl crs_id, template_type_code yet

952: END IF;
953: END IF; -- end of p_vrrv_tbl.COUNT > 0
954:
955: -- now that the agreement copy is created, set the change request id in the okl_k_headers to the created change request
956: -- commenting this call because okl_khr_pvt has not been modified to incl crs_id, template_type_code yet
957: lv_khrv_rec.id := lx_new_agr_id;
958: lv_khrv_rec.crs_id := x_vcrv_rec.id;
959: okl_khr_pvt.update_row(p_api_version => p_api_version
960: ,p_init_msg_list => p_init_msg_list

Line 959: okl_khr_pvt.update_row(p_api_version => p_api_version

955: -- now that the agreement copy is created, set the change request id in the okl_k_headers to the created change request
956: -- commenting this call because okl_khr_pvt has not been modified to incl crs_id, template_type_code yet
957: lv_khrv_rec.id := lx_new_agr_id;
958: lv_khrv_rec.crs_id := x_vcrv_rec.id;
959: okl_khr_pvt.update_row(p_api_version => p_api_version
960: ,p_init_msg_list => p_init_msg_list
961: ,x_return_status => x_return_status
962: ,x_msg_count => x_msg_count
963: ,x_msg_data => x_msg_data