DBA Data[Home] [Help]

APPS.WMS_RULE_14 dependencies on MTL_ITEM_LOCATIONS

Line 116: ,mtl_item_locations loc

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

Line 203: ,mtl_item_locations loc

199: ,NULL empty_flag
200: ,NULL location_current_units
201: from mtl_serial_numbers msn
202: ,mtl_secondary_inventories sub
203: ,mtl_item_locations loc
204: ,mtl_lot_numbers lot
205: where msn.current_status = 3
206: and decode(g_unit_number, '-9999', 'a', '-7777', nvl(msn.end_item_unit_number, '-7777'), msn.end_item_unit_number) =
207: decode(g_unit_number, '-9999', 'a', g_unit_number)

Line 306: ,mtl_item_locations loc

302: ,NULL empty_flag
303: ,NULL location_current_units
304: from mtl_serial_numbers msn
305: ,mtl_secondary_inventories sub
306: ,mtl_item_locations loc
307: ,mtl_lot_numbers lot
308: where msn.current_status = 3
309: and decode(g_unit_number, '-9999', 'a', '-7777', nvl(msn.end_item_unit_number, '-7777'), msn.end_item_unit_number) =
310: decode(g_unit_number, '-9999', 'a', g_unit_number)

Line 443: mtl_onhand_quantities_detail moq,mtl_item_locations mils

439: ,moq.lpn_id lpn_id
440: ,decode(mils.project_id, mils.project_id, moq.project_id) project_id
441: ,decode(mils.task_id, mils.task_id, moq.task_id) task_id
442: FROM
443: mtl_onhand_quantities_detail moq,mtl_item_locations mils
444: WHERE
445: moq.organization_id = g_organization_id
446: AND moq.inventory_item_id = g_inventory_item_id
447: AND moq.organization_id = mils.organization_id (+)

Line 472: ,mtl_item_locations loc

468: and x.inventory_item_id = lot.inventory_item_id (+)
469: and x.lot_number = lot.lot_number (+)
470: ) x
471: ,mtl_secondary_inventories sub
472: ,mtl_item_locations loc
473: WHERE x.organization_id = loc.organization_id (+)
474: AND x.locator_id = loc.inventory_location_id (+)
475: AND sub.organization_id = x.organization_id
476: AND sub.secondary_inventory_name = x.subinventory_code