DBA Data[Home] [Help]

APPS.WMS_RULE_17 dependencies on MTL_SECONDARY_INVENTORIES

Line 114: ,mtl_secondary_inventories sub

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

Line 205: ,mtl_secondary_inventories sub

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

Line 312: ,mtl_secondary_inventories sub

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

Line 469: ,mtl_secondary_inventories sub

465: ,moq.cost_group_id,moq.status_id, mils.reservable_type, moq.lpn_id -- Bug 6719290
466: ,decode(mils.project_id, mils.project_id, moq.project_id)
467: ,decode(mils.task_id, mils.task_id, moq.task_id)
468: ) x
469: ,mtl_secondary_inventories sub
470: ,mtl_lot_numbers lot
471: where x.primary_quantity > 0
472: and x.organization_id = sub.organization_id
473: and x.subinventory_code = sub.secondary_inventory_name

Line 478: ,mtl_secondary_inventories sub

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