DBA Data[Home] [Help]

APPS.WMS_PACKING_WORKBENCH_PVT dependencies on OE_SETS

Line 2487: FROM oe_sets

2483: IF l_material_rec.ship_set_id IS NOT NULL THEN
2484: BEGIN
2485: SELECT set_name
2486: INTO l_material_rec.ship_set
2487: FROM oe_sets
2488: WHERE set_id = l_material_rec.ship_set_id;
2489: EXCEPTION
2490: WHEN no_data_found THEN
2491: IF l_debug =1 THEN