DBA Data[Home] [Help]

APPS.OKL_CS_LC_CONTRACT_PVT dependencies on JTF_NOTES_TL

Line 1226: FROM jtf_notes_tl

1222:
1223: p_clob CLOB;
1224: CURSOR c_clob (p_note_id NUMBER) IS
1225: SELECT notes_detail
1226: FROM jtf_notes_tl
1227: WHERE jtf_note_id = p_note_id
1228: AND LANGUAGE = USERENV('LANG');
1229:
1230: BEGIN