DBA Data[Home] [Help]

APPS.WMS_SEARCH_ORDER_GLOBALS_PVT dependencies on WMS_SUGGESTIONS_TEMP_V

Line 1020: from wms_suggestions_temp_v

1016: end if;
1017: elsif ( l_object_type = 'RULE' ) then
1018: begin
1019: select distinct pick_rule_id into l_rule_id
1020: from wms_suggestions_temp_v
1021: where pick_rule_id = l_object_id ;
1022: -- and move_order_line_id = l_line_id;
1023:
1024: if (l_object_id = l_rule_id ) then