DBA Data[Home] [Help]

APPS.WMS_RULE_5 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 203: ,mtl_secondary_inventories sub

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

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 471: ,mtl_secondary_inventories sub

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

Line 480: ,mtl_secondary_inventories sub

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