DBA Data[Home] [Help]

APPS.WMS_CONTAINER_PVT dependencies on WMS_LICENSE_PLATE_NUMBERS_S2

Line 1392: SELECT wms_license_plate_numbers_s2.NEXTVAL

1388:
1389: WHILE ( l_lpn_cnt <= l_quantity ) LOOP
1390:
1391: IF ( l_seq_source = l_from_db_seq ) THEN
1392: SELECT wms_license_plate_numbers_s2.NEXTVAL
1393: INTO l_curr_seq
1394: FROM DUAL;
1395: ELSIF ( l_seq_source = l_from_org ) THEN
1396: -- If taken from org parameters make sure the new seq is within the range