DBA Data[Home] [Help]

APPS.WMS_RULE_2 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 204: ,mtl_item_locations loc

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

Line 309: ,mtl_item_locations loc

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

Line 448: mtl_onhand_quantities_detail moq,mtl_item_locations mils

444: ,moq.lpn_id lpn_id
445: ,decode(mils.project_id, mils.project_id, moq.project_id) project_id
446: ,decode(mils.task_id, mils.task_id, moq.task_id) task_id
447: FROM
448: mtl_onhand_quantities_detail moq,mtl_item_locations mils
449: WHERE
450: moq.organization_id = g_organization_id
451: AND moq.inventory_item_id = g_inventory_item_id
452: AND moq.organization_id = mils.organization_id (+)

Line 477: ,mtl_item_locations loc

473: and x.inventory_item_id = lot.inventory_item_id (+)
474: and x.lot_number = lot.lot_number (+)
475: ) x
476: ,mtl_secondary_inventories sub
477: ,mtl_item_locations loc
478: WHERE x.organization_id = loc.organization_id (+)
479: AND x.locator_id = loc.inventory_location_id (+)
480: AND sub.organization_id = x.organization_id
481: AND sub.secondary_inventory_name = x.subinventory_code