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 2374: /*OKL_COPY_CONTRACT_PUB.copy_party_roles(

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

Line 2911: OKL_COPY_CONTRACT_PUB.copy_party_roles(

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

Line 2937: OKL_COPY_CONTRACT_PUB.copy_rules(

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

Line 3002: OKL_COPY_CONTRACT_PUB.copy_rules(

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