DBA Data[Home] [Help]

APPS.OE_BULK_ORDER_IMPORT_PVT dependencies on DUAL

Line 1146: INTO l_batch_id FROM DUAL;

1142: oe_debug_pub.add('Did not find empty batch so creating a new one');
1143: oe_debug_pub.add('Org_id for this batch is '||l_order_rec.org_id(l_index));
1144: end if;
1145: SELECT oe_batch_id_s.nextval
1146: INTO l_batch_id FROM DUAL;
1147: l_batch_tbl(l_batch_index).batch_id := l_batch_id;
1148: l_order_rec.batch_id(l_index) := l_batch_id;
1149: l_batch_tbl(l_batch_index).total_lines := l_num_lines;
1150: l_batch_tbl(l_batch_index).org_id := l_order_rec.org_id(l_index);