DBA Data[Home] [Help]

APPS.WMS_PACKING_WORKBENCH_PVT dependencies on OE_SETS

Line 2560: FROM oe_sets

2556: IF l_material_rec.ship_set_id IS NOT NULL THEN
2557: BEGIN
2558: SELECT set_name
2559: INTO l_material_rec.ship_set
2560: FROM oe_sets
2561: WHERE set_id = l_material_rec.ship_set_id;
2562: EXCEPTION
2563: WHEN no_data_found THEN
2564: IF l_debug =1 THEN