DBA Data[Home] [Help]

APPS.OKL_CONTRACT_REBOOK_PVT dependencies on OKL_COPY_CONTRACT_PUB

Line 2495: okl_copy_contract_pub.copy_party_roles(

2491: FOR rebook_party_rec IN rebook_party_csr (p_rebook_chr_id,
2492: p_orig_chr_id)
2493: LOOP
2494:
2495: okl_copy_contract_pub.copy_party_roles(
2496: p_api_version => 1.0,
2497: p_init_msg_list => OKL_API.G_FALSE,
2498: x_return_status => x_return_status,
2499: x_msg_count => x_msg_count,

Line 2518: okl_copy_contract_pub.copy_rules (

2514: LOOP
2515: --
2516: -- Now copy Rules attached to the party copied above
2517: --
2518: okl_copy_contract_pub.copy_rules (
2519: p_api_version => 1.0,
2520: p_init_msg_list => OKL_API.G_FALSE,
2521: x_return_status => x_return_status,
2522: x_msg_count => x_msg_count,

Line 5859: okl_copy_contract_pub.copy_party_roles(

5855:
5856: if l_party_roles_old_rec.id is null then
5857: -- Supplier Invoice added during rebook
5858:
5859: okl_copy_contract_pub.copy_party_roles(
5860: p_api_version => 1.0,
5861: p_init_msg_list => OKL_API.G_FALSE,
5862: x_return_status => x_return_status,
5863: x_msg_count => x_msg_count,

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

5868: p_rle_code => l_party_roles_new_rec.rle_code,
5869: x_cpl_id => x_cpl_id
5870: );
5871: IF (x_return_status <> OKL_API.G_RET_STS_SUCCESS) THEN
5872: okl_debug_pub.logmessage('okl_copy_contract_pub.copy_party_roles sync_failed ');
5873: RAISE sync_failed;
5874: END IF;
5875:
5876: elsif (l_party_roles_old_rec.object1_id1 <> l_party_roles_new_rec.object1_id1) then

Line 8230: okl_copy_contract_pub.copy_lease_contract_new(

8226:
8227: --
8228: -- Copy Contract to Create Rebook Contract
8229: --
8230: okl_copy_contract_pub.copy_lease_contract_new(
8231: p_api_version => 1.0,
8232: p_init_msg_list => OKC_API.G_FALSE,
8233: x_return_status => x_return_status,
8234: x_msg_count => x_msg_count,

Line 8251: okl_copy_contract_pub.copy_contract(

8247: END IF;
8248:
8249:
8250: /*
8251: okl_copy_contract_pub.copy_contract(
8252: p_api_version => 1.0,
8253: p_init_msg_list => OKC_API.G_FALSE,
8254: x_return_status => x_return_status,
8255: x_msg_count => x_msg_count,