DBA Data[Home] [Help]

APPS.INV_MATERIAL_ALLOCATIONS_GRP dependencies on MTL_TXN_REQUEST_LINES

Line 90: update mtl_txn_request_lines --overpicking not supported for eam

86: begin
87: -- Propagate changes to Move Order header,line and WRO if propagate parameter is set
88: -- As per Inventory, if a move order line has no allocations, it should be
89: -- closed (status 5), not cancelled (status 6)
90: update mtl_txn_request_lines --overpicking not supported for eam
91: set quantity = quantity - p_qty_to_reduce,
92: quantity_detailed = quantity_detailed - p_qty_to_reduce,
93: line_status = decode(quantity,p_qty_to_reduce,5,line_status),
94: status_date = sysdate -- BUG 5636266