DBA Data[Home] [Help]

APPS.OKL_DEAL_CREAT_PVT dependencies on OKL_COPY_CONTRACT_PUB

Line 476: OKL_COPY_CONTRACT_PUB.copy_lease_contract(

472: FETCH l_scs_csr into l_scs_code;
473: CLOSE l_scs_csr;
474:
475: IF (l_scs_code IS NOT NULL) AND (l_scs_code = 'MASTER_LEASE') Then
476: OKL_COPY_CONTRACT_PUB.copy_lease_contract(
477: p_api_version => p_api_version,
478: p_init_msg_list => p_init_msg_list,
479: x_return_status => x_return_status,
480: x_msg_count => x_msg_count,

Line 489: OKL_COPY_CONTRACT_PUB.copy_lease_contract_new(

485: p_renew_ref_yn => OKC_API.G_FALSE,
486: p_trans_type => 'CFA',
487: x_chr_id => x_chr_id);
488: ELSE
489: OKL_COPY_CONTRACT_PUB.copy_lease_contract_new(
490: p_api_version => p_api_version,
491: p_init_msg_list => p_init_msg_list,
492: x_return_status => x_return_status,
493: x_msg_count => x_msg_count,

Line 574: OKL_COPY_CONTRACT_PUB.copy_lease_contract(

570: FETCH l_scs_csr into l_scs_code;
571: CLOSE l_scs_csr;
572:
573: IF (l_scs_code IS NOT NULL) AND (l_scs_code = 'MASTER_LEASE') Then
574: OKL_COPY_CONTRACT_PUB.copy_lease_contract(
575: p_api_version => p_api_version,
576: p_init_msg_list => p_init_msg_list,
577: x_return_status => x_return_status,
578: x_msg_count => x_msg_count,

Line 587: OKL_COPY_CONTRACT_PUB.copy_lease_contract_new(

583: p_renew_ref_yn => OKC_API.G_FALSE,
584: p_trans_type => 'CFA',
585: x_chr_id => x_chr_id);
586: ELSE
587: OKL_COPY_CONTRACT_PUB.copy_lease_contract_new(
588: p_api_version => p_api_version,
589: p_init_msg_list => p_init_msg_list,
590: x_return_status => x_return_status,
591: x_msg_count => x_msg_count,

Line 1388: OKL_COPY_CONTRACT_PUB.copy_party_roles(

1384: -- parties
1385: FOR l_c_cplv IN c_cplv LOOP
1386: -- l_old_return_status := x_return_status;
1387:
1388: OKL_COPY_CONTRACT_PUB.copy_party_roles(
1389: p_api_version => p_api_version,
1390: p_init_msg_list => p_init_msg_list,
1391: x_return_status => x_return_status,
1392: x_msg_count => x_msg_count,

Line 1415: OKL_COPY_CONTRACT_PUB.copy_rules (

1411: FOR l_c_rgpv IN c_rgpv LOOP
1412:
1413: -- l_old_return_status := l_return_status;
1414:
1415: OKL_COPY_CONTRACT_PUB.copy_rules (
1416: p_api_version => p_api_version,
1417: p_init_msg_list => p_init_msg_list,
1418: x_return_status => x_return_status,
1419: x_msg_count => x_msg_count,

Line 2373: /*OKL_COPY_CONTRACT_PUB.copy_party_roles(

2369: l_chr_id := x_chr_id;
2370: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
2371: END IF;
2372:
2373: /*OKL_COPY_CONTRACT_PUB.copy_party_roles(
2374: p_api_version => p_api_version,
2375: p_init_msg_list => p_init_msg_list,
2376: x_return_status => x_return_status,
2377: x_msg_count => x_msg_count,

Line 2891: OKL_COPY_CONTRACT_PUB.copy_party_roles(

2887: CLOSE c_vp_cpl_csr;
2888:
2889: IF( l_vp_cpl_id IS NOT NULL) THEN
2890:
2891: OKL_COPY_CONTRACT_PUB.copy_party_roles(
2892: p_api_version => p_api_version,
2893: p_init_msg_list => p_init_msg_list,
2894: x_return_status => x_return_status,
2895: x_msg_count => x_msg_count,

Line 2917: OKL_COPY_CONTRACT_PUB.copy_rules(

2913: CLOSE c_vndr_blng_id_csr;
2914:
2915: IF( l_vndr_blng_rgp_id IS NOT NULL AND x_cpl_id IS NOT NULL) THEN
2916:
2917: OKL_COPY_CONTRACT_PUB.copy_rules(
2918: p_api_version => p_api_version,
2919: p_init_msg_list => p_init_msg_list,
2920: x_return_status => x_return_status,
2921: x_msg_count => x_msg_count,

Line 2982: OKL_COPY_CONTRACT_PUB.copy_rules(

2978: FOR l_c_src_crs IN c_src_crs(p_vp_tmpl_id => l_vp_tmpl_id) LOOP
2979:
2980: l_rgp_id := l_c_src_crs.id; -- gets vendor program rgd code
2981:
2982: OKL_COPY_CONTRACT_PUB.copy_rules(
2983: p_api_version => p_api_version,
2984: p_init_msg_list => p_init_msg_list,
2985: x_return_status => x_return_status,
2986: x_msg_count => x_msg_count,

Line 8645: OKL_COPY_CONTRACT_PUB.copy_lease_contract_new(

8641: ELSIF (x_return_status = OKL_API.G_RET_STS_ERROR) THEN
8642: RAISE OKL_API.G_EXCEPTION_ERROR;
8643: END IF;
8644:
8645: OKL_COPY_CONTRACT_PUB.copy_lease_contract_new(
8646: p_api_version => p_api_version,
8647: p_init_msg_list => p_init_msg_list,
8648: x_return_status => x_return_status,
8649: x_msg_count => x_msg_count,