DBA Data[Home] [Help]

APPS.OKS_SETUP_UTIL_PUB dependencies on OKC_CONTRACT_PVT

Line 4613: OKC_CONTRACT_PVT.delete_contract_line(

4609: RAISE G_EXCEPTION_HALT_VALIDATION;
4610: End if;
4611:
4612: --l_clev_rec.id := p_line_id;
4613: OKC_CONTRACT_PVT.delete_contract_line(
4614: p_api_version => l_api_version,
4615: p_init_msg_list => l_init_msg_list,
4616: x_return_status => l_return_status,
4617: x_msg_count => l_msg_count,

Line 5261: FND_LOG.string(FND_LOG.level_statement, l_mod_name || '.delete_okc_entities', 'calling OKC_CONTRACT_PVT.delete_contract_line, p_line_id='||p_line_id);

5257:
5258: --call OKC API to delete all OKC lines and entities. This deletes all OKC entities and
5259: --the OKC sublines
5260: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
5261: FND_LOG.string(FND_LOG.level_statement, l_mod_name || '.delete_okc_entities', 'calling OKC_CONTRACT_PVT.delete_contract_line, p_line_id='||p_line_id);
5262: END IF;
5263: OKC_CONTRACT_PVT.delete_contract_line(
5264: p_api_version => 1.0,
5265: p_init_msg_list => FND_API.G_FALSE,

Line 5263: OKC_CONTRACT_PVT.delete_contract_line(

5259: --the OKC sublines
5260: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
5261: FND_LOG.string(FND_LOG.level_statement, l_mod_name || '.delete_okc_entities', 'calling OKC_CONTRACT_PVT.delete_contract_line, p_line_id='||p_line_id);
5262: END IF;
5263: OKC_CONTRACT_PVT.delete_contract_line(
5264: p_api_version => 1.0,
5265: p_init_msg_list => FND_API.G_FALSE,
5266: x_return_status => x_return_status,
5267: x_msg_count => x_msg_count,

Line 5272: FND_LOG.string(FND_LOG.level_statement, l_mod_name || '.delete_okc_entities', 'after call to OKC_CONTRACT_PVT.delete_contract_line, x_return_status='||x_return_status);

5268: x_msg_data => x_msg_data,
5269: p_line_id => p_line_id);
5270:
5271: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
5272: FND_LOG.string(FND_LOG.level_statement, l_mod_name || '.delete_okc_entities', 'after call to OKC_CONTRACT_PVT.delete_contract_line, x_return_status='||x_return_status);
5273: END IF;
5274:
5275: IF x_return_status = FND_API.g_ret_sts_unexp_error THEN
5276: RAISE FND_API.g_exc_unexpected_error;