DBA Data[Home] [Help]

APPS.OKL_LOP_PVT dependencies on OKL_LEASE_OPPORTUNITIES_V

Line 386: FROM OKL_LEASE_OPPORTUNITIES_V

382: -- End Bug 5908845. eBTax Enhancement Project
383: ,l_lopv_rec.short_description
384: ,l_lopv_rec.description
385: ,l_lopv_rec.comments
386: FROM OKL_LEASE_OPPORTUNITIES_V
387: WHERE id = p_id;
388:
389: x_return_status := G_RET_STS_SUCCESS;
390: RETURN l_lopv_rec;