DBA Data[Home] [Help]

APPS.OKL_LEASE_QUOTE_INS_PVT dependencies on OKL_INSURANCE_ESTIMATES_V

Line 67: FROM OKL_INSURANCE_ESTIMATES_V

63: ,x_l_ins_est_rec.policy_term
64: ,x_l_ins_est_rec.short_description
65: ,x_l_ins_est_rec.description
66: ,x_l_ins_est_rec.comments
67: FROM OKL_INSURANCE_ESTIMATES_V
68: WHERE id = p_insurance_estimate_id;
69: x_return_status := G_RET_STS_SUCCESS;
70:
71: EXCEPTION