DBA Data[Home] [Help]

APPS.CN_CALC_SUBMISSION_PVT dependencies on DUAL

Line 1146: select CN_CALC_SUBMISSION_BATCHES_S1.nextval into seq_batchid from dual;

1142: 'cn.plsql.cn_calc_submission_pvt.copybatch.begin',
1143: 'Beginning of copybatch ...' );
1144: end if;
1145:
1146: select CN_CALC_SUBMISSION_BATCHES_S1.nextval into seq_batchid from dual;
1147:
1148: open batch_cursor;
1149: FETCH batch_cursor INTO batch_record;
1150: if batch_cursor%NOTFOUND then