DBA Data[Home] [Help]

APPS.OKL_VP_CHANGE_REQUEST_PVT dependencies on OKL_VP_SYNC_CR_PVT

Line 1590: okl_vp_sync_cr_pvt.sync_change_request(p_api_version => p_api_version

1586: -- before approving the change request, we need to sync up the change request
1587: -- agreement and the original agreement. the details and combinations are handled in the API
1588: -- please note that the sync API is also responsible for updating the change request to COMPLETED
1589: -- and the associated agreement (only for AGREEMENT type of change request) to ABANDONED
1590: okl_vp_sync_cr_pvt.sync_change_request(p_api_version => p_api_version
1591: ,p_init_msg_list => p_init_msg_list
1592: ,x_return_status => x_return_status
1593: ,x_msg_count => x_msg_count
1594: ,x_msg_data => x_msg_data

Line 1601: 'okl_vp_sync_cr_pvt.sync_change_request on change request id '||lv_change_request_id||' returned with status '||x_return_status

1597: -- write to log
1598: IF(NVL(l_debug_enabled,'N')='Y') THEN
1599: okl_debug_pub.log_debug(FND_LOG.LEVEL_STATEMENT,
1600: l_module,
1601: 'okl_vp_sync_cr_pvt.sync_change_request on change request id '||lv_change_request_id||' returned with status '||x_return_status
1602: );
1603: END IF; -- end of NVL(l_debug_enabled,'N')='Y'
1604:
1605: IF(x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN