DBA Data[Home] [Help]

APPS.WMS_RULE_15 dependencies on MTL_SECONDARY_INVENTORIES

Line 115: ,mtl_secondary_inventories sub

111: ,NULL locator_inventory_item_id
112: ,NULL empty_flag
113: ,NULL location_current_units
114: from mtl_serial_numbers msn
115: ,mtl_secondary_inventories sub
116: ,mtl_item_locations loc
117: ,mtl_lot_numbers lot
118: where msn.current_status = 3
119: and decode(g_unit_number, '-9999', 'a', '-7777', nvl(msn.end_item_unit_number, '-7777'), msn.end_item_unit_number) =

Line 209: ,mtl_secondary_inventories sub

205: ,NULL locator_inventory_item_id
206: ,NULL empty_flag
207: ,NULL location_current_units
208: from mtl_serial_numbers msn
209: ,mtl_secondary_inventories sub
210: ,mtl_item_locations loc
211: ,mtl_lot_numbers lot
212: where msn.current_status = 3
213: and decode(g_unit_number, '-9999', 'a', '-7777', nvl(msn.end_item_unit_number, '-7777'), msn.end_item_unit_number) =

Line 319: ,mtl_secondary_inventories sub

315: ,NULL locator_inventory_item_id
316: ,NULL empty_flag
317: ,NULL location_current_units
318: from mtl_serial_numbers msn
319: ,mtl_secondary_inventories sub
320: ,mtl_item_locations loc
321: ,mtl_lot_numbers lot
322: where msn.current_status = 3
323: and decode(g_unit_number, '-9999', 'a', '-7777', nvl(msn.end_item_unit_number, '-7777'), msn.end_item_unit_number) =

Line 479: ,mtl_secondary_inventories sub

475: ,moq.cost_group_id,moq.status_id, mils.reservable_type, moq.lpn_id -- Bug 6719290
476: ,decode(mils.project_id, mils.project_id, moq.project_id)
477: ,decode(mils.task_id, mils.task_id, moq.task_id)
478: ) x
479: ,mtl_secondary_inventories sub
480: ,mtl_lot_numbers lot
481: where x.primary_quantity > 0
482: and x.organization_id = sub.organization_id
483: and x.subinventory_code = sub.secondary_inventory_name

Line 488: ,mtl_secondary_inventories sub

484: and x.organization_id = lot.organization_id (+)
485: and x.inventory_item_id = lot.inventory_item_id (+)
486: and x.lot_number = lot.lot_number (+)
487: ) x
488: ,mtl_secondary_inventories sub
489: ,mtl_item_locations loc
490: WHERE x.organization_id = loc.organization_id (+)
491: AND x.locator_id = loc.inventory_location_id (+)
492: AND sub.organization_id = x.organization_id