DBA Data[Home] [Help]

APPS.JTF_TTY_EXCEL_NAORG_PVT dependencies on JTF_TTY_INTERFACE_S

Line 1616: SELECT jtf_tty_interface_s.NEXTVAL

1612: l_rows_inserted := 0;
1613:
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

Line 1747: x_errbuf := 'Error in generating the sequence number jtf_tty_interface_s. SQLCODE : ' || SQLCODE ||

1743:
1744: EXCEPTION
1745: WHEN G_SEQUENCE_ERROR THEN
1746: x_retcode := -1;
1747: x_errbuf := 'Error in generating the sequence number jtf_tty_interface_s. SQLCODE : ' || SQLCODE ||
1748: ' SQLERRM : ' || SQLERRM;
1749: x_seq := 0;
1750: RETURN;
1751: