DBA Data[Home] [Help]

APPS.OKL_QQL_PVT dependencies on OKL_QUICK_QUOTE_LINES_V

Line 267: FROM OKL_QUICK_QUOTE_LINES_V

263: ,l_qqlv_rec.lease_rate_factor
264: ,l_qqlv_rec.short_description
265: ,l_qqlv_rec.description
266: ,l_qqlv_rec.comments
267: FROM OKL_QUICK_QUOTE_LINES_V
268: WHERE id = p_id;
269:
270: x_return_status := G_RET_STS_SUCCESS;
271: RETURN l_qqlv_rec;