DBA Data[Home] [Help]

APPS.OKE_KCOPY_PKG dependencies on OKE_CHR_PVT

Line 393: x_chr_rec out nocopy oke_chr_pvt.chr_rec_type,

389: oke_k_headers
390: --------------------------------------------------------------------------*/
391:
392: procedure get_oke_k_header_rec( p_k_header_id in number,
393: x_chr_rec out nocopy oke_chr_pvt.chr_rec_type,
394: x_result out nocopy varchar2) is
395:
396: cursor oke_chr_pk_csr is
397: select

Line 2494: x_chr_rec OKE_CHR_PVT.chr_rec_type;

2490: )
2491: IS
2492:
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;

Line 2496: l_chr_rec OKE_CHR_PVT.chr_rec_type;

2492:
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: