DBA Data[Home] [Help]

APPS.WMS_RULE_6 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 211: ,mtl_item_locations loc

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

Line 322: ,mtl_item_locations loc

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

Line 467: mtl_onhand_quantities_detail moq,mtl_item_locations mils

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

Line 496: ,mtl_item_locations loc

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
500: AND sub.secondary_inventory_name = x.subinventory_code