DBA Data[Home] [Help]

APPS.OKS_SETUP_UTIL_PUB dependencies on OKC_CONTRACT_PVT

Line 4622: OKC_CONTRACT_PVT.delete_contract_line(

4618: RAISE G_EXCEPTION_HALT_VALIDATION;
4619: End if;
4620:
4621: --l_clev_rec.id := p_line_id;
4622: OKC_CONTRACT_PVT.delete_contract_line(
4623: p_api_version => l_api_version,
4624: p_init_msg_list => l_init_msg_list,
4625: x_return_status => l_return_status,
4626: x_msg_count => l_msg_count,

Line 5270: 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);

5266:
5267: --call OKC API to delete all OKC lines and entities. This deletes all OKC entities and
5268: --the OKC sublines
5269: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
5270: 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);
5271: END IF;
5272: OKC_CONTRACT_PVT.delete_contract_line(
5273: p_api_version => 1.0,
5274: p_init_msg_list => FND_API.G_FALSE,

Line 5272: OKC_CONTRACT_PVT.delete_contract_line(

5268: --the OKC sublines
5269: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
5270: 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);
5271: END IF;
5272: OKC_CONTRACT_PVT.delete_contract_line(
5273: p_api_version => 1.0,
5274: p_init_msg_list => FND_API.G_FALSE,
5275: x_return_status => x_return_status,
5276: x_msg_count => x_msg_count,

Line 5281: 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);

5277: x_msg_data => x_msg_data,
5278: p_line_id => p_line_id);
5279:
5280: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
5281: 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);
5282: END IF;
5283:
5284: IF x_return_status = FND_API.g_ret_sts_unexp_error THEN
5285: RAISE FND_API.g_exc_unexpected_error;