DBA Data[Home] [Help]

APPS.OKL_COPY_CONTRACT_PVT dependencies on OKL_CONTRACT_PUB

Line 1772: OKL_CONTRACT_PUB.update_contract_line(

1768: l_klev_rec := get_klev_rec(p_klev_id => p_clev_id);
1769: --get klev record to copy from
1770: l_klev_rec.id := p_klev_id;
1771:
1772: OKL_CONTRACT_PUB.update_contract_line(
1773: p_api_version => p_api_version,
1774: p_init_msg_list => p_init_msg_list,
1775: x_return_status => l_return_status,
1776: x_msg_count => x_msg_count,

Line 2567: OKL_CONTRACT_PUB.delete_contract_line(

2563: OPEN abnd_tls_csr(p_copied_chr_id => l_chr_id);
2564: LOOP
2565: FETCH abnd_tls_csr into l_cle_id, l_source_cle_id;
2566: EXIT WHEN abnd_tls_csr%NOTFOUND;
2567: OKL_CONTRACT_PUB.delete_contract_line(
2568: p_api_version => p_api_version,
2569: p_init_msg_list => p_init_msg_list,
2570: x_return_status => x_return_status,
2571: x_msg_count => x_msg_count,

Line 2584: OKL_CONTRACT_PUB.delete_contract_line(

2580: OPEN abnd_sls_csr(p_copied_chr_id => l_chr_id);
2581: LOOP
2582: FETCH abnd_sls_csr into l_cle_id, l_source_cle_id;
2583: EXIT WHEN abnd_sls_csr%NOTFOUND;
2584: OKL_CONTRACT_PUB.delete_contract_line(
2585: p_api_version => p_api_version,
2586: p_init_msg_list => p_init_msg_list,
2587: x_return_status => x_return_status,
2588: x_msg_count => x_msg_count,

Line 2665: OKL_CONTRACT_PUB.delete_contract_line(

2661: OPEN roll_tls_csr(p_copied_chr_id => l_chr_id);
2662: LOOP
2663: FETCH roll_tls_csr into l_cle_id, l_source_cle_id;
2664: EXIT WHEN roll_tls_csr%NOTFOUND;
2665: OKL_CONTRACT_PUB.delete_contract_line(
2666: p_api_version => p_api_version,
2667: p_init_msg_list => p_init_msg_list,
2668: x_return_status => x_return_status,
2669: x_msg_count => x_msg_count,

Line 2984: OKL_CONTRACT_PUB.update_contract_header(

2980: null;
2981: Else
2982: l_khrv_rec.id := x_chr_id;
2983: -- Create record into okl_contract_header
2984: OKL_CONTRACT_PUB.update_contract_header(
2985: p_api_version => p_api_version,
2986: p_init_msg_list => p_init_msg_list,
2987: x_return_status => l_return_status,
2988: x_msg_count => x_msg_count,

Line 4548: okl_contract_pub.update_contract_header(

4544: l_khrv_rec.TOT_CL_NET_TRANSFER_AMT := NULL;
4545: l_khrv_rec.TOT_CL_LIMIT := NULL;
4546: l_khrv_rec.TOT_CL_FUNDING_AMT := NULL;
4547:
4548: okl_contract_pub.update_contract_header(
4549: p_api_version => p_api_version,
4550: p_init_msg_list => p_init_msg_list,
4551: x_return_status => x_return_status,
4552: x_msg_count => x_msg_count,

Line 4610: okl_contract_pub.update_contract_line(

4606: If nvl(p_trans_type,'CFA') = 'CFA' then
4607: l_klev_rec.qte_id := NULL;
4608: End If;
4609:
4610: okl_contract_pub.update_contract_line(
4611: p_api_version => p_api_version,
4612: p_init_msg_list => p_init_msg_list,
4613: x_return_status => x_return_status,
4614: x_msg_count => x_msg_count,

Line 21340: Okl_Contract_Pub.delete_contract_line(

21336: select count(1) into l_line_count -- 5207066
21337: FROM okc_k_lines_b
21338: where id = l_delete_id_tab(i);
21339: IF (l_line_count > 0) THEN -- 5207066
21340: Okl_Contract_Pub.delete_contract_line(
21341: p_api_version => p_api_version,
21342: p_init_msg_list => p_init_msg_list,
21343: x_return_status => x_return_status,
21344: x_msg_count => x_msg_count,

Line 22201: lp_khrv_rec Okl_Contract_Pub.khrv_rec_type;

22197: l_parent_sts_rec l_parent_sts_csr%ROWTYPE;
22198: --Bug# 3621663
22199:
22200: -- apaul,Bug#4381642
22201: lp_khrv_rec Okl_Contract_Pub.khrv_rec_type;
22202: lx_khrv_rec Okl_Contract_Pub.khrv_rec_type;
22203:
22204: BEGIN
22205: x_return_status := OKL_API.G_RET_STS_SUCCESS;

Line 22202: lx_khrv_rec Okl_Contract_Pub.khrv_rec_type;

22198: --Bug# 3621663
22199:
22200: -- apaul,Bug#4381642
22201: lp_khrv_rec Okl_Contract_Pub.khrv_rec_type;
22202: lx_khrv_rec Okl_Contract_Pub.khrv_rec_type;
22203:
22204: BEGIN
22205: x_return_status := OKL_API.G_RET_STS_SUCCESS;
22206: -- Call start_activity to create savepoint, check compatibility

Line 22435: OKL_CONTRACT_PUB.delete_contract_line(

22431: Loop
22432: Fetch ins_top_line_csr into
22433: l_ins_top_line_id;
22434: Exit when ins_top_line_csr%NotFound;
22435: OKL_CONTRACT_PUB.delete_contract_line(
22436: p_api_version => p_api_version,
22437: p_init_msg_list => p_init_msg_list,
22438: x_return_status => x_return_status,
22439: x_msg_count => x_msg_count,

Line 22558: Okl_Contract_Pub.update_contract_header(

22554: l_chrv_rec.id := x_chr_id;
22555: lp_khrv_rec.id := x_chr_id;
22556: lp_khrv_rec.SECURITIZED_CODE := NULL;
22557:
22558: Okl_Contract_Pub.update_contract_header(
22559: p_api_version => p_api_version,
22560: p_init_msg_list => p_init_msg_list,
22561: x_return_status => x_return_status,
22562: x_msg_count => x_msg_count,