DBA Data[Home] [Help]

APPS.OKL_DEAL_CREATE_PUB dependencies on OKL_COPY_CONTRACT_PUB

Line 477: OKL_COPY_CONTRACT_PUB.copy_lease_contract(

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

Line 490: OKL_COPY_CONTRACT_PUB.copy_lease_contract_new(

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

Line 575: OKL_COPY_CONTRACT_PUB.copy_lease_contract(

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

Line 588: OKL_COPY_CONTRACT_PUB.copy_lease_contract_new(

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

Line 1389: OKL_COPY_CONTRACT_PUB.copy_party_roles(

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

Line 1416: OKL_COPY_CONTRACT_PUB.copy_rules (

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

Line 2377: /*OKL_COPY_CONTRACT_PUB.copy_party_roles(

2373: l_chr_id := x_chr_id;
2374: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
2375: END IF;
2376:
2377: /*OKL_COPY_CONTRACT_PUB.copy_party_roles(
2378: p_api_version => p_api_version,
2379: p_init_msg_list => p_init_msg_list,
2380: x_return_status => x_return_status,
2381: x_msg_count => x_msg_count,

Line 2914: OKL_COPY_CONTRACT_PUB.copy_party_roles(

2910: CLOSE c_vp_cpl_csr;
2911:
2912: IF( l_vp_cpl_id IS NOT NULL) THEN
2913:
2914: OKL_COPY_CONTRACT_PUB.copy_party_roles(
2915: p_api_version => p_api_version,
2916: p_init_msg_list => p_init_msg_list,
2917: x_return_status => x_return_status,
2918: x_msg_count => x_msg_count,

Line 2940: OKL_COPY_CONTRACT_PUB.copy_rules(

2936: CLOSE c_vndr_blng_id_csr;
2937:
2938: IF( l_vndr_blng_rgp_id IS NOT NULL AND x_cpl_id IS NOT NULL) THEN
2939:
2940: OKL_COPY_CONTRACT_PUB.copy_rules(
2941: p_api_version => p_api_version,
2942: p_init_msg_list => p_init_msg_list,
2943: x_return_status => x_return_status,
2944: x_msg_count => x_msg_count,

Line 3005: OKL_COPY_CONTRACT_PUB.copy_rules(

3001: FOR l_c_src_crs IN c_src_crs(p_vp_tmpl_id => l_vp_tmpl_id) LOOP
3002:
3003: l_rgp_id := l_c_src_crs.id; -- gets vendor program rgd code
3004:
3005: OKL_COPY_CONTRACT_PUB.copy_rules(
3006: p_api_version => p_api_version,
3007: p_init_msg_list => p_init_msg_list,
3008: x_return_status => x_return_status,
3009: x_msg_count => x_msg_count,