DBA Data[Home] [Help]

APPS.OKL_QUOTE_TO_CONTRACT_PVT dependencies on OKL_COPY_CONTRACT_PUB

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

4298: END IF;
4299: IF l_contract_temp_id IS NOT NULL THEN
4300: FOR l_c_rgpv IN c_rgpv(l_contract_temp_id) LOOP
4301: IF(l_debug_enabled='Y') THEN
4302: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_COPY_CONTRACT_PUB.copy_rules'
4303: ,'begin debug call copy_rules');
4304: END IF;
4305: OKL_COPY_CONTRACT_PUB.copy_rules (p_api_version => p_api_version,
4306: p_init_msg_list => p_init_msg_list,

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

4301: IF(l_debug_enabled='Y') THEN
4302: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_COPY_CONTRACT_PUB.copy_rules'
4303: ,'begin debug call copy_rules');
4304: END IF;
4305: OKL_COPY_CONTRACT_PUB.copy_rules (p_api_version => p_api_version,
4306: p_init_msg_list => p_init_msg_list,
4307: x_return_status => x_return_status,
4308: x_msg_count => x_msg_count,
4309: x_msg_data => x_msg_data,

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

4312: p_chr_id => l_chr_id, -- the new generated contract header id
4313: p_to_template_yn => 'N',
4314: x_rgp_id => lx_rgp_id);
4315: IF(l_debug_enabled='Y') THEN
4316: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_COPY_CONTRACT_PUB.copy_rules'
4317: ,'end debug call copy_rules');
4318: END IF;
4319: IF (x_return_status = OKC_API.G_RET_STS_UNEXP_ERROR) THEN
4320: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 4689: okl_copy_contract_pub.copy_party_roles(

4685:
4686: IF (c_get_party_rec.object1_id1 = l_lapv_rec.PROSPECT_ID) THEN
4687:
4688: -- Copy the lessee from the contract template - copies DFF as well
4689: okl_copy_contract_pub.copy_party_roles(
4690: p_api_version => p_api_version,
4691: p_init_msg_list => p_init_msg_list,
4692: x_return_status => x_return_status,
4693: x_msg_count => x_msg_count,

Line 4806: okl_copy_contract_pub.copy_party_roles(

4802:
4803: IF (c_get_party_rec.object1_id1 = l_lapv_rec.ORG_ID) THEN
4804:
4805: -- Copy the lessee from the contract template - copies DFF as well
4806: okl_copy_contract_pub.copy_party_roles(
4807: p_api_version => p_api_version,
4808: p_init_msg_list => p_init_msg_list,
4809: x_return_status => x_return_status,
4810: x_msg_count => x_msg_count,

Line 4957: okl_copy_contract_pub.copy_party_roles(

4953: -- If contract template exists, copy over vendors from contract template - Copy all the vendors from contract template to the new contract
4954: IF l_chr_tmpl_id IS NOT NULL THEN
4955: FOR c_get_party_rec IN c_get_party_csr(l_chr_tmpl_id,'OKL_VENDOR')
4956: LOOP
4957: okl_copy_contract_pub.copy_party_roles(
4958: p_api_version => p_api_version,
4959: p_init_msg_list => p_init_msg_list,
4960: x_return_status => x_return_status,
4961: x_msg_count => x_msg_count,

Line 5246: okl_copy_contract_pub.copy_party_roles(

5242: -- on contract template that are not on the case folder
5243: IF l_chr_tmpl_id IS NOT NULL THEN
5244: FOR c_get_other_party_rec IN c_get_other_party_csr(l_chr_tmpl_id,l_lapv_rec.ID)
5245: LOOP
5246: okl_copy_contract_pub.copy_party_roles(
5247: p_api_version => p_api_version,
5248: p_init_msg_list => p_init_msg_list,
5249: x_return_status => x_return_status,
5250: x_msg_count => x_msg_count,