DBA Data[Home] [Help]

APPS.CS_KNOWLEDGE_AUDIT_PVT dependencies on JTF_NOTES_TL

Line 843: from jtf_notes_tl

839: l_clob2 clob;
840: BEGIN
841: select notes_detail
842: into l_clob1
843: from jtf_notes_tl
844: where jtf_note_id = p_note_id
845: and language = USERENV('LANG');
846:
847: select description