DBA Data[Home] [Help]

APPS.OKL_VLS_PVT dependencies on OKL_VALIDATION_SETS_V

Line 237: FROM okl_validation_sets_v

233: ,l_vlsv_rec.effective_to
234: ,l_vlsv_rec.short_description
235: ,l_vlsv_rec.description
236: ,l_vlsv_rec.comments
237: FROM okl_validation_sets_v
238: WHERE id = p_id;
239:
240: x_return_status := G_RET_STS_SUCCESS;
241: RETURN l_vlsv_rec;