DBA Data[Home] [Help]

APPS.WMS_RULE_1 dependencies on MTL_ITEM_LOCATIONS

Line 117: ,mtl_item_locations loc

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) =
121: decode(g_unit_number, '-9999', 'a', g_unit_number)

Line 210: ,mtl_item_locations loc

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) =
214: decode(g_unit_number, '-9999', 'a', g_unit_number)

Line 320: ,mtl_item_locations loc

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) =
324: decode(g_unit_number, '-9999', 'a', g_unit_number)

Line 464: mtl_onhand_quantities_detail moq,mtl_item_locations mils

460: ,moq.lpn_id lpn_id
461: ,decode(mils.project_id, mils.project_id, moq.project_id) project_id
462: ,decode(mils.task_id, mils.task_id, moq.task_id) task_id
463: FROM
464: mtl_onhand_quantities_detail moq,mtl_item_locations mils
465: WHERE
466: moq.organization_id = g_organization_id
467: AND moq.inventory_item_id = g_inventory_item_id
468: AND moq.organization_id = mils.organization_id (+)

Line 493: ,mtl_item_locations loc

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