DBA Data[Home] [Help]

APPS.HXT_RETRIEVAL_ROLLBACK dependencies on DUAL

Line 3082: FROM dual

3078: -- Bug 13832327
3079:
3080: CURSOR c_get_ids(p_count number) IS
3081: SELECT hxt_seqno.NEXTVAL
3082: FROM dual
3083: connect by level <= p_count;
3084:
3085: l_ids_tab NUMTAB; -- Bug 13832327
3086: