DBA Data[Home] [Help]

APPS.WMS_SEARCH_ORDER_GLOBALS_PVT dependencies on WMS_TRANSACTIONS_TEMP

Line 446: delete wms_transactions_temp ;

442:
443: rollback;
444: inv_quantity_tree_pvt.clear_quantity_cache;
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;