DBA Data[Home] [Help]

APPS.RCV_SHIPMENT_LINES_PKG dependencies on PO_LINE_LOCATIONS_ALL

Line 335: UPDATE po_line_locations_all poll

331: debug_log(FND_LOG.LEVEL_STATEMENT,l_api_name,
332: 'l_amt_shipped ' ||l_amt_shipped);
333: end if;
334:
335: UPDATE po_line_locations_all poll
336: set poll.quantity_shipped = nvl(poll.quantity_shipped,0) +
337: l_qty_shipped,
338: poll.amount_shipped = nvl(poll.amount_shipped,0) +
339: l_amt_shipped,