DBA Data[Home] [Help]

APPS.CS_KB_KWIC_UTIL dependencies on JTF_NOTES_VL

Line 413: FROM jtf_notes_vl

409: l_len NUMBER;
410:
411: CURSOR get_sr_notes(c_obj_id NUMBER) IS
412: SELECT notes, notes_detail
413: FROM jtf_notes_vl
414: WHERE source_object_code = 'SR'
415: AND source_object_id = c_obj_id
416: AND note_status <> 'P'; -- IN ('E', 'I'); ignore private notes
417: