DBA Data[Home] [Help]

APPS.OKL_VP_CR_WF dependencies on OKL_VP_CHANGE_REQUEST_PVT

Line 605: okl_vp_change_request_pvt.set_change_request_status(p_api_version => 1.0

601: IF(G_WF_ITM_APPROVED_YN_YES = lv_approval_status OR lv_approval_status_ame = 'Y')THEN
602: -- first set the change request and its associated agreement to status APPROVED.
603: -- though the life of the records in this status is only ephemeral, this status is still requried
604: -- for future use. refer to #71 on the vendor programs discussion log
605: okl_vp_change_request_pvt.set_change_request_status(p_api_version => 1.0
606: ,p_init_msg_list => OKL_API.G_TRUE
607: ,x_return_status => x_return_status
608: ,x_msg_count => x_msg_count
609: ,x_msg_data => x_msg_data

Line 651: okl_vp_change_request_pvt.update_change_request_header(p_api_version => 1.0

647: lv_vcrv_rec.id := lv_change_req_id;
648: lv_vcrv_rec.chr_id := cv_get_creq_chr.creq_chr_id;
649: lv_vcrv_rec.status_code := G_REJECTED_STS_CODE;
650: lv_vcrv_rec.rejected_date := TRUNC(SYSDATE);
651: okl_vp_change_request_pvt.update_change_request_header(p_api_version => 1.0
652: ,p_init_msg_list => OKL_API.G_TRUE
653: ,x_return_status => x_return_status
654: ,x_msg_count => x_msg_count
655: ,x_msg_data => x_msg_data