DBA Data[Home] [Help]

APPS.OKL_VP_SYNC_CR_PVT dependencies on OKL_VP_CHANGE_REQUEST_PVT

Line 366: okl_vp_change_request_pvt.update_change_request_header(p_api_version => p_api_version

362: lv_vcrv_rec.id := p_change_request_id;
363: lv_vcrv_rec.status_code := G_COMPLETED_STS_CODE;
364: -- we should also record the applied date, the date on which the sync happens on the change request
365: lv_vcrv_rec.applied_date := TRUNC(SYSDATE);
366: okl_vp_change_request_pvt.update_change_request_header(p_api_version => p_api_version
367: ,p_init_msg_list => p_init_msg_list
368: ,x_return_status => x_return_status
369: ,x_msg_count => x_msg_count
370: ,x_msg_data => x_msg_data

Line 377: 'okl_vp_change_request_pvt.update_change_request_header returned with status '||x_return_status

373: );
374: IF(l_debug_enabled='Y') THEN
375: okl_debug_pub.log_debug(FND_LOG.LEVEL_STATEMENT,
376: l_module,
377: 'okl_vp_change_request_pvt.update_change_request_header returned with status '||x_return_status
378: );
379: END IF;
380:
381: IF(x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN