DBA Data[Home] [Help]

APPS.JTF_NOTES_PKG dependencies on JTF_OBJECTS_VL

Line 548: FROM jtf_objects_vl a

544: SELECT select_id
545: , select_name
546: , from_table
547: , where_clause
548: FROM jtf_objects_vl a
549: , jtf_object_usages b
550: WHERE a.object_code = p_note_context_type
551: AND a.object_code = b.object_code
552: AND b.object_user_code = 'NOTES';