DBA Data[Home] [Help]

APPS.OKL_VP_CHANGE_REQUEST_PVT dependencies on OKL_CONTRACT_STATUS_PUB

Line 92: okl_contract_status_pub.update_contract_status(p_api_version => p_api_version

88: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
89: ELSIF (x_return_status = OKL_API.G_RET_STS_ERROR) THEN
90: RAISE OKL_API.G_EXCEPTION_ERROR;
91: END IF;
92: okl_contract_status_pub.update_contract_status(p_api_version => p_api_version
93: ,p_init_msg_list => p_init_msg_list
94: ,x_return_status => x_return_status
95: ,x_msg_count => x_msg_count
96: ,x_msg_data => x_msg_data

Line 1279: okl_contract_status_pub.update_contract_status(p_api_version => p_api_version

1275: -- now get the copied agreement from okl_k_headers using the change request id
1276: lv_creq_chr_id := NULL;
1277: OPEN c_get_creq_chr_id_csr (p_vp_crq_id);
1278: FETCH c_get_creq_chr_id_csr INTO lv_creq_chr_id; CLOSE c_get_creq_chr_id_csr;
1279: okl_contract_status_pub.update_contract_status(p_api_version => p_api_version
1280: ,p_init_msg_list => p_init_msg_list
1281: ,x_return_status => x_return_status
1282: ,x_msg_count => x_msg_count
1283: ,x_msg_data => x_msg_data

Line 1291: 'okl_contract_status_pub.update_contract_status returned with status '||x_return_status||' x_msg_data '||x_msg_data||' id '||x_vcrv_rec.id

1287: -- write to log
1288: IF(NVL(l_debug_enabled,'N')='Y') THEN
1289: okl_debug_pub.log_debug(FND_LOG.LEVEL_STATEMENT,
1290: l_module,
1291: 'okl_contract_status_pub.update_contract_status returned with status '||x_return_status||' x_msg_data '||x_msg_data||' id '||x_vcrv_rec.id
1292: );
1293: END IF; -- end of NVL(l_debug_enabled,'N')='Y'
1294: IF(x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
1295: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;