DBA Data[Home] [Help]

APPS.OKL_VP_CR_WF dependencies on OKL_CONTRACT_STATUS_PUB

Line 666: okl_contract_status_pub.update_contract_status(p_api_version => 1.0

662: RAISE OKL_API.G_EXCEPTION_ERROR;
663: END IF;
664: -- update the agreement to APPROVAL_REJECTED only in case of AGREEMENT type of change request
665: IF(cv_get_creq_chr.change_type_code = G_ARGREEMENT_TYPE_CODE)THEN
666: okl_contract_status_pub.update_contract_status(p_api_version => 1.0
667: ,p_init_msg_list => OKL_API.G_TRUE
668: ,x_return_status => x_return_status
669: ,x_msg_count => x_msg_count
670: ,x_msg_data => x_msg_data