[Home] [Help]
3077:
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
3136:
3137: FOR i IN l_det_tab.FIRST..l_det_tab.LAST
3138: LOOP
3139:
3140: -- l_id := hxt_seqno.NEXTVAL;
3141: -- Commented this statement and added the above cursor for the Bug 13832327
3142:
3143: HXT_DML.insert_HXT_DET_HOURS_WORKED
3144: (p_rowid => l_rowid