DBA Data[Home] [Help]

APPS.WMS_RULE_6 dependencies on MTL_ITEM_LOCATIONS

Line 114: ,mtl_item_locations loc

110: ,NULL empty_flag
111: ,NULL location_current_units
112: from mtl_serial_numbers msn
113: ,mtl_secondary_inventories sub
114: ,mtl_item_locations loc
115: ,mtl_lot_numbers lot
116: where msn.current_status = 3
117: and decode(g_unit_number, '-9999', 'a', '-7777', nvl(msn.end_item_unit_number, '-7777'), msn.end_item_unit_number) =
118: 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 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 449: mtl_onhand_quantities_detail moq,mtl_item_locations mils

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

Line 474: ,mtl_item_locations loc

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