DBA Data[Home] [Help]

APPS.WMS_CONTAINER_PVT dependencies on WMS_LICENSE_PLATE_NUMBERS_S2

Line 1567: SELECT wms_license_plate_numbers_s2.NEXTVAL

1563:
1564: WHILE ( l_lpn_cnt <= l_quantity ) LOOP
1565:
1566: IF ( l_seq_source = l_from_db_seq ) THEN
1567: SELECT wms_license_plate_numbers_s2.NEXTVAL
1568: INTO l_curr_seq
1569: FROM DUAL;
1570: ELSIF ( l_seq_source = l_from_client ) THEN
1571: -- If taken from client parameters make sure the new seq is within the range