DBA Data[Home] [Help]

APPS.JTY_TRANS_USG_PGM_SQL_PKG dependencies on DUAL

Line 198: FROM DUAL;

194:
195: /* Get the unique id from sequence */
196: SELECT JTY_TRANS_USG_PGM_SQL_S.nextval
197: INTO l_trans_usg_pgm_sql_id
198: FROM DUAL;
199:
200: /* Insert a record with all the SQLs as NULL */
201: INSERT INTO JTY_TRANS_USG_PGM_SQL (
202: TRANS_USG_PGM_SQL_ID