DBA Data[Home] [Help]

APPS.JMF_SHIKYU_ADJUSTMENT_PROC dependencies on DUAL

Line 266: FROM dual;

262: l_cur_batch_min_adj_id := l_cons_adj_id_tbl(l_cur_cons_adj_id_index);
263: -- Get the next batch_id using the sequence for Consumption Adjustment
264: SELECT jmf_shikyu_adj_batch_s.NEXTVAL
265: INTO l_batch_id
266: FROM dual;
267: END IF; --end of l_counter = 0
268:
269: l_counter := l_counter + 1;
270: -- **** for debug information in readonly UT environment.--- begin ****

Line 396: FROM dual;

392: l_cur_batch_min_adj_id := l_cons_adj_id_tbl(l_cur_cons_adj_id_index);
393: -- Get the next batch_id using the sequence for Consumption Adjustment
394: SELECT jmf_shikyu_adj_batch_s.NEXTVAL
395: INTO l_batch_id
396: FROM dual;
397: END IF;
398:
399: l_counter := l_counter + 1;
400: -- **** for debug information in readonly UT environment.--- begin ****