DBA Data[Home] [Help]

APPS.OKL_CURE_RECON_PVT dependencies on OKL_CRT_PVT

Line 185: lp_crtv_rec OKL_crt_pvt.crtv_rec_type;

181: select object_version_number
182: from okl_cure_reports
183: where cure_report_id =p_report_id;
184:
185: lp_crtv_rec OKL_crt_pvt.crtv_rec_type;
186: xp_crtv_rec OKL_crt_pvt.crtv_rec_type;
187:
188: BEGIN
189:

Line 186: xp_crtv_rec OKL_crt_pvt.crtv_rec_type;

182: from okl_cure_reports
183: where cure_report_id =p_report_id;
184:
185: lp_crtv_rec OKL_crt_pvt.crtv_rec_type;
186: xp_crtv_rec OKL_crt_pvt.crtv_rec_type;
187:
188: BEGIN
189:
190: okl_debug_pub.logmessage('OKL_CURE_RECON_PVT : UPDATE_CRT : START ');