DBA Data[Home] [Help]

APPS.INV_ITEM_INQ dependencies on MTL_MATERIAL_TRANSACTIONS_TEMP

Line 427: * 1) If the LPN Context is Packing then the tables MTL_MATERIAL_TRANSACTIONS_TEMP

423: WHERE lpn_id = p_parent_lpn_id;
424:
425: /********************************************************************************
426: * The formation of cursor is different when the LPN Context is Packing Context.
427: * 1) If the LPN Context is Packing then the tables MTL_MATERIAL_TRANSACTIONS_TEMP
428: * and MTL_TRANSACTION_LOTS_TEMPare used to get the required information.
429: * 2) For all other types of LPN Context WMS_LPN_CONTENTS is used.
430: * Bug #4191414 - Modifications to showing the contents for packing context LPNs
431: * The cursor is split in to two select statements

Line 480: FROM mtl_material_transactions_temp mmtt,

476: -- INVCONV end
477: --lpn status project start
478: NVL(mmtt.lpn_id,mmtt.content_lpn_id)
479: --lpn status project end
480: FROM mtl_material_transactions_temp mmtt,
481: wms_license_plate_numbers lpn,
482: wms_license_plate_numbers lpn3,
483: mtl_parameters mp,
484: cst_cost_groups ccg,

Line 587: FROM mtl_material_transactions_temp mmtt,

583: --lpn status project
584: NVL(mmtt.lpn_id,mmtt.content_lpn_id)
585: --lpn status project end
586:
587: FROM mtl_material_transactions_temp mmtt,
588: mtl_transaction_lots_temp mtlt,
589: wms_license_plate_numbers lpn,
590: wms_license_plate_numbers lpn3,
591: mtl_parameters mp,

Line 1115: mtl_material_transactions_temp t,

1111: and mlk.lookup_type = 'WMS_LPN_CONTEXT'
1112: and mlk.lookup_code = lpn.lpn_context(+)
1113: and not exists (select wlpn.lpn_id
1114: from wms_license_plate_numbers wlpn,
1115: mtl_material_transactions_temp t,
1116: wms_dispatched_tasks w
1117: where w.status = 4
1118: and w.task_type <> 2
1119: and w.transaction_temp_id = t.transaction_temp_id

Line 1488: mtl_material_transactions_temp mmtt

1484: msik.shelf_life_code, msik.lot_status_enabled, mtlt.lot_expiration_date
1485: FROM mtl_material_statuses_vl mmst,
1486: mtl_system_items_kfv msik,
1487: mtl_transaction_lots_temp mtlt,
1488: mtl_material_transactions_temp mmtt
1489: WHERE mtlt.lot_number = p_lot_number
1490: AND mmtt.organization_id = p_organization_id
1491: AND mmtt.transaction_temp_id = mtlt.transaction_temp_id
1492: AND msik.inventory_item_id = p_inventory_item_id

Line 1536: mtl_material_transactions_temp mmtt,

1532: OPEN x_serial_attributes FOR
1533: SELECT mmst.status_code, msik.serial_status_enabled, mmst.status_id
1534: FROM mtl_material_statuses_vl mmst,
1535: mtl_serial_numbers_temp msnt,
1536: mtl_material_transactions_temp mmtt,
1537: mtl_transaction_lots_temp mtlt,
1538: mtl_system_items_b msik
1539: WHERE mmtt.organization_id = p_organization_id
1540: AND mmtt.inventory_item_id = p_inventory_item_id

Line 1731: from mtl_material_transactions_temp t,

1727: AND nvl(ms.cost_group_id, 0) = decode(p_cost_group_id, NULL, nvl(ms.cost_group_id, 0), p_cost_group_id)
1728: AND nvl(ms.lot_number, '$@#$%') = decode(p_lot_number, NULL, nvl(ms.lot_number, '$@#$%'), p_lot_number)
1729: AND ms.current_status =3
1730: and not exists (select w.status
1731: from mtl_material_transactions_temp t,
1732: wms_dispatched_tasks w
1733: where w.status = 4
1734: and w.task_type <> 2
1735: and w.transaction_temp_id = t.transaction_temp_id

Line 1765: mtl_material_transactions_temp mmtt,

1761: /* PACKING CONTEXT */
1762: OPEN x_serial_numbers FOR
1763: SELECT msnt.fm_serial_number, mmtt.transfer_lpn_id, mtlt.lot_number
1764: FROM mtl_serial_numbers_temp msnt,
1765: mtl_material_transactions_temp mmtt,
1766: mtl_transaction_lots_temp mtlt
1767: WHERE mmtt.transaction_temp_id = mtlt.transaction_temp_id(+)
1768: and nvl(mtlt.serial_transaction_temp_id,mmtt.transaction_temp_id) = msnt.transaction_temp_id
1769: and mmtt.inventory_item_id = p_inventory_item_id

Line 1790: FROM mtl_material_transactions_temp t,

1786: --Bug no 3589766
1787: --Show serial numbers irrespective of the status of the serial number.
1788: --AND ms.current_status in (3, 4, 5, 7)
1789: AND NOT EXISTS (SELECT w.status
1790: FROM mtl_material_transactions_temp t,
1791: wms_dispatched_tasks w
1792: WHERE w.status = 4
1793: AND w.task_type <> 2
1794: AND w.transaction_temp_id = t.transaction_temp_id

Line 2644: from mtl_material_transactions_temp t,

2640: AND nvl(ms.serial_number, '$@#$%') = decode(p_serial_number, NULL, nvl(ms.serial_number, '$@#$%'), p_serial_number)
2641: AND nvl(ms.end_item_unit_number, '$@#$%') = decode(p_unit_number, NULL, nvl(ms.end_item_unit_number, '$@#$%'), p_unit_number)
2642: AND ms.current_status =3
2643: and not exists (select w.status
2644: from mtl_material_transactions_temp t,
2645: wms_dispatched_tasks w
2646: where w.status = 4
2647: and w.task_type <> 2
2648: and w.transaction_temp_id = t.transaction_temp_id