DBA Data[Home] [Help]

APPS.CSP_PARTS_ORDER dependencies on PO_REQUISITION_LINES_ALL

Line 835: update po_requisition_lines_all

831: ELSE
832: -- cancel the internal requisitions lines and header for the above order lines and header
833:
834: FOR I in 1..lx_oe_line_tbl.count LOOP
835: update po_requisition_lines_all
836: set quantity_cancelled = lx_oe_line_Tbl(I).cancelled_quantity,
837: cancel_flag = 'Y',
838: cancel_reason = lx_oe_line_tbl(I).change_reason,
839: cancel_date = sysdate