DBA Data[Home] [Help]

APPS.OKL_VP_CHANGE_REQUEST_PVT dependencies on OKL_VP_COPY_CONTRACT_PUB

Line 79: okl_vp_copy_contract_pub.copy_contract(p_api_version => p_api_version

75: lv_vagr_hdr_rec.p_id := p_vcrv_rec.chr_id; -- this is the original agreement id whose change request has been requested
76: lv_vagr_hdr_rec.p_to_agreement_number := lv_calc_agr_number;
77: lv_vagr_hdr_rec.p_template_yn := 'N';
78: -- create a new agreement from the existing agreement, this new agreement is created for the first time for tracking history
79: okl_vp_copy_contract_pub.copy_contract(p_api_version => p_api_version
80: ,p_init_msg_list => p_init_msg_list
81: ,x_return_status => x_return_status
82: ,x_msg_count => x_msg_count
83: ,x_msg_data => x_msg_data

Line 897: okl_vp_copy_contract_pub.copy_contract(p_api_version => p_api_version

893: lv_vagr_hdr_rec := NULL;
894: lv_vagr_hdr_rec.p_id := lv_vcrv_rec.chr_id;
895: lv_vagr_hdr_rec.p_to_agreement_number := lv_calc_agr_number;
896: lv_vagr_hdr_rec.p_template_yn := 'N';
897: okl_vp_copy_contract_pub.copy_contract(p_api_version => p_api_version
898: ,p_init_msg_list => p_init_msg_list
899: ,x_return_status => x_return_status
900: ,x_msg_count => x_msg_count
901: ,x_msg_data => x_msg_data