DBA Data[Home] [Help]

APPS.OKL_COPY_CONTRACT_PVT dependencies on OKL_OKC_MIGRATION_PVT

Line 16: SUBTYPE rgpv_rec_type is OKL_OKC_MIGRATION_PVT.rgpv_rec_type;

12: SUBTYPE api_components_rec_okc is OKC_COPY_CONTRACT_PVT.api_components_rec;
13: SUBTYPE api_components_tbl_okc is OKC_COPY_CONTRACT_PVT.api_components_tbl;
14: SUBTYPE api_lines_rec_okc is OKC_COPY_CONTRACT_PVT.api_lines_rec;
15: SUBTYPE api_lines_tbl_okc is OKC_COPY_CONTRACT_PVT.api_lines_tbl;
16: SUBTYPE rgpv_rec_type is OKL_OKC_MIGRATION_PVT.rgpv_rec_type;
17: SUBTYPE rulv_rec_type IS Okl_Rule_Pub.rulv_rec_type;
18: SUBTYPE rulv_tbl_type IS Okl_Rule_Pub.rulv_tbl_type;
19: --Bug# 3143522
20: SUBTYPE ppydv_rec_type IS OKL_PYD_PVT.ppydv_rec_type;

Line 1771: x_clev_rec OUT NOCOPY okl_okc_migration_pvt.clev_rec_type,

1767: x_msg_count OUT NOCOPY NUMBER,
1768: x_msg_data OUT NOCOPY VARCHAR2,
1769: p_clev_id IN NUMBER,
1770: p_klev_id IN NUMBER,
1771: x_clev_rec OUT NOCOPY okl_okc_migration_pvt.clev_rec_type,
1772: x_klev_rec OUT NOCOPY klev_rec_type,
1773: --Bug# 8677460
1774: p_rebook_yn IN VARCHAR2 DEFAULT 'N') is
1775:

Line 4377: l_cimv_rec OKL_OKC_MIGRATION_PVT.cimv_rec_type;

4373:
4374:
4375: l_new_lnk_cim_id NUMBER;
4376:
4377: l_cimv_rec OKL_OKC_MIGRATION_PVT.cimv_rec_type;
4378: lx_cimv_rec OKL_OKC_MIGRATION_PVT.cimv_rec_type;
4379:
4380: Begin
4381: x_return_status := OKL_API.G_RET_STS_SUCCESS;

Line 4378: lx_cimv_rec OKL_OKC_MIGRATION_PVT.cimv_rec_type;

4374:
4375: l_new_lnk_cim_id NUMBER;
4376:
4377: l_cimv_rec OKL_OKC_MIGRATION_PVT.cimv_rec_type;
4378: lx_cimv_rec OKL_OKC_MIGRATION_PVT.cimv_rec_type;
4379:
4380: Begin
4381: x_return_status := OKL_API.G_RET_STS_SUCCESS;
4382: l_new_lnk_cim_id := p_new_lnk_cim_id;

Line 4412: okl_okc_migration_pvt.update_contract_item(

4408:
4409: End If;
4410:
4411: --update link contract item accordingly
4412: okl_okc_migration_pvt.update_contract_item(
4413: p_api_version => p_api_version,
4414: p_init_msg_list => p_init_msg_list,
4415: x_return_status => x_return_status,
4416: x_msg_count => x_msg_count,

Line 22305: l_chrv_rec OKL_OKC_MIGRATION_PVT.chrv_rec_type;

22301: or (p_chr_id is null and p_chr_modifier is not null and p_chr_number is not null and chr.contract_number_modifier = p_chr_modifier and chr.contract_number = p_chr_number)
22302: );
22303:
22304: l_date_signed date;
22305: l_chrv_rec OKL_OKC_MIGRATION_PVT.chrv_rec_type;
22306: lx_chrv_rec OKL_OKC_MIGRATION_PVT.chrv_rec_type;
22307:
22308: --cursor to get insurance top lines after the copy for deletion
22309: --Bug # 2412839 - Since copy insurance functionality is not supported at this

Line 22306: lx_chrv_rec OKL_OKC_MIGRATION_PVT.chrv_rec_type;

22302: );
22303:
22304: l_date_signed date;
22305: l_chrv_rec OKL_OKC_MIGRATION_PVT.chrv_rec_type;
22306: lx_chrv_rec OKL_OKC_MIGRATION_PVT.chrv_rec_type;
22307:
22308: --cursor to get insurance top lines after the copy for deletion
22309: --Bug # 2412839 - Since copy insurance functionality is not supported at this
22310: -- time insurance lines will be deleted after they get copied by generic copy

Line 22436: OKL_OKC_MIGRATION_PVT.update_contract_header(

22432: Else
22433: l_chrv_rec.id := x_chr_id;
22434: l_chrv_rec.date_signed := l_date_signed;
22435:
22436: OKL_OKC_MIGRATION_PVT.update_contract_header(
22437: p_api_version => p_api_version,
22438: p_init_msg_list => p_init_msg_list,
22439: x_return_status => x_return_status,
22440: x_msg_count => x_msg_count,