DBA Data[Home] [Help]

APPS.WMS_SEARCH_ORDER_GLOBALS_PVT dependencies on MTL_MATERIAL_TRANSACTIONS_TEMP

Line 449: delete mtl_material_transactions_temp

445: --- Deleteting all records from WTT
446: delete wms_transactions_temp ;
447:
448: --- Deleting All record from mmtt
449: delete mtl_material_transactions_temp
450: where move_order_line_id = l_line_id;
451:
452: ---- Deleting trace header and line records based on Gobal Variables
453:

Line 1683: from mtl_material_transactions_temp

1679: BOM_REVISION_DATE ,
1680: ROUTING_REVISION_DATE ,
1681: ALTERNATE_BOM_DESIGNATOR ,
1682: ALTERNATE_ROUTING_DESIGNATOR
1683: from mtl_material_transactions_temp
1684: where transaction_header_id = l_txn_header_id;
1685: --- If lot controlled item, insert records into lot_trace table
1686:
1687: If (l_insert_lot_flag = 1) then