DBA Data[Home] [Help]

APPS.OKC_RDS_PVT dependencies on JTF_OBJECTS_VL

Line 361: FROM jtf_objects_vl J, jtf_object_usages U

357: ) IS
358: l_dummy_var VARCHAR2(1) := '?';
359: CURSOR l_jtot_csr IS
360: SELECT 'x'
361: FROM jtf_objects_vl J, jtf_object_usages U
362: where
363: J.OBJECT_CODE = p_rdsv_rec.JTOT_OBJECT_CODE
364: and sysdate between NVL(J.START_DATE_ACTIVE,sysdate)
365: and NVL(J.END_DATE_ACTIVE,sysdate)