DBA Data[Home] [Help]

APPS.WMS_SEARCH_ORDER_GLOBALS_PVT dependencies on WMS_OBJECTS

Line 89: from wms_objects

85: end if;
86: --
87: if (l_object_type_id > 0 ) then
88: select name into l_object_type
89: from wms_objects
90: where object_id = l_object_type_id ;
91: else
92: return Null;
93: end if;