DBA Data[Home] [Help]

APPS.OKL_ASO_PVT dependencies on OKL_ASSET_COMPONENTS_V

Line 262: FROM OKL_ASSET_COMPONENTS_V

258: ,l_asov_rec.model_number
259: ,l_asov_rec.short_description
260: ,l_asov_rec.description
261: ,l_asov_rec.comments
262: FROM OKL_ASSET_COMPONENTS_V
263: WHERE id = p_id;
264:
265: x_return_status := G_RET_STS_SUCCESS;
266: RETURN l_asov_rec;