APPS.CS_KNOWLEDGE_AUDIT_PVT dependencies on JTF_NOTES_TL
Line 834: from jtf_notes_tl
830: l_clob2 clob;
831: BEGIN
832: select notes_detail
833: into l_clob1 834: from jtf_notes_tl 835: where jtf_note_id = p_note_id
836: and language = USERENV('LANG');
837:
838: select description