DBA Data[Home] [Help]

APPS.IGF_SL_DL_PRINT_MANIFEST dependencies on DUAL

Line 207: SELECT igf_sl_dl_pnote_bth_s.nextval INTO l_batch_seq_num FROM DUAL;

203:
204: IF l_batch_seq_num IS NULL THEN
205:
206: /* Get the unique sequence number to be assigned to the entire batch of records */
207: SELECT igf_sl_dl_pnote_bth_s.nextval INTO l_batch_seq_num FROM DUAL;
208:
209: END IF;
210:
211: SAVEPOINT sp_prom_manifest;