DBA Data[Home] [Help]

APPS.JTF_NOTES_PUB dependencies on DUAL

Line 1247: FROM DUAL;

1243:
1244: -- Cursor for getting the note ID from the sequence
1245: CURSOR l_jtf_note_id_csr
1246: IS SELECT JTF_NOTES_S.NEXTVAL
1247: FROM DUAL;
1248:
1249: -- Cursor for retrieving from the table to verify insertion
1250: CURSOR l_insert_check_csr
1251: IS SELECT 'x'