DBA Data[Home] [Help]

APPS.OKL_VP_SYNC_CR_PVT dependencies on OKL_CONTRACT_STATUS_PUB

Line 318: okl_contract_status_pub.update_contract_status(p_api_version => p_api_version

314: END IF;
315:
316: END IF; -- end of G_PROGRAM_SCS_CODE = cv_get_cr_details_csr.agreement_category
317: -- now that synchronization has happened, the agreement status has to be updated to ABANDONED
318: okl_contract_status_pub.update_contract_status(p_api_version => p_api_version
319: ,p_init_msg_list => p_init_msg_list
320: ,x_return_status => x_return_status
321: ,x_msg_count => x_msg_count
322: ,x_msg_data => x_msg_data

Line 329: 'okl_contract_status_pub.update_contract_status G_ABANDONED_STS_CODE returned with status '||x_return_status

325: );
326: IF(l_debug_enabled='Y') THEN
327: okl_debug_pub.log_debug(FND_LOG.LEVEL_STATEMENT,
328: l_module,
329: 'okl_contract_status_pub.update_contract_status G_ABANDONED_STS_CODE returned with status '||x_return_status
330: );
331: END IF;
332: IF(x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
333: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;