DBA Data[Home] [Help]

APPS.JTF_TTY_EXCEL_NAORG_PVT dependencies on DUAL

Line 1618: FROM DUAL;

1614: /* Get the next sequence number of the table jtf_tty_webadi_interface */
1615: BEGIN
1616: SELECT jtf_tty_interface_s.NEXTVAL
1617: INTO g_seq
1618: FROM DUAL;
1619:
1620: EXCEPTION
1621: WHEN OTHERS THEN
1622: RAISE G_SEQUENCE_ERROR;