DBA Data[Home] [Help]

APPS.WMS_RULE_14 dependencies on MTL_SECONDARY_INVENTORIES

Line 112: ,mtl_secondary_inventories sub

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

Line 195: ,mtl_secondary_inventories sub

191: ,NULL locator_inventory_item_id
192: ,NULL empty_flag
193: ,NULL location_current_units
194: from mtl_serial_numbers msn
195: ,mtl_secondary_inventories sub
196: ,mtl_item_locations loc
197: ,mtl_lot_numbers lot
198: where msn.current_status = 3
199: and decode(g_unit_number, '-9999', 'a', '-7777', nvl(msn.end_item_unit_number, '-7777'), msn.end_item_unit_number) =

Line 294: ,mtl_secondary_inventories sub

290: ,NULL locator_inventory_item_id
291: ,NULL empty_flag
292: ,NULL location_current_units
293: from mtl_serial_numbers msn
294: ,mtl_secondary_inventories sub
295: ,mtl_item_locations loc
296: ,mtl_lot_numbers lot
297: where msn.current_status = 3
298: and decode(g_unit_number, '-9999', 'a', '-7777', nvl(msn.end_item_unit_number, '-7777'), msn.end_item_unit_number) =

Line 443: ,mtl_secondary_inventories sub

439: ,moq.cost_group_id,moq.status_id, mils.reservable_type, moq.lpn_id -- Bug 6719290
440: ,decode(mils.project_id, mils.project_id, moq.project_id)
441: ,decode(mils.task_id, mils.task_id, moq.task_id)
442: ) x
443: ,mtl_secondary_inventories sub
444: ,mtl_lot_numbers lot
445: where x.primary_quantity > 0
446: and x.organization_id = sub.organization_id
447: and x.subinventory_code = sub.secondary_inventory_name

Line 452: ,mtl_secondary_inventories sub

448: and x.organization_id = lot.organization_id (+)
449: and x.inventory_item_id = lot.inventory_item_id (+)
450: and x.lot_number = lot.lot_number (+)
451: ) x
452: ,mtl_secondary_inventories sub
453: ,mtl_item_locations loc
454: WHERE x.organization_id = loc.organization_id (+)
455: AND x.locator_id = loc.inventory_location_id (+)
456: AND sub.organization_id = x.organization_id