DBA Data[Home] [Help]

APPS.WMS_RULE_18 dependencies on MTL_SECONDARY_INVENTORIES

Line 113: ,mtl_secondary_inventories sub

109: ,NULL locator_inventory_item_id
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) =

Line 202: ,mtl_secondary_inventories sub

198: ,NULL locator_inventory_item_id
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) =

Line 307: ,mtl_secondary_inventories sub

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

Line 462: ,mtl_secondary_inventories sub

458: ,moq.cost_group_id,moq.status_id, mils.reservable_type, moq.lpn_id -- Bug 6719290
459: ,decode(mils.project_id, mils.project_id, moq.project_id)
460: ,decode(mils.task_id, mils.task_id, moq.task_id)
461: ) x
462: ,mtl_secondary_inventories sub
463: ,mtl_lot_numbers lot
464: where x.primary_quantity > 0
465: and x.organization_id = sub.organization_id
466: and x.subinventory_code = sub.secondary_inventory_name

Line 471: ,mtl_secondary_inventories sub

467: and x.organization_id = lot.organization_id (+)
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