DBA Data[Home] [Help]

APPS.OKL_QUE_PVT dependencies on OKL_INSURANCE_ESTIMATES_V

Line 227: FROM OKL_INSURANCE_ESTIMATES_V

223: ,l_quev_rec.policy_term
224: ,l_quev_rec.short_description
225: ,l_quev_rec.description
226: ,l_quev_rec.comments
227: FROM OKL_INSURANCE_ESTIMATES_V
228: WHERE id = p_id;
229:
230: x_return_status := G_RET_STS_SUCCESS;
231: RETURN l_quev_rec;