DBA Data[Home] [Help]

APPS.OKL_VP_SYNC_CR_PVT dependencies on OKL_COPY_CONTRACT_PUB

Line 856: okl_copy_contract_pub.copy_party_roles(p_api_version => 1.0

852:
853: -- synchronize all the non primary parties that have been created on the change request
854: -- cannot rely on primary_yn of okc_k_party_roles_b as this value is null always
855: FOR new_parties_rec IN new_parties_csr(p_creq_chr_id, p_orig_chr_id) LOOP
856: okl_copy_contract_pub.copy_party_roles(p_api_version => 1.0
857: ,p_init_msg_list => OKL_API.G_FALSE
858: ,x_return_status => x_return_status
859: ,x_msg_count => x_msg_count
860: ,x_msg_data => x_msg_data

Line 870: 'okl_copy_contract_pub.copy_party_roles returned with status '||x_return_status

866: );
867: IF(l_debug_enabled='Y') THEN
868: okl_debug_pub.log_debug(FND_LOG.LEVEL_STATEMENT,
869: l_module,
870: 'okl_copy_contract_pub.copy_party_roles returned with status '||x_return_status
871: );
872: END IF;
873: IF(x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
874: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;