DBA Data[Home] [Help]

APPS.CAC_NOTES_PVT dependencies on DUAL

Line 270: FROM DUAL;

266:
267: -- Cursor for getting the note ID from the sequence
268: CURSOR l_jtf_note_id_csr
269: IS SELECT JTF_NOTES_S.NEXTVAL
270: FROM DUAL;
271:
272: BEGIN
273: -- API savepoint
274: SAVEPOINT create_note_pvt;