DBA Data[Home] [Help]

APPS.OE_BULK_ORDER_IMPORT_PVT dependencies on DUAL

Line 1051: INTO l_batch_id FROM DUAL;

1047: oe_debug_pub.add('Did not find empty batch so creating a new one');
1048: oe_debug_pub.add('Org_id for this batch is '||l_order_rec.org_id(l_index));
1049: end if;
1050: SELECT oe_batch_id_s.nextval
1051: INTO l_batch_id FROM DUAL;
1052: l_batch_tbl(l_batch_index).batch_id := l_batch_id;
1053: l_order_rec.batch_id(l_index) := l_batch_id;
1054: l_batch_tbl(l_batch_index).total_lines := l_num_lines;
1055: l_batch_tbl(l_batch_index).org_id := l_order_rec.org_id(l_index);