DBA Data[Home] [Help]

APPS.OKE_KCOPY_PKG dependencies on OKC_CHR_PVT

Line 563: x_chrv_rec out nocopy okc_chr_pvt.chrv_rec_type,

559: procedure get_okc_k_header_rec - get okc contract header information from
560: okc_k_headers_v
561: --------------------------------------------------------------------------*/
562: procedure get_okc_k_header_rec( p_k_header_id in number,
563: x_chrv_rec out nocopy okc_chr_pvt.chrv_rec_type,
564: x_result out nocopy varchar2) is
565:
566: cursor okc_chrv_pk_csr is
567: select

Line 2497: l_chrv_rec OKC_CHR_PVT.chrv_rec_type;

2493: l_row_notfound BOOLEAN := TRUE;
2494: x_chr_rec OKE_CHR_PVT.chr_rec_type;
2495: x_chrv_rec OKC_CONTRACT_PUB.chrv_rec_type;
2496: l_chr_rec OKE_CHR_PVT.chr_rec_type;
2497: l_chrv_rec OKC_CHR_PVT.chrv_rec_type;
2498: --OKC_CONTRACT_PUB.chrv_rec_type;
2499:
2500:
2501: l_return_status VARCHAR2(1) := OKE_API.G_RET_STS_SUCCESS;