DBA Data[Home] [Help]

APPS.OKL_CURE_REQ_AMT_PVT dependencies on OKL_CURE_REPORTS_PUB

Line 154: lp_crtv_rec okl_cure_reports_pub.crtv_rec_type;

150: i NUMBER := 0;
151: l_cure_amt_id NUMBER;
152: l_obj_vers_no NUMBER;
153:
154: lp_crtv_rec okl_cure_reports_pub.crtv_rec_type;
155: lx_crtv_rec okl_cure_reports_pub.crtv_rec_type;
156:
157: Cursor upd_cure_amts_csr is
158: select cure_amount_id

Line 155: lx_crtv_rec okl_cure_reports_pub.crtv_rec_type;

151: l_cure_amt_id NUMBER;
152: l_obj_vers_no NUMBER;
153:
154: lp_crtv_rec okl_cure_reports_pub.crtv_rec_type;
155: lx_crtv_rec okl_cure_reports_pub.crtv_rec_type;
156:
157: Cursor upd_cure_amts_csr is
158: select cure_amount_id
159: from okl_cure_amounts ca, okl_cure_reports cr

Line 224: okl_cure_reports_pub.update_cure_reports(

220: close get_obj_vers_no;
221:
222: lp_crtv_rec.object_version_number := l_obj_vers_no;
223:
224: okl_cure_reports_pub.update_cure_reports(
225: p_api_version => p_api_version,
226: p_init_msg_list => p_init_msg_list,
227: x_return_status => x_return_status,
228: x_msg_count => x_msg_count,