DBA Data[Home] [Help]

APPS.PO_RESCHEDULE_PKG dependencies on PO_REQUISITION_LINES_ALL

Line 703: UPDATE po_requisition_lines_all REQ

699: --SQL estimated_pickup_dates, ship_methods.
700: --SQL Why: Same as SQL What
701:
702: forall i in 1..p_line_location_id_tbl.count
703: UPDATE po_requisition_lines_all REQ
704: SET REQ.estimated_pickup_date =
705: NVL(p_estimated_pickup_dates(i), REQ.estimated_pickup_date),
706: REQ.ship_method = NVL(p_ship_methods(i), REQ.ship_method)
707: WHERE REQ.line_location_id = p_line_location_id_tbl(i);