DBA Data[Home] [Help]

APPS.INV_INVLTATT_XMLP_PKG dependencies on MTL_RESERVATIONS

Line 239: AND not exists(select 'x' from mtl_reservations mr

235: and mti.organization_id = mln.organization_id
236: and mti.inventory_item_id = mln.inventory_item_id
237: and mtli.lot_number = mln.lot_number)
238: /*Skip the lot if reservation exists */
239: AND not exists(select 'x' from mtl_reservations mr
240: where mr.organization_id = mln.organization_id
241: and mr.inventory_item_id = mln.inventory_item_id
242: and mr.lot_number = mln.lot_number);
243: --populate the lot numbers from dest organization

Line 420: AND not exists(select 'x' from mtl_reservations mr

416: and mti.organization_id = mln.organization_id
417: and mti.inventory_item_id = mln.inventory_item_id
418: and mtli.lot_number = mln.lot_number)
419: /*Skip the lot if reservation exists */
420: AND not exists(select 'x' from mtl_reservations mr
421: where mr.organization_id = mln.organization_id
422: and mr.inventory_item_id = mln.inventory_item_id
423: and mr.lot_number = mln.lot_number);
424: --if commit Yes,Update MLN