DBA Data[Home] [Help]

APPS.OKC_CSO_PVT dependencies on JTF_OBJECTS_VL

Line 457: jtf_objects_vl J, jtf_object_usages U

453: --
454: cursor l_object_csr is
455: select '!'
456: from
457: jtf_objects_vl J, jtf_object_usages U
458: where
459: J.OBJECT_code = p_csov_rec.JTOT_OBJECT_CODE
460: and sysdate between NVL(J.START_DATE_ACTIVE,sysdate)
461: and NVL(J.END_DATE_ACTIVE,sysdate)