DBA Data[Home] [Help]

APPS.CS_KB_KWIC_UTIL dependencies on JTF_NOTES_VL

Line 438: FROM jtf_notes_vl

434: l_len NUMBER;
435:
436: CURSOR get_sr_notes(c_obj_id NUMBER) IS
437: SELECT notes, notes_detail
438: FROM jtf_notes_vl
439: WHERE source_object_code = 'SR'
440: AND source_object_id = c_obj_id
441: AND note_status <> 'P'; -- IN ('E', 'I'); ignore private notes
442: