DBA Data[Home] [Help]

APPS.JTY_TRANS_USG_PGM_SQL_PKG dependencies on JTY_TRANS_USG_PGM_SQL_S

Line 196: SELECT JTY_TRANS_USG_PGM_SQL_S.nextval

192: NULL;
193: END;
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 */