DBA Data[Home] [Help]

APPS.OKC_RSC_PVT dependencies on JTF_OBJECTS_VL

Line 318: jtf_objects_vl J, jtf_object_usages U

314: --
315: cursor l_object_csr is
316: select '!'
317: from
318: jtf_objects_vl J, jtf_object_usages U
319: where
320: J.OBJECT_CODE = p_rscv_rec.JTOT_OBJECT_CODE
321: and sysdate between NVL(J.START_DATE_ACTIVE,sysdate)
322: and NVL(J.END_DATE_ACTIVE,sysdate)