DBA Data[Home] [Help]

APPS.OKL_CURE_REQUEST_PVT dependencies on OKL_CURE_REPORTS_PUB

Line 47: subtype crtv_rec_type is OKL_cure_reports_pub.crtv_rec_type;

43:
44: l_current_date DATE;
45: l_msg_index_out NUMBER :=0;
46:
47: subtype crtv_rec_type is OKL_cure_reports_pub.crtv_rec_type;
48: l_crtv_rec crtv_rec_type;
49: lx_crtv_rec crtv_rec_type;
50:
51: -- Get Report Data for Fulfilment

Line 188: OKL_cure_reports_pub.update_cure_reports(

184: l_crtv_rec.approval_status :='SENT_TO_VENDOR';
185: l_crtv_rec.cure_report_id :=i.cure_report_id;
186: l_crtv_rec.object_version_number := i.object_version_number;
187:
188: OKL_cure_reports_pub.update_cure_reports(
189: p_api_version => l_api_version
190: ,p_init_msg_list => okl_api.G_TRUE
191: ,x_return_status => l_return_status
192: ,x_msg_count => l_msg_count