DBA Data[Home] [Help]

APPS.WMS_SEARCH_ORDER_GLOBALS_PVT dependencies on WMS_STRATEGIES_VL

Line 214: from wms_strategies_vl

210: if (l_strategy_id = -999) then
211: l_strategy := 'DEFAULT' ;
212: elsif (l_strategy_id > 0 ) then
213: select distinct name into l_strategy
214: from wms_strategies_vl
215: where organization_id in (l_org_id, -1)
216: and type_code = decode (l_engine_type, 'PICK',2,'PUTAWAY' ,1)
217: and strategy_id = l_strategy_id;
218: else