DBA Data[Home] [Help]

APPS.INV_MO_ADMIN_PUB dependencies on MTL_TXN_REQUEST_LINES_V

Line 468: FROM mtl_txn_request_lines_v

464: --Need to lock the record while updating the MOL since any other form
465: --should not hang and should show the correct exception.
466: SELECT line_status, quantity_delivered, move_order_type, organization_id
467: INTO l_line_status, l_qty_del, l_mo_type, l_org_id
468: FROM mtl_txn_request_lines_v
469: WHERE Line_Id = l_Line_Id
470: FOR UPDATE NOWAIT;
471: EXCEPTION
472: WHEN No_Data_Found THEN