DBA Data[Home] [Help]

APPS.OKL_CURE_RECON_PVT dependencies on OKL_CAM_PVT

Line 309: lp_camv_rec OKL_cam_pvt.camv_rec_type;

305: from okl_cure_amounts a, okl_k_headers b
306: where cure_amount_id =p_cam_id
307: and a.chr_id =b.id;
308:
309: lp_camv_rec OKL_cam_pvt.camv_rec_type;
310: xp_camv_rec OKL_cam_pvt.camv_rec_type;
311: l_short_fund_amount okl_cure_amounts.short_fund_amount%TYPE;
312: l_cure_amount okl_cure_amounts.cure_amount%TYPE;
313: l_khr_id okl_k_headers.khr_id%TYPE;

Line 310: xp_camv_rec OKL_cam_pvt.camv_rec_type;

306: where cure_amount_id =p_cam_id
307: and a.chr_id =b.id;
308:
309: lp_camv_rec OKL_cam_pvt.camv_rec_type;
310: xp_camv_rec OKL_cam_pvt.camv_rec_type;
311: l_short_fund_amount okl_cure_amounts.short_fund_amount%TYPE;
312: l_cure_amount okl_cure_amounts.cure_amount%TYPE;
313: l_khr_id okl_k_headers.khr_id%TYPE;
314: