DBA Data[Home] [Help]

APPS.ASO_COPY_QUOTE_PVT dependencies on JTF_NOTES_VL

Line 133: FROM jtf_notes_vl

129:
130:
131: CURSOR get_note_id ( l_qte_hdr_id NUMBER) IS
132: Select jtf_note_id
133: FROM jtf_notes_vl
134: WHERE note_type = 'QOT_SALES_ASSIST'
135: AND source_object_id = l_qte_hdr_id;
136:
137: /* Start : Code change done for Bug 12674665 */