DBA Data[Home] [Help]

APPS.OKL_VP_COPY_CONTRACT_PVT dependencies on OKC_API

Line 356: p_init_msg_list => OKC_API.G_TRUE,

352:
353: if(l_copy_allowed='Y')then
354: okl_copy_contract_pub.copy_contract(
355: p_api_version => l_api_version,
356: p_init_msg_list => OKC_API.G_TRUE,
357: x_return_status => x_return_status,
358: x_msg_count => x_msg_count,
359: x_msg_data => x_msg_data,
360: p_commit =>okc_api.g_false,

Line 360: p_commit =>okc_api.g_false,

356: p_init_msg_list => OKC_API.G_TRUE,
357: x_return_status => x_return_status,
358: x_msg_count => x_msg_count,
359: x_msg_data => x_msg_data,
360: p_commit =>okc_api.g_false,
361: p_chr_id =>l_contract_id,
362: p_contract_number =>l_to_agreement_number,
363: p_contract_number_modifier => '1.0',
364: p_to_template_yn => l_template_yn,

Line 612: OKC_API.SET_MESSAGE('OKL','OKL_INVALID_TEMPLATE');

608: END IF;
609: ELSE
610: -- copy is not allowed as it is a template
611: x_return_status :=OKL_API.G_RET_STS_ERROR;
612: OKC_API.SET_MESSAGE('OKL','OKL_INVALID_TEMPLATE');
613: RAISE OKL_API.G_EXCEPTION_ERROR;
614: END IF;
615: CLOSE cur_k_header;
616: ELSE