DBA Data[Home] [Help]

APPS.JMF_SHIKYU_ADJUSTMENT_PROC dependencies on JMF_SHIKYU_ADJ_BATCH_S

Line 264: SELECT jmf_shikyu_adj_batch_s.NEXTVAL

260: THEN
261: --begin of l_counter = 0
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:

Line 394: SELECT jmf_shikyu_adj_batch_s.NEXTVAL

390: IF l_counter = 0
391: THEN
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: