DBA Data[Home] [Help]

APPS.AST_NOTE_PACKAGE dependencies on JTF_NOTES_TL

Line 54: from jtf_notes_tl

50:
51: p_clob CLOB;
52: cursor c_clob (p_note_id NUMBER) is
53: select notes_detail
54: from jtf_notes_tl
55: where jtf_note_id = p_note_id
56: and language = userenv('LANG');
57:
58: BEGIN