DBA Data[Home] [Help]

APPS.JTF_NOTES_PKG dependencies on JTF_OBJECTS_VL

Line 548: FROM jtf_objects_vl a,jtf_object_usages b

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