DBA Data[Home] [Help]

APPS.OKL_CONTRACT_REBOOK_PVT dependencies on OKL_COPY_CONTRACT_PUB

Line 2767: okl_copy_contract_pub.copy_party_roles(

2763: FOR rebook_party_rec IN rebook_party_csr (p_rebook_chr_id,
2764: p_orig_chr_id)
2765: LOOP
2766:
2767: okl_copy_contract_pub.copy_party_roles(
2768: p_api_version => 1.0,
2769: p_init_msg_list => OKL_API.G_FALSE,
2770: x_return_status => x_return_status,
2771: x_msg_count => x_msg_count,

Line 2790: okl_copy_contract_pub.copy_rules (

2786: LOOP
2787: --
2788: -- Now copy Rules attached to the party copied above
2789: --
2790: okl_copy_contract_pub.copy_rules (
2791: p_api_version => 1.0,
2792: p_init_msg_list => OKL_API.G_FALSE,
2793: x_return_status => x_return_status,
2794: x_msg_count => x_msg_count,

Line 4905: okl_copy_contract_pub.copy_party_roles(

4901: if l_party_roles_old_rec.id is null then
4902: -- Supplier Invoice added during rebook
4903:
4904:
4905: okl_copy_contract_pub.copy_party_roles(
4906: p_api_version => 1.0,
4907: p_init_msg_list => OKL_API.G_FALSE,
4908: x_return_status => x_return_status,
4909: x_msg_count => x_msg_count,

Line 4918: okl_debug_pub.logmessage('okl_copy_contract_pub.copy_party_roles sync_failed ');

4914: p_rle_code => l_party_roles_new_rec.rle_code,
4915: x_cpl_id => x_cpl_id
4916: );
4917: IF (x_return_status <> OKL_API.G_RET_STS_SUCCESS) THEN
4918: okl_debug_pub.logmessage('okl_copy_contract_pub.copy_party_roles sync_failed ');
4919: RAISE sync_failed;
4920: END IF;
4921: elsif (l_party_roles_old_rec.object1_id1 <> l_party_roles_new_rec.object1_id1) then
4922: -- Supplier Invoice updated during rebook

Line 6561: okl_copy_contract_pub.copy_lease_contract_new(

6557:
6558: --
6559: -- Copy Contract to Create Rebook Contract
6560: --
6561: okl_copy_contract_pub.copy_lease_contract_new(
6562: p_api_version => 1.0,
6563: p_init_msg_list => OKC_API.G_FALSE,
6564: x_return_status => x_return_status,
6565: x_msg_count => x_msg_count,

Line 6582: okl_copy_contract_pub.copy_contract(

6578: END IF;
6579:
6580:
6581: /*
6582: okl_copy_contract_pub.copy_contract(
6583: p_api_version => 1.0,
6584: p_init_msg_list => OKC_API.G_FALSE,
6585: x_return_status => x_return_status,
6586: x_msg_count => x_msg_count,