DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV3 dependencies on PO_LINE_LOCATIONS_S

Line 291: SELECT po_line_locations_s.nextval

287:
288: -- Get the line_location_id for this release shipment.
289: X_progress := '020';
290:
291: SELECT po_line_locations_s.nextval
292: INTO X_line_location_id
293: FROM sys.dual;
294:
295: --