DBA Data[Home] [Help]

APPS.OKL_QUOTE_TO_CONTRACT_PVT dependencies on OKL_COPY_CONTRACT_PUB

Line 4195: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_COPY_CONTRACT_PUB.copy_rules'

4191: END IF;
4192: IF l_contract_temp_id IS NOT NULL THEN
4193: FOR l_c_rgpv IN c_rgpv(l_contract_temp_id) LOOP
4194: IF(l_debug_enabled='Y') THEN
4195: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_COPY_CONTRACT_PUB.copy_rules'
4196: ,'begin debug call copy_rules');
4197: END IF;
4198: OKL_COPY_CONTRACT_PUB.copy_rules (p_api_version => p_api_version,
4199: p_init_msg_list => p_init_msg_list,

Line 4198: OKL_COPY_CONTRACT_PUB.copy_rules (p_api_version => p_api_version,

4194: IF(l_debug_enabled='Y') THEN
4195: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_COPY_CONTRACT_PUB.copy_rules'
4196: ,'begin debug call copy_rules');
4197: END IF;
4198: OKL_COPY_CONTRACT_PUB.copy_rules (p_api_version => p_api_version,
4199: p_init_msg_list => p_init_msg_list,
4200: x_return_status => x_return_status,
4201: x_msg_count => x_msg_count,
4202: x_msg_data => x_msg_data,

Line 4209: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_COPY_CONTRACT_PUB.copy_rules'

4205: p_chr_id => l_chr_id, -- the new generated contract header id
4206: p_to_template_yn => 'N',
4207: x_rgp_id => lx_rgp_id);
4208: IF(l_debug_enabled='Y') THEN
4209: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_COPY_CONTRACT_PUB.copy_rules'
4210: ,'end debug call copy_rules');
4211: END IF;
4212: IF (x_return_status = OKC_API.G_RET_STS_UNEXP_ERROR) THEN
4213: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;