DBA Data[Home] [Help]

APPS.OKL_LA_TRADEIN_PVT dependencies on OKL_KHR_PVT

Line 588: lp_khrv_rec okl_khr_pvt.khrv_rec_type;

584: p_tradein_desc IN okl_k_headers.tradein_description%TYPE
585: )IS
586:
587: lp_chrv_rec okl_okc_migration_pvt.chrv_rec_type;
588: lp_khrv_rec okl_khr_pvt.khrv_rec_type;
589:
590: lx_chrv_rec okl_okc_migration_pvt.chrv_rec_type;
591: lx_khrv_rec okl_khr_pvt.khrv_rec_type;
592:

Line 591: lx_khrv_rec okl_khr_pvt.khrv_rec_type;

587: lp_chrv_rec okl_okc_migration_pvt.chrv_rec_type;
588: lp_khrv_rec okl_khr_pvt.khrv_rec_type;
589:
590: lx_chrv_rec okl_okc_migration_pvt.chrv_rec_type;
591: lx_khrv_rec okl_khr_pvt.khrv_rec_type;
592:
593: l_chr_id okc_k_headers_b.id%type := p_chr_id;
594: l_tradein_date okl_k_headers.date_tradein%TYPE := p_tradein_date;
595: l_tradein_amount okl_k_headers.tradein_amount%TYPE := p_tradein_amount;

Line 1818: lp_khrv_rec okl_khr_pvt.khrv_rec_type;

1814: p_chr_id IN okl_k_headers.id%TYPE
1815: )IS
1816:
1817: lp_chrv_rec okl_okc_migration_pvt.chrv_rec_type;
1818: lp_khrv_rec okl_khr_pvt.khrv_rec_type;
1819:
1820: lx_chrv_rec okl_okc_migration_pvt.chrv_rec_type;
1821: lx_khrv_rec okl_khr_pvt.khrv_rec_type;
1822:

Line 1821: lx_khrv_rec okl_khr_pvt.khrv_rec_type;

1817: lp_chrv_rec okl_okc_migration_pvt.chrv_rec_type;
1818: lp_khrv_rec okl_khr_pvt.khrv_rec_type;
1819:
1820: lx_chrv_rec okl_okc_migration_pvt.chrv_rec_type;
1821: lx_khrv_rec okl_khr_pvt.khrv_rec_type;
1822:
1823: l_chr_id okc_k_headers_b.id%type := p_chr_id;
1824:
1825: l_api_name CONSTANT VARCHAR2(30) := 'delete_contract';