DBA Data[Home] [Help]

APPS.WMS_RULE_2 dependencies on MTL_LOT_NUMBERS

Line 114: ,mtl_lot_numbers lot

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

Line 198: ,mtl_lot_numbers lot

194: ,NULL location_current_units
195: from mtl_serial_numbers msn
196: ,mtl_secondary_inventories sub
197: ,mtl_item_locations loc
198: ,mtl_lot_numbers lot
199: where msn.current_status = 3
200: and decode(g_unit_number, '-9999', 'a', '-7777', nvl(msn.end_item_unit_number, '-7777'), msn.end_item_unit_number) =
201: decode(g_unit_number, '-9999', 'a', g_unit_number)
202: and (msn.group_mark_id IS NULL or msn.group_mark_id = -1)

Line 299: ,mtl_lot_numbers lot

295: ,NULL location_current_units
296: from mtl_serial_numbers msn
297: ,mtl_secondary_inventories sub
298: ,mtl_item_locations loc
299: ,mtl_lot_numbers lot
300: where msn.current_status = 3
301: and decode(g_unit_number, '-9999', 'a', '-7777', nvl(msn.end_item_unit_number, '-7777'), msn.end_item_unit_number) =
302: decode(g_unit_number, '-9999', 'a', g_unit_number)
303: and (msn.group_mark_id IS NULL or msn.group_mark_id = -1)

Line 449: ,mtl_lot_numbers lot

445: ,decode(mils.project_id, mils.project_id, moq.project_id)
446: ,decode(mils.task_id, mils.task_id, moq.task_id)
447: ) x
448: ,mtl_secondary_inventories sub
449: ,mtl_lot_numbers lot
450: where x.primary_quantity > 0
451: and x.organization_id = sub.organization_id
452: and x.subinventory_code = sub.secondary_inventory_name
453: and x.organization_id = lot.organization_id (+)