DBA Data[Home] [Help]

APPS.WMS_RULE_2 dependencies on MTL_ITEM_LOCATIONS

Line 113: ,mtl_item_locations loc

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

Line 197: ,mtl_item_locations loc

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

Line 298: ,mtl_item_locations loc

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

Line 433: mtl_onhand_quantities_detail moq,mtl_item_locations mils

429: ,moq.lpn_id lpn_id
430: ,decode(mils.project_id, mils.project_id, moq.project_id) project_id
431: ,decode(mils.task_id, mils.task_id, moq.task_id) task_id
432: FROM
433: mtl_onhand_quantities_detail moq,mtl_item_locations mils
434: WHERE
435: moq.organization_id = g_organization_id
436: AND moq.inventory_item_id = g_inventory_item_id
437: AND moq.organization_id = mils.organization_id (+)

Line 458: ,mtl_item_locations loc

454: and x.inventory_item_id = lot.inventory_item_id (+)
455: and x.lot_number = lot.lot_number (+)
456: ) x
457: ,mtl_secondary_inventories sub
458: ,mtl_item_locations loc
459: WHERE x.organization_id = loc.organization_id (+)
460: AND x.locator_id = loc.inventory_location_id (+)
461: AND sub.organization_id = x.organization_id
462: AND sub.secondary_inventory_name = x.subinventory_code