DBA Data[Home] [Help]

APPS.PO_RESCHEDULE_PKG dependencies on PO_REQUISITION_LINES_ALL

Line 621: UPDATE po_requisition_lines_all REQ

617: --SQL estimated_pickup_dates, ship_methods.
618: --SQL Why: Same as SQL What
619:
620: forall i in 1..p_line_location_id_tbl.count
621: UPDATE po_requisition_lines_all REQ
622: SET REQ.estimated_pickup_date =
623: NVL(p_estimated_pickup_dates(i), REQ.estimated_pickup_date),
624: REQ.ship_method = NVL(p_ship_methods(i), REQ.ship_method)
625: WHERE REQ.line_location_id = p_line_location_id_tbl(i);