DBA Data[Home] [Help]

APPS.INV_MO_ADMIN_PUB dependencies on MTL_TXN_REQUEST_LINES_V

Line 478: FROM mtl_txn_request_lines_v

474: --Need to lock the record while updating the MOL since any other form
475: --should not hang and should show the correct exception.
476: SELECT line_status, quantity_delivered, move_order_type, organization_id
477: INTO l_line_status, l_qty_del, l_mo_type, l_org_id
478: FROM mtl_txn_request_lines_v
479: WHERE Line_Id = l_Line_Id
480: FOR UPDATE NOWAIT;
481: EXCEPTION
482: WHEN No_Data_Found THEN