DBA Data[Home] [Help]

APPS.WMS_RULE_6 dependencies on MTL_SECONDARY_INVENTORIES

Line 116: ,mtl_secondary_inventories sub

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

Line 210: ,mtl_secondary_inventories sub

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

Line 321: ,mtl_secondary_inventories sub

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

Line 485: ,mtl_secondary_inventories sub

481: ,decode(mils.task_id, mils.task_id, moq.task_id)
482: HAVING
483: sum(moq.primary_transaction_quantity) > 0 -- high volume project 8546026
484: ) x
485: ,mtl_secondary_inventories sub
486: ,mtl_lot_numbers lot
487: where
488: -- x.primary_quantity > 0 and -- high volume project 8546026
489: x.organization_id = sub.organization_id

Line 495: ,mtl_secondary_inventories sub

491: and x.organization_id = lot.organization_id (+)
492: and x.inventory_item_id = lot.inventory_item_id (+)
493: and x.lot_number = lot.lot_number (+)
494: ) x
495: ,mtl_secondary_inventories sub
496: ,mtl_item_locations loc
497: WHERE x.organization_id = loc.organization_id (+)
498: AND x.locator_id = loc.inventory_location_id (+)
499: AND sub.organization_id = x.organization_id