DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV8 dependencies on PO_LINE_LOCATIONS_S

Line 276: SELECT po_line_locations_s.nextval

272: end if;
273:
274: X_Progress := '020';
275:
276: SELECT po_line_locations_s.nextval
277: INTO X_line_location_id
278: FROM sys.dual;
279: -- Added for bug 2350043 by jbalakri
280: X_Progress:= '025';