DBA Data[Home] [Help]

APPS.WMS_RULE_5 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 211: ,mtl_secondary_inventories sub

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

Line 325: ,mtl_secondary_inventories sub

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

Line 492: ,mtl_secondary_inventories sub

488: ,decode(mils.task_id, mils.task_id, moq.task_id)
489: HAVING
490: sum(moq.primary_transaction_quantity) > 0 -- high volume project 8546026
491: ) x
492: ,mtl_secondary_inventories sub
493: ,mtl_lot_numbers lot
494: where
495: -- x.primary_quantity > 0 and -- high volume project 8546026
496: x.organization_id = sub.organization_id

Line 502: ,mtl_secondary_inventories sub

498: and x.organization_id = lot.organization_id (+)
499: and x.inventory_item_id = lot.inventory_item_id (+)
500: and x.lot_number = lot.lot_number (+)
501: ) x
502: ,mtl_secondary_inventories sub
503: ,mtl_item_locations loc
504: WHERE x.organization_id = loc.organization_id (+)
505: AND x.locator_id = loc.inventory_location_id (+)
506: AND sub.organization_id = x.organization_id