DBA Data[Home] [Help]

APPS.OKL_VP_PA_WF dependencies on OKL_CONTRACT_STATUS_PUB

Line 534: okl_contract_status_pub.update_contract_status(p_api_version => '1.0'

530: itemkey => itemkey,
531: aname => G_WF_ITM_AGREEMENT_ID);
532:
533: IF(G_WF_ITM_APPROVED_YN_YES = lv_approval_status OR lv_approval_status_ame = 'Y')THEN
534: okl_contract_status_pub.update_contract_status(p_api_version => '1.0'
535: ,p_init_msg_list => OKL_API.G_TRUE
536: ,x_return_status => x_return_status
537: ,x_msg_count => x_msg_count
538: ,x_msg_data => x_msg_data

Line 546: 'okl_contract_status_pub.update_contract_status G_ACTIVE_STS_CODE returned with status '||x_return_status||' x_msg_data '||x_msg_data

542: -- write to log
543: IF(NVL(l_debug_enabled,'N')='Y') THEN
544: okl_debug_pub.log_debug(FND_LOG.LEVEL_STATEMENT,
545: l_module,
546: 'okl_contract_status_pub.update_contract_status G_ACTIVE_STS_CODE returned with status '||x_return_status||' x_msg_data '||x_msg_data
547: );
548: END IF; -- end of NVL(l_debug_enabled,'N')='Y'
549: IF(x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
550: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 555: okl_contract_status_pub.update_contract_status(p_api_version => '1.0'

551: ELSIF (x_return_status = OKL_API.G_RET_STS_ERROR) THEN
552: RAISE OKL_API.G_EXCEPTION_ERROR;
553: END IF;
554: ELSIF(G_WF_ITM_APPROVED_YN_NO = lv_approval_status OR lv_approval_status_ame = 'N')THEN
555: okl_contract_status_pub.update_contract_status(p_api_version => '1.0'
556: ,p_init_msg_list => OKL_API.G_TRUE
557: ,x_return_status => x_return_status
558: ,x_msg_count => x_msg_count
559: ,x_msg_data => x_msg_data

Line 567: 'okl_contract_status_pub.update_contract_status G_DECLINED_STS_CODE returned with status '||x_return_status||' x_msg_data '||x_msg_data

563: -- write to log
564: IF(NVL(l_debug_enabled,'N')='Y') THEN
565: okl_debug_pub.log_debug(FND_LOG.LEVEL_STATEMENT,
566: l_module,
567: 'okl_contract_status_pub.update_contract_status G_DECLINED_STS_CODE returned with status '||x_return_status||' x_msg_data '||x_msg_data
568: );
569: END IF; -- end of NVL(l_debug_enabled,'N')='Y'
570: IF(x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
571: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;