DBA Data[Home] [Help]

APPS.WMS_RULE_16 dependencies on MTL_LOT_NUMBERS

Line 117: ,mtl_lot_numbers lot

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)
121: and (msn.group_mark_id IS NULL or msn.group_mark_id = -1)

Line 210: ,mtl_lot_numbers lot

206: ,NULL location_current_units
207: from mtl_serial_numbers msn
208: ,mtl_secondary_inventories sub
209: ,mtl_item_locations loc
210: ,mtl_lot_numbers lot
211: where msn.current_status = 3
212: and decode(g_unit_number, '-9999', 'a', '-7777', nvl(msn.end_item_unit_number, '-7777'), msn.end_item_unit_number) =
213: decode(g_unit_number, '-9999', 'a', g_unit_number)
214: and (msn.group_mark_id IS NULL or msn.group_mark_id = -1)

Line 319: ,mtl_lot_numbers lot

315: ,NULL location_current_units
316: from mtl_serial_numbers msn
317: ,mtl_secondary_inventories sub
318: ,mtl_item_locations loc
319: ,mtl_lot_numbers lot
320: where msn.current_status = 3
321: and decode(g_unit_number, '-9999', 'a', '-7777', nvl(msn.end_item_unit_number, '-7777'), msn.end_item_unit_number) =
322: decode(g_unit_number, '-9999', 'a', g_unit_number)
323: and (msn.group_mark_id IS NULL or msn.group_mark_id = -1)

Line 477: ,mtl_lot_numbers lot

473: ,decode(mils.project_id, mils.project_id, moq.project_id)
474: ,decode(mils.task_id, mils.task_id, moq.task_id)
475: ) x
476: ,mtl_secondary_inventories sub
477: ,mtl_lot_numbers lot
478: where x.primary_quantity > 0
479: and x.organization_id = sub.organization_id
480: and x.subinventory_code = sub.secondary_inventory_name
481: and x.organization_id = lot.organization_id (+)