DBA Data[Home] [Help]

APPS.OKL_CS_LC_CONTRACT_PVT dependencies on JTF_NOTES_TL

Line 1264: FROM jtf_notes_tl

1260:
1261: p_clob CLOB;
1262: CURSOR c_clob (p_note_id NUMBER) IS
1263: SELECT notes_detail
1264: FROM jtf_notes_tl
1265: WHERE jtf_note_id = p_note_id
1266: AND LANGUAGE = USERENV('LANG');
1267:
1268: BEGIN